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
-
5
1
stages :
6
2
- build_and_test
7
3
- run_downstream_ci
8
4
9
5
.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 -
16
6
# Use generic_anod_ci here.
17
7
- generic_anod_ci
18
8
- cat /tmp/ci_env.sh
@@ -24,8 +14,6 @@ build_and_test:
24
14
services :
25
15
- image:systemgtk
26
16
- cpu:8
27
- - mem:16
28
- - run_as_root:false
29
17
stage : build_and_test
30
18
interruptible : true
31
19
rules :
You can’t perform that action at this time.
0 commit comments