Skip to content

Commit

Permalink
release checklist step to compile all python code
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Nov 26, 2024
1 parent f702349 commit 51991c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/release_flight.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ assignees: ''
- [ ] Promote packages from `masters` to `test` conda channel (`skare3-promote --to test ...`).
- [ ] List in PR any data products that need to be promoted to $SKA/data (check PR's interface impacts).
- [ ] Install on HEAD and GRETA Linux test environments (`ska3/test`).
- [ ] `python -m compileall`
- [ ] Confirm that test data (SKA/data) is appropriate for release testing (any custom test data is set or previous test data cleaned out)
- [ ] Run testr on HEAD and GRETA
- [ ] Add related issues to PR (`skare3-milestone-issues ...`).
Expand All @@ -34,6 +35,7 @@ assignees: ''
- [ ] Update ska3/flight on HEAD as aca user.
- [ ] Confirm installed versions of ska3-flight and ska3-perl on HEAD with `conda list`
- [ ] Update ska3/flight on GRETA as SOT user.
- [ ] `python -m compileall`
- [ ] Confirm installed versions of ska3-flight and ska3-perl on GRETA with `conda list`
- [ ] Promote any data products listed in PR to be promoted.
- [ ] Run ska_testr on HEAD and GRETA.
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/release_matlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ assignees: ''
- [ ] Notify FOT team of candidate release.
- [ ] FOT gives green light to install release candidate.
- [ ] Install on GRETA test as SOT user (`ska3/matlab/test`).
- [ ] `python -m compileall`
- [ ] Confirm that test data (SKA/data) is appropriate for release testing (any custom test data is set or previous test data cleaned out)
- [ ] FOT tests and approves.
- [ ] Promote packages to main conda channel (`skare3-promote ...`).
### Promote:

- [ ] Announce to aca@cfa/slack.
- [ ] Update ska3/matlab on cheru as SOT user.
- [ ] `python -m compileall`
- [ ] Make sure $SKA/data is updated on GRETA
- [ ] Run ska_testr on cheru.
- [ ] Document test results (`skare3-test-dashboard ...`).
Expand Down

0 comments on commit 51991c1

Please sign in to comment.