diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2023-10-30 15:29:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 15:29:27 +0100 |
commit | b1b8500ebaf1387913220925f129f635fa9c1f66 (patch) | |
tree | cf662a542a2c1f996d1fdd685b228bb6ce3f8c97 /share | |
parent | 060a1ff2f3261f94e3137e43ac8c50534983b63b (diff) | |
download | spack-b1b8500ebaf1387913220925f129f635fa9c1f66.tar.gz spack-b1b8500ebaf1387913220925f129f635fa9c1f66.tar.bz2 spack-b1b8500ebaf1387913220925f129f635fa9c1f66.tar.xz spack-b1b8500ebaf1387913220925f129f635fa9c1f66.zip |
ci: print colored specs in concretization progress (#40711)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index e5475a7bdc..196037585f 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -150,7 +150,7 @@ default: - spack python -c "import os,sys; print(os.path.expandvars(sys.stdin.read()))" < "${SPACK_CI_CONFIG_ROOT}/${PIPELINE_MIRROR_TEMPLATE}" > "${SPACK_CI_CONFIG_ROOT}/mirrors.yaml" - spack config add -f "${SPACK_CI_CONFIG_ROOT}/mirrors.yaml" - - spack -v + - spack -v --color=always --config-scope "${SPACK_CI_CONFIG_ROOT}" --config-scope "${SPACK_CI_CONFIG_ROOT}/${SPACK_TARGET_PLATFORM}" --config-scope "${SPACK_CI_CONFIG_ROOT}/${SPACK_TARGET_PLATFORM}/${SPACK_TARGET_ARCH}" @@ -203,7 +203,7 @@ default: - spack --version - cd share/spack/gitlab/cloud_pipelines/stacks/${SPACK_CI_STACK_NAME} - spack env activate --without-view . - - spack -v + - spack -v --color=always ci generate --check-index-only --buildcache-destination "${PUSH_BUILDCACHE_DEPRECATED}" --artifacts-root "${CI_PROJECT_DIR}/jobs_scratch_dir" |