-
Notifications
You must be signed in to change notification settings - Fork 35
Test upgrade from latest release to current branch image in CI #576
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
Merged
Merged
Changes from 38 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
111107c
use latest release for initial CI cluster setup
sjpb 85eafcc
fix changing branches
sjpb f0cd48f
cope with change from stackhpc terraform-> tofu directory
sjpb 8be9087
try to get workflow to update
sjpb bf1ceed
fix finding stackhpc tf directory
sjpb 0c3b047
update ansible etc when switching branches
sjpb 4c40546
fixup reimaging
sjpb cfc14a3
fix losing tf state on new checkout
sjpb e140948
fix STACKHPC_TF_DIR being concatenated not overwritten in GITHUB_ENV
sjpb d504363
fix stackhpc tf directory change
sjpb 8d597f5
fix slurm_tools gitignore/version comment
sjpb 16fa657
fixup TF state moving
sjpb 1355b5f
re-init tofu after changing branches
sjpb 91484d2
use latest release for initial CI cluster setup
sjpb ca367ce
fix changing branches
sjpb 807d5f1
cope with change from stackhpc terraform-> tofu directory
sjpb 3a38591
try to get workflow to update
sjpb e45fdf0
fix finding stackhpc tf directory
sjpb 142bcb0
update ansible etc when switching branches
sjpb fddd413
fixup reimaging
sjpb 032e51d
fix losing tf state on new checkout
sjpb 27b07e9
fix STACKHPC_TF_DIR being concatenated not overwritten in GITHUB_ENV
sjpb 0502aa6
fix stackhpc tf directory change
sjpb 7362e59
fix slurm_tools gitignore/version comment
sjpb 59f8ead
fixup TF state moving
sjpb 0ac9de5
re-init tofu after changing branches
sjpb af97440
Merge branch 'ci/test-compute-init' of github.com:stackhpc/ansible-sl…
sjpb 9af56d1
bump CI image
sjpb 9ac9bac
Merge branch 'main' into ci/test-compute-init
bertiethorpe ca610f8
simplify TF_DIR path handling
bertiethorpe b13a8da
Merge branch 'main' into ci/test-compute-init
bertiethorpe 5aa9eaa
fix typo
bertiethorpe e760db7
nfs_configurations workaround
bertiethorpe bc7540f
Merge branch 'main' into ci/test-compute-init
bertiethorpe 9e40ffb
Merge branch 'main' into ci/test-compute-init
bertiethorpe 7be84d3
bump images
bertiethorpe 3e13216
fix compute-init nfs-clients
bertiethorpe 5bc03dc
bump images
bertiethorpe 6d3ad77
move OOD checks to current branch section + reduce hpctests in releas…
bertiethorpe 98e1526
change check_grafana to expect just pingpong
bertiethorpe a75a976
check sacct for just pingpong
bertiethorpe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
bertiethorpe marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
pytools_editable: false | ||
pytools_gitref: master | ||
pytools_gitref: master # TODO: FIXME: do a release! | ||
pytools_user: root |
This file contains hidden or 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"cluster_image": { | ||
"RL8": "openhpc-RL8-250319-1045-69713f23", | ||
"RL9": "openhpc-RL9-250319-1045-69713f23" | ||
"RL8": "openhpc-RL8-250326-1048-3e132168", | ||
"RL9": "openhpc-RL9-250326-1049-3e132168" | ||
} | ||
} |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.