Skip to content
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

Fix CI pipeline #694

Merged
merged 3 commits into from
Aug 30, 2024
Merged

Fix CI pipeline #694

merged 3 commits into from
Aug 30, 2024

Conversation

nychiang
Copy link
Collaborator

@nychiang nychiang commented Aug 29, 2024

Fix couple issues in this PR:

  1. Failed pipeline in LC Lassen due to the conflicts between Cuda and Cub
  2. LC Quartz is offline now. Switch to Dane
  3. Failed Spack-Build workflow on github (see issue Set up a GHCR Spack build cache to speed up spack pipelines #690 )
  4. add id_tokens for LC due to the new requirement.

@nychiang nychiang marked this pull request as ready for review August 29, 2024 21:19
@nychiang
Copy link
Collaborator Author

@cnpetra Let's skip the pipeline tests for spack build in this PR, since @cameronrutherford is working on it to close issue #690.

Comment on lines +99 to +106
if [[ $MY_CLUSTER =~ ^newell.* ]]; then
export MY_CLUSTER=newell
elif [[ $MY_CLUSTER =~ dl* ]]; then
elif [[ $MY_CLUSTER =~ ^dl.* ]]; then
export MY_CLUSTER=marianas
elif [[ $MY_CLUSTER =~ dmi* ]]; then
elif [[ $MY_CLUSTER =~ ^dmi.* ]]; then
export MY_CLUSTER=incline
elif [[ $MY_CLUSTER =~ ^dane.* ]]; then
export MY_CLUSTER=dane
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cameronrutherford I believe this is what you want to do. The previous regular expression is problematic, as dane matches dl* and then modules are loaded from marianasVariable.sh

@cnpetra cnpetra merged commit 7f1ab52 into develop Aug 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants