blob: f934a9a5307aab1d9562b90fca56921e05c03701 [file] [log] [blame]
Joey Armstrong5faccbe2023-07-13 18:30:01 -04001repo:ci-management jjb/
2=======================
3
4- grep -r 'voltha-2.11' jjb/
5
6 - Gather a complete list of pipeline files ot modify for release.
7
8- jjb/pipeline/voltha/master
9
10 - Add new release branch names
11
12- jjb/pipeline/voltha/
13
14 - jjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy
15 - jjb/pipeline/voltha/voltha-2.12/physical-build.groovy
16
17 - Clone master branch scripts into a release subdirectory:
18
19 - mkdir -p voltha-2.12
20 - rsync -rv --checksum master/. voltha-2.12/.
21
22 - Compare clone with an older release to augment master logic
23
24 - diff voltha-2.11 voltha-2.12
25 - Compare against the last release
26 - Update scripts to remove dependencies on master.
27
28- jjb/software-upgrades.yaml
29
30 - Clone ``*-master`` record into ``*-(release-branch)``
31 - Update version strings and nexus oar paths with deployed artifact versions.
32 - Update lingering `base-tag versions <https://jira.opencord.org/browse/VOL-5082>`_
33
34- See `VOL-5082 <https://jira.opencord.org/browse/VOL-5082>`_
35- jjb/verify/bbsim-sadis-server.yaml
36- jjb/verify/bbsim.yaml
37-
38 - Clone records for the new v.x release.
39 - Comment out deprecated releases beyond LTS (For 2.12: voltha-2.8, etc)