-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added CI to create PRs to bump to latest Ark timestamps #505
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See discussion on slack re. simplifying things so we're not defining repo URLs in 3x places.
Also needs to
a) kick off an image build in the PR - and not run the stackhpc.yml workflow
- Could do this by changing that workflow to not run on branch names like e.g. auto/ and setting that branch for the PR
b) make a commit to the PR to change environments/.stackhpc/terraform/cluster* vars to the new image - then run the stackhpc workflow
OR
- do the image build on the branch
- update ../cluster* definition
- THEN open the PR (which runs stackhpc.yml)
c3a36d0
to
29ad8db
Compare
29ad8db
to
333ac6e
Compare
56cb15f
to
02e3de6
Compare
02e3de6
to
bf14c8a
Compare
cbc518f
to
0863a9a
Compare
66d8775
to
37eb61b
Compare
58446ac
to
57e2d7f
Compare
a5f4a99
to
16fdb9c
Compare
todo: test fatimage workflow dispatch still works (will affect the auto/bump-timestamps branch too if it doesn't) |
2222372
to
5e71afa
Compare
looks like input.event_name is inherited from caller and is running image build/ci on this branch so needs reworking |
2a10bb1
to
38df97e
Compare
38df97e
to
726dba2
Compare
Added a nightly workflow which will check the URLs defined in
appliances_repo_timestamp_sources
for newer timestamps, updateappliances_repo_timestamps
and create a PR if any timestamps have been updated