Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • vidjil vidjil
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,723
    • Issues 1,723
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • vidjil
  • vidjilvidjil
  • Merge requests
  • !727

Merged
Created Jun 11, 2020 by Mathieu Giraud@magiraudOwner16 of 25 tasks completed16/25 tasks

Release 2020.06

  • Overview 26
  • Commits 3
  • Pipelines 5
  • Changes 4

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/150868

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

  • merge this MR to dev
  • merge dev to master
  • tag: git tag release-20XX-XX; git push origin release-20XX-XX
  • mirror to GH: git push github master release-20XX.XX
  • click publish_release (there may be changes to dev-ci...)

Deploy

  • doc : voir !734 (merged)

  • app notification to users

  • app (vidjil-algo-next)

  • app if needed, update server configs

  • app (vidjil-algo)

  • app test on production (X5 and L4)

  • app notification to users that everything works

Further deploy

  • hds and other certified servers: queue for qualification
  • twice a year, communicate to users
Edited Jun 15, 2020 by Mathieu Giraud
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature-a/release