-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ldms-containers dispatcher on release
This patch adds another job in the `create-release.yaml` that dispatches `docker buildx bake` jobs in `ldms-containers` after the `build` job in `create-release.yaml` succeeded.
- Loading branch information
1 parent
bfd5824
commit 41ea6d7
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
ref: dispatch | ||
inputs: | ||
TAG: LDMS_TAG | ||
# vars is a long string, alternating ATTR VALUE ... | ||
vars: LDMS_REPO LDMS_REPO_URL | ||
LDMS_BRANCH LDMS_TAG | ||
SOS_REPO https://github.com/ovis-hpc/sos | ||
SOS_BRANCH SOS-6 | ||
MAESTRO_REPO https://github.com/ovis-hpc/maestro | ||
MAESTRO_BRANCH OVIS-4.4.4 | ||
NUMSOS_REPO https://github.com/narategithub/numsos | ||
NUMSOS_BRANCH compMinMeanMax-fix | ||
SOSDBUI_REPO https://github.com/nick-enoent/sosdb-ui | ||
SOSDBUI_BRANCH 500069d5388fc8d68fe9ae0d6b847c8ce1da95c0 | ||
SOSDBGRAFANA_REPO https://github.com/nick-enoent/sosdb-grafana | ||
SOSDBGRAFANA_BRANCH e5eb5347f3864e2e3447e996cdbe28b8e74b2bb6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters