You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has been reworked to use EasyBuild 4.9.4. Thus all originally used [include-easyblocks-]from-{pr,commit} could be removed.
However, a new from-commit was added for scikit-build-core because it was rebuilt with an easyconfigs that was merged after EB 4.9.4 has been released. Also, we currently cannot rebuild for NVIDIA Grace.
Note, ReFrame config for the bot instance has been updated to include 'processor' information. Hopefully that results in running tests successfully.
New job on instance trz42-GH200-jr for CPU micro-architecture aarch64-nvidia-grace for repository eessi.io-2023.06-software in job dir /p/project1/ceasybuilders/bot-trz42/jobs/2025.03/pr_987/13544938
ReFrame tests now fail with
.../stage/BotBuildTests/aarch64_nvidia_grace/default/EESSI_OSU_coll_775175bf/rfm_job.sh: line 7: mpirun: command not found
there are a number of other issues with ReFrame and some failing CI (updated apptainer version) that could all be addressed in a separate PR
date
job status
comment
Mar 28 19:13:40 UTC 2025
submitted
job id 13544938 awaits release by job manager
Mar 28 19:13:53 UTC 2025
released
job awaits launch by Slurm scheduler
Mar 28 19:14:57 UTC 2025
running
job 13544938 is running
Mar 28 20:54:40 UTC 2025
finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-13544938.out ✅ no message matching FATAL: ✅ no message matching ERROR: ✅ no message matching FAILED: ✅ no message matching required modules missing: ✅ found message(s) matching No missing installations ✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-nvidia-grace-1743194868.tar.gzsize: 129 MiB (136046255 bytes) entries: 5256 modules under 2023.06/software/linux/aarch64/nvidia/grace/modules/all
PR merged! Moved ['/p/project1/ceasybuilders/bot-trz42/jobs/2025.03/pr_987/13544938'] to /p/project1/ceasybuilders/bot-trz42/trash_bin/EESSI/software-layer/2025.03.28
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.
Based on #936
Has been reworked to use EasyBuild 4.9.4. Thus all originally used
[include-easyblocks-]from-{pr,commit}could be removed.However, a new
from-commitwas added forscikit-build-corebecause it was rebuilt with an easyconfigs that was merged after EB 4.9.4 has been released. Also, we currently cannot rebuild for NVIDIA Grace.Note, ReFrame config for the bot instance has been updated to include
'processor'information. Hopefully that results in running tests successfully.