Skip to content
Snippets Groups Projects
Verified Commit dfe39ec4 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

ci: Use the OSTC container registry for test-generic jobs

The EF infrastructure (GitLab) doesn't support image registry. This
change switches the container images to use the OSTC registry while
EF catches up[1].

[1] eclipsefdn/helpdesk#1108



Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 3a672d2b
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
.lava-test: .lava-test:
interruptible: true interruptible: true
image: image:
name: registry.booting.oniroproject.org/distro/oniro/bitbake-builder:latest name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
CI_LAVA_INSTANCE: "https://lava.ostc-eu.org/" CI_LAVA_INSTANCE: "https://lava.ostc-eu.org/"
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
# Let the pipeline continue running 'lava-badge' job. # Let the pipeline continue running 'lava-badge' job.
allow_failure: true allow_failure: true
image: image:
name: registry.booting.oniroproject.org/distro/oniro/bitbake-builder:latest name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
stage: report stage: report
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
.lava-badge: .lava-badge:
interruptible: true interruptible: true
image: image:
name: registry.booting.oniroproject.org/distro/oniro/bitbake-builder:latest name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
stage: report stage: report
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment