vidjil-algo 2025.02
Before the release
Documentation
-
New features are described in doc/vidjil-algo.md
-
Breaking changes (and needed configuration changes) are understood ==> b8b2a31c
On the feature-a/release
branch, the last commit is the release commit updating the three following files:
-
CHANGELOG -
algo/release
with the proper release tag
Pipelines
https://gitlab.inria.fr/vidjil/vidjil/pipelines/XXXXX (if tests passed on different pipelines, indicate below the relevant pipelines)
Usual tests should pass, but also:
-
valgrind_unit, voir https://gitlab.inria.fr/vidjil/vidjil/-/jobs/5251644 -
valgrind_functional => !1578 (comment 1129676) -
multiple_tests
Benchmarks
-
almost no change... -
... or significant changes are understood: voir !1527 (comment 1085121)
When there are significant changes in the benchmarks, study the profiling
- cpu: PointerACAutomaton.getResults, ~37% ?
- mem: PointerACAutomaton.insert, ~73% ?
-
...
The release, publish, tag and push
-
merge this MR to master and tag: git tag release-20XX.XX
-
push: git push origin master release-20XX.XX
-
mirror to GH: git push github master release-20XX.XX
-
deploy to vidjil.org/releases and app.vidjil.org: click on copy_release
(there may be changes to CD...) -
deploy the doc: click on deploy_doc
After these steps, we merge back the release in dev
:
-
merge this MR to dev
After the release: deploy
-
Click deploy_release_prod
in thedeploy_prod
stage, deploying the release onvidjil-algo-next
on the public server -
Open a new internal issue with the Deploy (vidjil-algo)
template : vdj#1447 -
Possibly fix things in merge_request_templates/Release (vidjil-algo).md
on a new MR -
Close the milestone associated with this release, moving remaining issues on another milestone