From e17d6d5eee0441ec434d9cacd00e4fab79e51090 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Sun, 7 May 2023 16:24:33 +0200 Subject: [PATCH] gitlab ci: bump tutorial image (#37544) --- share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 4 ++-- share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index f8d5e54a6cd..31c0dcc08ba 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -870,11 +870,11 @@ aws-isc-aarch64-protected-build: tutorial-pr-generate: extends: [ ".tutorial", ".pr-generate"] - image: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-05-05 + image: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-05-07 tutorial-protected-generate: extends: [ ".tutorial", ".protected-generate"] - image: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-05-05 + image: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-05-07 tutorial-pr-build: extends: [ ".tutorial", ".pr-build" ] diff --git a/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml index f4b300593e1..4b39be88461 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml @@ -55,7 +55,7 @@ spack: pipeline-gen: - build-job: image: - name: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-05-05 + name: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-05-07 entrypoint: [''] cdash: build-group: Spack Tutorial