ci: bump tutorial image and toolchain (#40795)

This commit is contained in:
Harmen Stoppels 2023-10-31 12:58:33 +01:00 committed by GitHub
parent 160bfd881d
commit 6933e1c3cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -621,7 +621,7 @@ aws-isc-aarch64-build:
tutorial-generate: tutorial-generate:
extends: [ ".tutorial", ".generate-x86_64"] extends: [ ".tutorial", ".generate-x86_64"]
image: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-05-07 image: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-10-30
tutorial-build: tutorial-build:
extends: [ ".tutorial", ".build" ] extends: [ ".tutorial", ".build" ]

View file

@ -18,26 +18,26 @@ spack:
- hdf5+hl+mpi ^mpich - hdf5+hl+mpi ^mpich
- trilinos - trilinos
- trilinos +hdf5 ^hdf5+hl+mpi ^mpich - trilinos +hdf5 ^hdf5+hl+mpi ^mpich
- gcc@12.1.0 - gcc@12
- mpileaks - mpileaks
- lmod - lmod
- macsio@1.1+scr ^scr@2.0.0~fortran ^silo~fortran ^hdf5~fortran - macsio@1.1+scr ^scr@2.0.0~fortran ^silo~fortran ^hdf5~fortran
- ['%gcc@11.3.0'] - ['%gcc@11']
- gcc_old_packages: - gcc_old_packages:
- gmake%gcc@10.4.0 - gmake%gcc@10
- clang_packages: - clang_packages:
- matrix: - matrix:
- [gmake, tcl ^gmake@4.3] - [gmake, tcl ^gmake@4.3]
- ['%clang@14.0.0'] - ['%clang@14']
- gcc_spack_built_packages: - gcc_spack_built_packages:
- matrix: - matrix:
- [netlib-scalapack] - [netlib-scalapack]
- [^mpich, ^openmpi] - [^mpich, ^openmpi]
- [^openblas, ^netlib-lapack] - [^openblas, ^netlib-lapack]
- ['%gcc@12.1.0'] - ['%gcc@12']
- matrix: - matrix:
- [py-scipy ^openblas, armadillo ^openblas, netlib-lapack, openmpi, mpich, elpa ^mpich] - [py-scipy ^openblas, armadillo ^openblas, netlib-lapack, openmpi, mpich, elpa ^mpich]
- ['%gcc@12.1.0'] - ['%gcc@12']
specs: specs:
- $gcc_system_packages - $gcc_system_packages
- $gcc_old_packages - $gcc_old_packages
@ -48,7 +48,7 @@ spack:
pipeline-gen: pipeline-gen:
- build-job: - build-job:
image: image:
name: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-05-07 name: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-10-30
entrypoint: [''] entrypoint: ['']
cdash: cdash:
build-group: Spack Tutorial build-group: Spack Tutorial