summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2023-10-20 17:09:19 +0200
committerGitHub <noreply@github.com>2023-10-20 17:09:19 +0200
commit27a0425e5d432647d549d4f671f8556b097bfa4e (patch)
treedcf1eb208d2478215a88437f867ee34cf8ae6aed /share
parent4bade7ef967ca07fce9e46c1d1f466618fd5c987 (diff)
downloadspack-27a0425e5d432647d549d4f671f8556b097bfa4e.tar.gz
spack-27a0425e5d432647d549d4f671f8556b097bfa4e.tar.bz2
spack-27a0425e5d432647d549d4f671f8556b097bfa4e.tar.xz
spack-27a0425e5d432647d549d4f671f8556b097bfa4e.zip
concretize separately: show concretization time per spec as they concretize when verbose (#40634)
Diffstat (limited to 'share')
-rw-r--r--share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml4
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 905901ff29..245bb51933 100644
--- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
+++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
@@ -144,7 +144,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
+ - spack -v
--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}"
@@ -197,7 +197,7 @@ default:
- spack --version
- cd share/spack/gitlab/cloud_pipelines/stacks/${SPACK_CI_STACK_NAME}
- spack env activate --without-view .
- - spack
+ - spack -v
ci generate --check-index-only
--buildcache-destination "${PUSH_BUILDCACHE_DEPRECATED}"
--artifacts-root "${CI_PROJECT_DIR}/jobs_scratch_dir"