-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitlab-ci.yml
39 lines (35 loc) · 943 Bytes
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
variables:
GIT_SUBMODULE_STRATEGY: recursive
ALLOC_NAME: ${CI_PROJECT_NAME}_ci_${CI_PIPELINE_ID}
BUILD_ROOT: ${CI_PROJECT_DIR}
SPHERAL_BUILDS_DIR: /usr/WS2/sphapp/.jacamar-ci/spheral-builds
SCRIPT_DIR: "scripts"
ATS_FILE: "tests/integration.ats"
PERF_ATS_FILE: "tests/performance.py"
SPHERAL_MODULE: "Spheral"
SPACK_NAME: spheral
SPACK_PKG_NAME: spheral
.spheral_rev_str:
before_script:
- SPHERAL_REV=$(git rev-list --count HEAD)
- SPHERAL_REV_STR="$SPHERAL_REV"
stages:
- tpls
- build_and_install
- run_ats
- update_tpls
- run_perf
- generate_buildcache
- install_production
- update_permissions
- cleanup
include:
- project: lc-templates/id_tokens
file: id_tokens.yml
- local: .gitlab/os.yml
- local: .gitlab/machines.yml
- local: .gitlab/scripts.yml
- local: .gitlab/specs.yml
- local: .gitlab/jobs-mpi.yml
- local: .gitlab/jobs-seq.yml
- local: .gitlab/jobs-prod.yml