Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitlab/gitlab-ci-frontier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ install:frontier-gcc:
- setup:frontier-gcc
dependencies:
- setup:frontier-gcc
retry: 2
artifacts:
paths:
- spack_log.out

.report-status:
tags: [shell]
Expand Down Expand Up @@ -196,4 +200,4 @@ wipe_runtime_directory:
GIT_STRATEGY: none
script:
- rm -vrf "${CUSTOM_CI_BUILDS_DIR}/"*
- chmod -vR g+rw "/lustre/orion/ums032/scratch/ums032_auser"
- chmod -vR 730 "${CUSTOM_CI_BUILDS_DIR}/"
1 change: 1 addition & 0 deletions .gitlab/sync-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ include:
sync_draft_prs: true
sync_image: ghcr.io/spack/ci-bridge:0.0.46
extra_args: --disable-status-post
prereq_check: check_user_allowlist
rules:
- if: $CI_SERVER_HOST == "gitlab.spack.io"
2 changes: 1 addition & 1 deletion scripts/ci/gitlab-ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ case ${STEP} in
spack config blame

# Install the environment with timing and parallel jobs
spack -t install "-j$((NUM_CORES*2))" --show-log-on-error --no-check-signature --fail-fast
spack -t install "-j$((NUM_CORES*2))" --show-log-on-error --no-check-signature --fail-fast | tee spack_log.out 2>&1

# Show what was installed
spack find -lv
Expand Down