From 3d9b3812687c6c013e9e780c48c94946a7f36408 Mon Sep 17 00:00:00 2001 From: Chase Qi <chase.qi@linaro.org> Date: Thu, 30 Dec 2021 15:05:34 +0800 Subject: [PATCH] ci: switch to bitbake-builder for lava jobs The old ostc-builder cannot be patched now as the project has been migrated to the `distro/oniro` project. This closes: #218 Signed-off-by: Chase Qi <chase.qi@linaro.org> --- .oniro-ci/test-generic.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.oniro-ci/test-generic.yaml b/.oniro-ci/test-generic.yaml index f668589f..7a429dff 100644 --- a/.oniro-ci/test-generic.yaml +++ b/.oniro-ci/test-generic.yaml @@ -7,7 +7,7 @@ .lava-test: interruptible: true image: - name: registry.ostc-eu.org/ostc/containers/ostc-builder:latest + name: registry.booting.oniroproject.org/distro/oniro/bitbake-builder:latest variables: GIT_STRATEGY: none CI_LAVA_INSTANCE: "https://lava.ostc-eu.org/" @@ -84,7 +84,7 @@ .lava-report: interruptible: true image: - name: registry.ostc-eu.org/ostc/containers/ostc-builder:latest + name: registry.booting.oniroproject.org/distro/oniro/bitbake-builder:latest stage: report variables: GIT_STRATEGY: none -- GitLab