summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorkwryankrattiger <80296582+kwryankrattiger@users.noreply.github.com>2024-04-16 12:03:44 -0500
committerGitHub <noreply@github.com>2024-04-16 19:03:44 +0200
commit747cd374df925703fc5355a1ddefddb25ad470f2 (patch)
treea578a3cdc0f7ddae542b7a490c9b5a858c2f751d /share
parent8b3ac404369e59ba7f4993cb16c61b9fc208fa3a (diff)
downloadspack-747cd374df925703fc5355a1ddefddb25ad470f2.tar.gz
spack-747cd374df925703fc5355a1ddefddb25ad470f2.tar.bz2
spack-747cd374df925703fc5355a1ddefddb25ad470f2.tar.xz
spack-747cd374df925703fc5355a1ddefddb25ad470f2.zip
Run after_script aggregator with spack python (#43669)
Diffstat (limited to 'share')
-rw-r--r--share/spack/gitlab/cloud_pipelines/configs/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml
index 715992ea0c..3b9736e10b 100644
--- a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml
+++ b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml
@@ -29,7 +29,7 @@ ci:
after_script:
- - cat /proc/loadavg || true
- cat /proc/meminfo | grep 'MemTotal\|MemFree' || true
- - - time python ${CI_PROJECT_DIR}/share/spack/gitlab/cloud_pipelines/scripts/common/aggregate_package_logs.spack.py
+ - - time ./bin/spack python ${CI_PROJECT_DIR}/share/spack/gitlab/cloud_pipelines/scripts/common/aggregate_package_logs.spack.py
--prefix /home/software/spack:${CI_PROJECT_DIR}/opt/spack
--log install_times.json
${SPACK_ARTIFACTS_ROOT}/user_data/install_times.json || true