diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2023-10-05 08:45:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 08:45:33 +0200 |
commit | bf7f54449ba8ed157c9ee258007e0a7a509600cf (patch) | |
tree | 8e8b88b7beffcaa53d308413ffabdfba078b9f4e /share | |
parent | 9f0e3c0fed23e4b4192cb769c8d96d2248721fc9 (diff) | |
download | spack-bf7f54449ba8ed157c9ee258007e0a7a509600cf.tar.gz spack-bf7f54449ba8ed157c9ee258007e0a7a509600cf.tar.bz2 spack-bf7f54449ba8ed157c9ee258007e0a7a509600cf.tar.xz spack-bf7f54449ba8ed157c9ee258007e0a7a509600cf.zip |
cray rhel: disable due to runner issues (#40324)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index df2c7f85ca..6dbc0d1581 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -846,24 +846,24 @@ deprecated-ci-build: ####################################### # E4S - Cray RHEL ####################################### -.e4s-cray-rhel: - extends: [ ".cray_rhel_zen4" ] - variables: - SPACK_CI_STACK_NAME: e4s-cray-rhel +# .e4s-cray-rhel: +# extends: [ ".cray_rhel_zen4" ] +# variables: +# SPACK_CI_STACK_NAME: e4s-cray-rhel -e4s-cray-rhel-generate: - extends: [ ".generate-cray-rhel", ".e4s-cray-rhel" ] +# e4s-cray-rhel-generate: +# extends: [ ".generate-cray-rhel", ".e4s-cray-rhel" ] -e4s-cray-rhel-build: - extends: [ ".build", ".e4s-cray-rhel" ] - trigger: - include: - - artifact: jobs_scratch_dir/cloud-ci-pipeline.yml - job: e4s-cray-rhel-generate - strategy: depend - needs: - - artifacts: True - job: e4s-cray-rhel-generate +# e4s-cray-rhel-build: +# extends: [ ".build", ".e4s-cray-rhel" ] +# trigger: +# include: +# - artifact: jobs_scratch_dir/cloud-ci-pipeline.yml +# job: e4s-cray-rhel-generate +# strategy: depend +# needs: +# - artifacts: True +# job: e4s-cray-rhel-generate ####################################### # E4S - Cray SLES |