summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2023-07-13 01:12:22 +0200
committerGitHub <noreply@github.com>2023-07-12 18:12:22 -0500
commit3828ae2a52e419e1350b26aad84ecaffb3b8860b (patch)
treea52f9709d2a9edcadf692b62071e921d15d07f83 /share
parentc2bdb4600aa288c2cd0a8cbadc54f7d4b0f78b9d (diff)
downloadspack-3828ae2a52e419e1350b26aad84ecaffb3b8860b.tar.gz
spack-3828ae2a52e419e1350b26aad84ecaffb3b8860b.tar.bz2
spack-3828ae2a52e419e1350b26aad84ecaffb3b8860b.tar.xz
spack-3828ae2a52e419e1350b26aad84ecaffb3b8860b.zip
ci: populate caches in before script (#38762)
* ci: run spack list in power ci Let's see if Spack itself is the bottleneck in CI... * rebuild curl in CI * more of the same please! * drop the profiler * undo rebuildme test in ci variant * add comment for posterity * enable profiling * trigger CI * See how it goes now that perf regressions are fixed on develop * try shorter poll intervals * Revert "try shorter poll intervals" This reverts commit d60c34ad3eceead0c13a5277cf8e783fd42b7458. * Remove spec.format call in Database._get_matching_spec_key * once more in ci please * undo irrelevant changes * run spack list in before script * test in ci * -: * Undo CI testing
Diffstat (limited to 'share')
-rw-r--r--share/spack/gitlab/cloud_pipelines/configs/ci.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml
index f65760c923..77babf10b2 100644
--- a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml
+++ b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml
@@ -8,6 +8,8 @@ ci:
pipeline-gen:
- build-job:
+ before_script-:
+ - - spack list --count # ensure that spack's cache is populated
script::
- - spack compiler find
- cd ${SPACK_CONCRETE_ENV_DIR}