diff options
author | Shahzeb Siddiqui <shahzebmsiddiqui@gmail.com> | 2020-11-20 16:31:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-20 13:31:25 -0800 |
commit | f30aeb35ae7cca5b8dcec91c38ce48e3ae254d28 (patch) | |
tree | f0512e47ab9401e7c2b7c39f3cd322fbc646a1e5 /share | |
parent | 439b329c385e7064cb3f778e0af3cac88e887f13 (diff) | |
download | spack-f30aeb35ae7cca5b8dcec91c38ce48e3ae254d28.tar.gz spack-f30aeb35ae7cca5b8dcec91c38ce48e3ae254d28.tar.bz2 spack-f30aeb35ae7cca5b8dcec91c38ce48e3ae254d28.tar.xz spack-f30aeb35ae7cca5b8dcec91c38ce48e3ae254d28.zip |
[WIP] nersc e4s pipeline trigger (#19688)
* nersc e4s pipeline trigger
* Update nersc_pipeline.yml
* Update nersc_pipeline.yml
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/nersc_pipeline.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/spack/gitlab/nersc_pipeline.yml b/share/spack/gitlab/nersc_pipeline.yml new file mode 100644 index 0000000000..5edcb70c78 --- /dev/null +++ b/share/spack/gitlab/nersc_pipeline.yml @@ -0,0 +1,9 @@ +merge_pipeline: + only: + - develop + variables: + SPACK_REPO: ${CI_PROJECT_URL} + SPACK_REF: ${CI_COMMIT_SHA} + trigger: + project: ecp/e4s/e4s + strategy: depend |