Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,696
Issues
1,696
List
Boards
Labels
Service Desk
Milestones
Merge Requests
89
Merge Requests
89
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
23208fc9
Commit
23208fc9
authored
May 18, 2020
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'gitlab/mr-template' into 'dev'
MR template: Release algo See merge request
!685
parents
79366fa4
19843bd6
Pipeline
#146524
failed with stages
in 1 minute and 9 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
.gitlab/merge_request_templates/Release (vidjil-algo).md
.gitlab/merge_request_templates/Release (vidjil-algo).md
+43
-0
No files found.
.gitlab/merge_request_templates/Release (vidjil-algo).md
0 → 100644
View file @
23208fc9
## Preparation
*
[ ] New features are described in
`doc/vidjil-algo.md`
*
[ ] Breaking changes (or needed) are understood
On the
`feature-a/release`
branch, the last commit is the release commit updating the three following files:
*
[ ] CHANGELOG
*
[ ]
`doc/vidjil-algo.md`
with the proper release tag
*
[ ]
`algo/release`
with the proper release tag
## Pipelines
https://gitlab.inria.fr/vidjil/vidjil/pipelines/XXXXX
Usual tests should pass, but also:
*
[ ] prepare_release
*
[ ] valgrind_unit
*
[ ] valgrind_functional
*
[ ] multiple_tests
Benchmarks
*
[ ] almost no change...
*
[ ] ... or significant changes are understood
## Tag and push
*
[ ] tag (
`git tag release-20XX-XX; git push origin release-20XX-XX`
)
*
[ ] mirror to GH
## Deploy
*
[ ] doc
*
[ ]
`app`
(vidjil-algo-next)
*
[ ]
`app`
if needed, update server configs
*
[ ]
`app`
notification to users
*
[ ]
`app`
(vidjil-algo)
*
[ ]
`app`
test on production (X5 and L4)
*
[ ]
`hds`
queue for qualification ?
*
[ ] twice a year, communicate to users
/label ~cpp
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment