You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,3 +144,9 @@ Please contact us for specific advice, but in outline this generally involves:
144
144
## Monitoring and logging
145
145
146
146
Please see the [monitoring-and-logging.README.md](docs/monitoring-and-logging.README.md) for details.
147
+
148
+
## CI/CD automation
149
+
150
+
The `.github` directory contains a set of sample workflows which can be used by downstream site-specific configuration repositories to simplify ongoing maintainence tasks. These include:
151
+
152
+
- An [upgrade check](.github/workflows/upgrade-check.yml.sample) workflow which automatically checks this upstream stackhpc/ansible-slurm-appliance repo for new releases and proposes a pull request to the downstream site-specific repo when a new release is published.
0 commit comments