You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: .gitlab-ci.yml
+15-19Lines changed: 15 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,18 @@ variables:
13
13
NMODL_BRANCH:
14
14
description: Branch of NMODL to build CoreNEURON against (NMODL_COMMIT and NMODL_TAG also possible)
15
15
value: master
16
+
SPACK_BRANCH:
17
+
description: Branch of BlueBrain Spack to use for the CI pipeline
18
+
value: develop
19
+
SPACK_DEPLOYMENT_SUFFIX:
20
+
description: Extra path component used when finding deployed software. Set to something like `pulls/1497` use software built for https://github.com/BlueBrain/spack/pull/1497. You probably want to set SPACK_BRANCH to the branch used in the relevant PR if you set this.
21
+
value: ''
16
22
17
23
# Set up Spack
18
24
spack_setup:
19
25
extends: .spack_setup_ccache
20
26
variables:
27
+
CORENEURON_COMMIT: ${CI_COMMIT_SHA}
21
28
# Enable fetching GitHub PR descriptions and parsing them to find out what
22
29
# branches to build of other projects.
23
30
PARSE_GITHUB_PR_DESCRIPTIONS: "true"
@@ -26,18 +33,12 @@ simulation_stack:
26
33
stage: .pre
27
34
# Take advantage of GitHub PR description parsing in the spack_setup job.
28
35
needs: [spack_setup]
29
-
variables:
30
-
CORENEURON_BRANCH: $CI_COMMIT_BRANCH
31
-
MODELS_COMMON_BRANCH: $MODELS_COMMON_BRANCH
32
-
NEURON_BRANCH: $NEURON_BRANCH
33
-
PYNEURODAMUS_BRANCH: $PYNEURODAMUS_BRANCH
34
-
REPORTINGLIB_BRANCH: $REPORTINGLIB_BRANCH
35
-
SPACK_BRANCH: $SPACK_BRANCH
36
-
SYNAPSETOOL_BRANCH: $SYNAPSETOOL_BRANCH
37
36
trigger:
38
37
project: hpc/sim/blueconfigs
39
38
# CoreNEURON CI status depends on the BlueConfigs CI status.
0 commit comments