Skip to content

Commit

Permalink
Follow hpc/gitlab-pipelines changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton authored and pramodk committed Mar 8, 2022
1 parent 6b24f75 commit 3e388a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ include:

trigger cvf:
stage: .pre
variables:
# Tell the CVF pipeline to use the current ref of NMODL, this works because
# the CVF CI uses the `gitlab-pipelines` helper components.
SPACK_PACKAGE_REF_nmodl: "commit='${CI_COMMIT_SHA}'"
rules:
# Don't run on PRs targeting the LLVM development branch
- if: '$CI_EXTERNAL_PULL_REQUEST_TARGET_BRANCH_NAME == "llvm"'
Expand All @@ -22,6 +18,9 @@ trigger cvf:
project: hpc/cvf
# Make the NMODL CI status depend on the CVF CI status
strategy: depend
variables:
# Tell CVF to use the same commits/branches as NMODL.
SPACK_ENV_FILE_URL: $SPACK_SETUP_COMMIT_MAPPING_URL

.spack_nmodl:
variables:
Expand All @@ -31,6 +30,7 @@ trigger cvf:
spack_setup:
extends: .spack_setup_ccache
variables:
NMODL_COMMIT: ${CI_COMMIT_SHA}
# Enable fetching GitHub PR descriptions and parsing them to find out what
# branches to build of other projects.
PARSE_GITHUB_PR_DESCRIPTIONS: "true"
Expand Down

0 comments on commit 3e388a1

Please sign in to comment.