From acb02326aa6a0c03193ea6213657d7921fb1cd95 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Thu, 31 Aug 2023 10:09:37 +0200 Subject: ASP-based solver: add hidden mode to ignore versions that are moving targets, use that in CI (#39611) Setting the undocumented variable SPACK_CONCRETIZER_REQUIRE_CHECKSUM now causes the solver to avoid accounting for versions that are not checksummed. This feature is used in CI to avoid spurious concretization against e.g. develop branches. --- share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share') diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index 358d3af121..45300eb737 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -136,6 +136,8 @@ default: variables: KUBERNETES_CPU_REQUEST: 4000m KUBERNETES_MEMORY_REQUEST: 16G + # avoid moving targets like branches and tags + SPACK_CONCRETIZER_REQUIRE_CHECKSUM: 1 interruptible: true timeout: 60 minutes retry: -- cgit v1.2.3-70-g09d2