Skip to content

Commit cf6734c

Browse files
committed
Merge branch 'topic/remove_crud_from_CI' into 'master'
Update .gitlab-ci.yml See merge request eng/ide/ada_language_server!1336
2 parents 1d46671 + 41ecdf9 commit cf6734c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
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-
51
stages:
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:

0 commit comments

Comments
 (0)