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
1 merge request!67ci: Use the repository structure in EF Gitlab
......@@ -7,7 +7,7 @@
.lava-test:
interruptible: true
image:
name: registry.booting.oniroproject.org/distro/oniro/bitbake-builder:latest
name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
variables:
GIT_STRATEGY: none
CI_LAVA_INSTANCE: "https://lava.ostc-eu.org/"
......@@ -100,7 +100,7 @@
# Let the pipeline continue running 'lava-badge' job.
allow_failure: true
image:
name: registry.booting.oniroproject.org/distro/oniro/bitbake-builder:latest
name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
stage: report
variables:
GIT_STRATEGY: none
......@@ -151,7 +151,7 @@
.lava-badge:
interruptible: true
image:
name: registry.booting.oniroproject.org/distro/oniro/bitbake-builder:latest
name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
stage: report
variables:
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