File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1- variables :
2- # The common part of the URL for cloning from within a CI
3- GIT_CLONE_BASE : https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}
4-
51stages :
62 - build_and_test
73 - run_downstream_ci
84
95.basic-setup :
10- # Temporary: clone the specific branch of ci-fragments
11- # TODO: remove the next 4 lines when this version of ci-fragments is available in the image
12- - cd /tmp
13- - git clone $GIT_CLONE_BASE/eng/it/ci-fragments -b topic/generic_ci_phase_2 --depth 1
14- - export PATH=/tmp/ci-fragments:$PATH
15- - cd -
166 # Use generic_anod_ci here.
177 - generic_anod_ci
188 - cat /tmp/ci_env.sh
@@ -24,8 +14,6 @@ build_and_test:
2414 services :
2515 - image:systemgtk
2616 - cpu:8
27- - mem:16
28- - run_as_root:false
2917 stage : build_and_test
3018 interruptible : true
3119 rules :
You can’t perform that action at this time.
0 commit comments