From 733bca9d909e927d98d787a3500ada35834e3300 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Fri, 22 Oct 2021 17:56:12 +0000 Subject: [PATCH] .oniro-ci: switch to booting manifest With the move to booting.oniroproject.org the manifest repository has a new URL. Switch to it to ensure that continuous integration does not rely on old infrastructure. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .oniro-ci/build-generic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oniro-ci/build-generic.yaml b/.oniro-ci/build-generic.yaml index de889c96..b2d6bf97 100644 --- a/.oniro-ci/build-generic.yaml +++ b/.oniro-ci/build-generic.yaml @@ -9,7 +9,7 @@ tags: [large-disk, $CI_ONIRO_RUNNER_TAG, $CI_ONIRO_INSTANCE_SIZE] variables: CI_ONIRO_RUNNER_TAG : "" - CI_ONIRO_MANIFEST_URL: https://git.ostc-eu.org/distro/oniro + CI_ONIRO_MANIFEST_URL: https://booting.oniroproject.org/distro/oniro CI_ONIRO_MANIFEST_BRANCH: dunfell CI_ONIRO_MANIFEST_NAME: default.xml CI_ONIRO_MANIFEST_MIRROR: ostc-develop -- GitLab