|
3 | 3 | # ------------------------------------------------------------------------------ |
4 | 4 |
|
5 | 5 | .init: |
| 6 | + variables: |
| 7 | + GIT_STRATEGY: clone |
| 8 | + GIT_SUBMODULE_STRATEGY: recursive |
6 | 9 | stage: init |
7 | 10 | script: |
8 | 11 | - echo $USER |
|
40 | 43 | script: |
41 | 44 | - CI_BUILD_DIR=$(cat ci-dir.txt) |
42 | 45 | - cd $CI_BUILD_DIR && cat job-name.txt |
43 | | - - ./$SCRIPT_DIR/devtools/host-config-build.py --no-clean --build --ctest --nprocs $NPROC --host-config gitlab.cmake -DENABLE_TIMER=ON $EXTRA_CMAKE_ARGS |
| 46 | + - ./$SCRIPT_DIR/devtools/host-config-build.py --no-clean --build --ctest --nprocs $NPROC --host-config gitlab.cmake -DSPHERAL_ENABLE_TIMERS=ON $EXTRA_CMAKE_ARGS |
44 | 47 | artifacts: |
45 | 48 | paths: |
46 | 49 | - ci-dir.txt |
|
52 | 55 | - CI_BUILD_DIR=$(cat ci-dir.txt) |
53 | 56 | - cd $CI_BUILD_DIR && cat job-name.txt |
54 | 57 |
|
55 | | - - ./build_gitlab/install/spheral -c "import $SPHERAL_MODULE" |
| 58 | + - ./build_gitlab/install/bin/spheral -c "import $SPHERAL_MODULE" |
56 | 59 | artifacts: |
57 | 60 | paths: |
58 | 61 | - ci-dir.txt |
|
69 | 72 | - CI_BUILD_DIR=$(cat ci-dir.txt) |
70 | 73 | - cd $CI_BUILD_DIR && cat job-name.txt |
71 | 74 |
|
72 | | - - ./build_gitlab/install/spheral-ats --ciRun ./build_gitlab/install/$ATS_FILE || exit_code=$? |
| 75 | + - ./build_gitlab/install/bin/spheral-ats --ciRun ./build_gitlab/install/$ATS_FILE || exit_code=$? |
73 | 76 | - cp -r test-logs $CI_PROJECT_DIR |
74 | 77 | - exit $exit_code |
75 | 78 | artifacts: |
|
93 | 96 | - CI_BUILD_DIR=$(cat ci-dir.txt) |
94 | 97 | - cd $CI_BUILD_DIR && cat job-name.txt |
95 | 98 |
|
96 | | - - ./build_gitlab/install/spheral-ats --ciRun --numNodes 2 --delay --batch --logs perf_logs ./build_gitlab/install/$PERF_ATS_FILE || exit_code=$? |
| 99 | + - ./build_gitlab/install/bin/spheral-ats --ciRun --numNodes 2 --delay --batch --logs perf_logs ./build_gitlab/install/$PERF_ATS_FILE || exit_code=$? |
97 | 100 | - exit $exit_code |
98 | 101 | artifacts: |
99 | 102 | when: always |
|
117 | 120 | # ------------------------------------------------------------------------------ |
118 | 121 |
|
119 | 122 | .update_tpls: |
| 123 | + variables: |
| 124 | + GIT_STRATEGY: clone |
| 125 | + GIT_SUBMODULE_STRATEGY: recursive |
120 | 126 | stage: update_tpls |
121 | 127 | script: |
122 | 128 | - ./$SCRIPT_DIR/devtools/tpl-manager.py --no-upstream --spack-dir=$UPSTREAM_DIR |
|
145 | 151 | # bootstrap_cache/ |
146 | 152 |
|
147 | 153 | .build_dev_pkg: |
| 154 | + variables: |
| 155 | + GIT_STRATEGY: clone |
| 156 | + GIT_SUBMODULE_STRATEGY: recursive |
148 | 157 | stage: generate_buildcache |
149 | 158 | extends: [.spheral_rev_str] |
150 | 159 | script: |
|
0 commit comments