|
19 | 19 | - `gradle :firefly:test` |
20 | 20 |
|
21 | 21 | 1. **Commit, Tag** |
22 | | - - commit your changes - _example message:_ "Release 2020.1.0: document updates" |
| 22 | + - commit your changes - _example message:_ "Release 2021.1.0: document updates" |
23 | 23 | - tag the `rc-yyyy.m` branch with the release `release-yyyy.m.r` |
24 | 24 | - _example:_ |
25 | | - - the second release from branch `rc-2020.2` with the git tagged with `release-2020.2.1` |
26 | | - - `git tag release-2020.2.1` |
| 25 | + - the second release from branch `rc-2021.2` with the git tagged with `release-2021.2.1` |
| 26 | + - `git tag release-2021.2.1` |
27 | 27 |
|
28 | 28 | 1. **Push to GitHub**: |
29 | | - - push the rc: _example:_ `git push origin rc-2020.1` |
| 29 | + - push the rc: _example:_ `git push origin rc-2021.1` |
30 | 30 | - push the tags: `git push origin --tags` |
31 | 31 |
|
32 | 32 | 1. **Build docker images and deploy it to IRSA Kubernetes** |
33 | 33 | - Best to use Jenkins: https://irsawebdev5.ipac.caltech.edu:8443/view/IRSA%20k8s/job/ikc_firefly/build |
34 | 34 | - Build the docker with the following docker tags: `rc-yyyy.m`, `release-yyyy.m`,`release-yyyy.m.r`, `latest` |
35 | | - - _example:_ from the example above the release would be built with: `rc-2020.2`, `release-2020.2`,`release-2020.2.1`, `latest` |
| 35 | + - _example:_ from the example above the release would be built with: `rc-2021.2`, `release-2021.2`,`release-2021.2.1`, `latest` |
36 | 36 | - `ACTION`: Select 'both' |
37 | 37 | - `DEPLOY_ENV`: Select 'ops' to have this release deploy to fireflyops.ipac.caltech.edu |
38 | 38 | - _notes:_ |
|
59 | 59 | - `BuildMinor = -1` |
60 | 60 | - `BuildRev = 0` |
61 | 61 | - add any improvements to this file |
62 | | - - commit and push dev, _example message_ - "Post 2020.1 release: dev clean up" |
| 62 | + - commit and push dev, _example message_ - "Post 2021.1 release: dev clean up" |
63 | 63 |
|
64 | 64 | 1. **Edit docker hub instructions** |
65 | 65 | - Go the the Firefly page on docker hub. https://cloud.docker.com/u/ipac/repository/docker/ipac/firefly |
|
0 commit comments