From dfe39ec42660bb8918bf624c8f89523f7af2a1b8 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Tue, 12 Apr 2022 11:34:37 +0200
Subject: [PATCH] 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] https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/1108

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .oniro-ci/test-generic.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.oniro-ci/test-generic.yaml b/.oniro-ci/test-generic.yaml
index 10155ebb..530c04b4 100644
--- a/.oniro-ci/test-generic.yaml
+++ b/.oniro-ci/test-generic.yaml
@@ -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
-- 
GitLab