Skip to content

Commit

Permalink
Merge 912a063 into 68a6144
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jun 6, 2024
2 parents 68a6144 + 912a063 commit bbb28a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab/includes/common_spack_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ make_multiarch_image:
extends:
- .cmake_variables_common
script:
- env
- echo $CLUSTER_NAME
- spack arch
- export CTEST_XML=$PWD/ctest.xml
- trap "${SOURCE_DIR}/.gitlab/scripts/collect_ctest_metrics.sh ${CTEST_XML}" EXIT
Expand Down
2 changes: 2 additions & 0 deletions .gitlab/pipelines_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ include:
- local: '.gitlab/includes/performance_gcc13_pipeline.yml'
- local: '.gitlab/includes/gcc12_hip5_pipeline.yml'
- local: '.gitlab/includes/sloc.yml'
# TODO: Temporary
- local: '.gitlab/includes/clang18_pipeline.yml'
1 change: 1 addition & 0 deletions .gitlab/scripts/utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function create_metadata_file {

# System section
json_add_from_command "${metadata_file}" "system" "hostname"
json_add_from_env "${metadata_file}" "system" CLUSTER_NAME

# Slurm section
json_add_from_env \
Expand Down

0 comments on commit bbb28a8

Please sign in to comment.