summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2021-04-08 13:39:35 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2021-04-08 15:40:49 +0200
commite604d90500a4afbc0cad11dbafa232d3f1450e15 (patch)
treee4ce96ea6d7c37572f2c0e96b3393aec33c536e5
parent297c50e5de787c08f6627883000728af6cbec478 (diff)
gitlab-ci: Switch default pipeline to one stored in linux-bsp project
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--.gitlab-ci.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa0d3e81527e..90e293e1e693 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,8 @@
-image: $CI_IMAGE
+image: gitlab.int.toradex.com:4567/rd/linux-bsp/ci-toolchain-container:linux-toradex_aarch32_arm_builder-bb6f84e
variables:
# uncomment for the pipeline debug purpose
# CI_DEBUG_TRACE: "true"
-
-# Please choose possible 32/64 builder image and appropriate compiler
- CI_IMAGE: gitlab.int.toradex.com:4567/yuiry.erofeev/linux-toradex/ci-kernel-builder:latest
- #CI_IMAGE: gitlab.int.toradex.com:4567/yuiry.erofeev/linux-toradex/ci-kernel-builder:aarch64
- #CI_IMAGE: gitlab.int.toradex.com:4567/yuiry.erofeev/linux-toradex/ci-kernel-builder:aarch64-linaro
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""