From bd30cb39f74a4a755c895592f7d615bccce89b96 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Fri, 22 Oct 2021 17:56:25 +0000 Subject: [PATCH] .oniro-ci: switch to oniro manifest mirror During workspace construction, the .workspace job relies on a git-repo mirror which tracks all of the repositories described by the manifest. Those mirrors are maintained externally in the infrastructure of the continuous integration system. Switch to the mirror which tracks the manifests from booting.onrioproject.org. 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 b2d6bf97..b8f54d46 100644 --- a/.oniro-ci/build-generic.yaml +++ b/.oniro-ci/build-generic.yaml @@ -12,7 +12,7 @@ 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 + CI_ONIRO_MANIFEST_MIRROR: oniro-develop CI_ONIRO_GIT_REPO_PATH: "" CI_ONIRO_INSTANCE_SIZE: s3.large.8 before_script: -- GitLab