[CI] Regression and maintenance
-
Review changes -
-
Download -
Patches
-
Plain diff
- Python 3.13 support (CI testing)
- Testing of all supported Python version 3.10-3.13 (pip and conda)
- Testing with pinned dependencies in regression tests and with open dependencies in maintenance tests
Regression and maintenance test
Before:
Developer run the CI on their developer branches (code changes) in an evolving environment. It was sometime hard to address if a test "failed" because of the new code (regression) or because of changes in our software stack.
Now:
Regression tests run on developer branches with a stable environment. (e.g. for tests pip install -e ".[pinned,test]")
Maintenance test are run on master with an evolving environment. (e.g. for testspip install -e ".[test]").
Roles
Locally, developers work with the stable environment. e.g. pip install -e ".[pinned,dev,docs,test]"
Users may combine ogstools with other libraries. Therefore, they are encouraged to install with "open" dependencies pip install ogstools
. For reproducing an error OR for using no other library, they can try pip install ogstools[pinned]
. Users need to take that they can reproduce their environment (containing ogstools + others) with e.g. pip freeze
.
OGS CI may use pip install ogstools[pinned] OR the "freezed" (see Users) environment.
Only maintainers use: pip install -e ".[dev,docs,test]"
Footnote
.
is here the directory of the ogstools sources.
-
Feature description was added to the changelog -
Tests covering your feature were added? -
Any new feature or behaviour change was documented? No documentation, yet. Maybe the Reviewers have a good idea, where and what.
-
API-breaking changes documented here No breaking changes
The idea for the optional dependency group "pinned" is taken from pyvista: https://github.com/pyvista/pyvista/pull/6753/
Merge request reports
- version 51ced4b9b1
- version 507a5d99ea
- version 490ce42520
- version 485554f36a
- version 4738df77d6
- version 46406cc943
- version 457c219521
- version 448524221d
- version 4345a92040
- version 42e1c52eca
- version 41bd9b7bd5
- version 40de8e0e9d
- version 39f56a90e9
- version 38a4eb3d23
- version 37e639f513
- version 36a50e7e68
- version 35e146286a
- version 3467df06e6
- version 33ca8c8739
- version 32c6d3c743
- version 3139171439
- version 3065a16f63
- version 29ece27913
- version 28e8670e67
- version 2764426ee5
- version 26dabc5e1f
- version 25286f1146
- version 24113c38a4
- version 236c5c26f3
- version 22f0e9eb6c
- version 21ea0abf9d
- version 2069f8ded1
- version 194e1009ee
- version 18edbbe300
- version 1710fd09f6
- version 16385cd072
- version 15442ae8fd
- version 14cd503911
- version 13e825ab81
- version 1235df6c39
- version 1104ec9975
- version 1013eff377
- version 9f6135786
- version 8c2203cbb
- version 784c0f809
- version 6ca38c148
- version 5c25fe968
- version 4739f2c79
- version 36bb1bb57
- version 24cbdc202
- version 171dae416
- main (base)
- latest versionbe4f38d426 commits,
- version 51ced4b9b128 commits,
- version 507a5d99ea27 commits,
- version 490ce4252026 commits,
- version 485554f36a30 commits,
- version 4738df77d629 commits,
- version 46406cc94328 commits,
- version 457c21952127 commits,
- version 448524221d28 commits,
- version 4345a9204027 commits,
- version 42e1c52eca26 commits,
- version 41bd9b7bd525 commits,
- version 40de8e0e9d24 commits,
- version 39f56a90e923 commits,
- version 38a4eb3d2321 commits,
- version 37e639f51321 commits,
- version 36a50e7e6820 commits,
- version 35e146286a23 commits,
- version 3467df06e622 commits,
- version 33ca8c873921 commits,
- version 32c6d3c74320 commits,
- version 313917143918 commits,
- version 3065a16f6316 commits,
- version 29ece2791317 commits,
- version 28e8670e679 commits,
- version 2764426ee57 commits,
- version 26dabc5e1f25 commits,
- version 25286f114624 commits,
- version 24113c38a423 commits,
- version 236c5c26f322 commits,
- version 22f0e9eb6c21 commits,
- version 21ea0abf9d20 commits,
- version 2069f8ded119 commits,
- version 194e1009ee18 commits,
- version 18edbbe30017 commits,
- version 1710fd09f616 commits,
- version 16385cd07215 commits,
- version 15442ae8fd13 commits,
- version 14cd50391112 commits,
- version 13e825ab8111 commits,
- version 1235df6c3910 commits,
- version 1104ec99759 commits,
- version 1013eff3778 commits,
- version 9f61357867 commits,
- version 8c2203cbb6 commits,
- version 784c0f8095 commits,
- version 6ca38c1484 commits,
- version 5c25fe9683 commits,
- version 4739f2c792 commits,
- version 36bb1bb571 commit,
- version 24cbdc2023 commits,
- version 171dae4162 commits,
- Side-by-side
- Inline