diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2021-09-28 11:39:59 -0600 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2021-10-01 10:12:37 -0700 |
commit | ae092915ac94c42d2288e6280aff2fe281475138 (patch) | |
tree | d1d4f10452142a25cc0bad90dd8df9d3fdcac75b /share | |
parent | 98466f9b120c68278ae14634f778dd8cfea2c3ff (diff) | |
download | spack-ae092915ac94c42d2288e6280aff2fe281475138.tar.gz spack-ae092915ac94c42d2288e6280aff2fe281475138.tar.bz2 spack-ae092915ac94c42d2288e6280aff2fe281475138.tar.xz spack-ae092915ac94c42d2288e6280aff2fe281475138.zip |
Use default runner image for radiuss
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index 0b49e76b05..98927eb9c3 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -194,13 +194,9 @@ build_systems-develop-build: variables: SPACK_CI_STACK_NAME: radiuss -.radiuss-generate: - extends: [ ".radiuss"] - image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] } - # --------- PRs --------- radiuss-pr-generate: - extends: [ ".radiuss-generate", ".pr-generate" ] + extends: [ ".radiuss", ".pr-generate" ] radiuss-pr-build: extends: [ ".radiuss", ".pr-build" ] @@ -212,7 +208,7 @@ radiuss-pr-build: # --------- Develop --------- radiuss-develop-generate: - extends: [ ".radiuss-generate", ".develop-generate" ] + extends: [ ".radiuss", ".develop-generate" ] radiuss-develop-build: extends: [ ".radiuss", ".develop-build" ] |