-
Notifications
You must be signed in to change notification settings - Fork 35
Fixes for bencher CI #455
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
Fixes for bencher CI #455
Conversation
|
cscs-ci run alps-beverin-bencher;MY_UENV=prgenv-gnu/25.07-6.3.3:v9;CRON_RUN=true |
|
cscs-ci run alps-daint-bencher;MY_UENV=prgenv-gnu/25.06:v2;CRON_RUN=true |
|
cscs-ci run alps-beverin-bencher;MY_UENV=prgenv-gnu/25.07-6.3.3:v9;CRON_RUN=true |
|
cscs-ci run alps-beverin-bencher;MY_UENV=prgenv-gnu/25.07-6.3.3:v9;CRON_RUN=true |
|
cscs-ci run alps-daint-bencher;MY_UENV=prgenv-gnu/25.06:v2;CRON_RUN=true |
|
cscs-ci run alps-beverin-bencher;MY_UENV=prgenv-gnu/25.07-6.3.3:v8;CRON_RUN=true |
|
cscs-ci run alps-beverin-bencher;MY_UENV=prgenv-gnu/25.07-6.3.3:v8;CRON_RUN=true |
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.
Pull Request Overview
This PR fixes issues in the bencher CI pipeline by adjusting timeouts, updating filesystem configurations, and modifying output handling for the ReFrame installation path.
- Increased SLURM timelimit from 20 minutes to 1 hour for bencher API token jobs
- Modified ReFrame path extraction to use pattern matching with grep/awk
- Cleaned up obsolete filesystem entries and added new system configuration for beverin
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| ci/scripts/alps.sh | Added debug marker comment to ReFrame path output |
| ci/alps_uenv.yml | Increased SLURM timeout and modified path extraction logic using grep/awk |
| checks/system/systems_data/daint_data.json | Removed obsolete filesystem entries but introduced incomplete object |
| checks/system/systems_data/beverin_data.json | Added new system configuration for beverin with filesystem and package definitions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
No description provided.