summaryrefslogtreecommitdiff
path: root/share/spack/gitlab/pr_pipeline.yml
blob: 4eb08f3434f353e5266787718e821c7829997ea8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pr_pipeline:
  only:
  - external_pull_requests
  variables:
    SPACK_REPO: https://github.com/spack/spack.git
    SPACK_REF: ${CI_EXTERNAL_PULL_REQUEST_SOURCE_BRANCH_NAME}
    SPACK_IS_PR_PIPELINE: "True"
  trigger:
    project: spack/e4s
    strategy: depend

merge_pipeline:
  only:
  - develop
  variables:
    SPACK_REPO: https://github.com/spack/spack.git
    SPACK_REF: develop
  trigger:
    project: spack/e4s
    strategy: depend