From 466f32dd97dd06ad5ecb85cb0f2dfc24d3b6f812 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Wed, 15 Apr 2020 10:17:26 +0200 Subject: [PATCH] ci: define FDO_UPSTREAM_REPO If this is not set, every fork will have to rebuild the image. This is not what we want for at least 2 reasons: - forks are not running the CI in the same environment than the upstream project - this infers bandwidth costs as every fork has its own image that needs to be pulled by every runner. Signed-off-by: Benjamin Tissoires --- ci/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/.gitlab-ci.yml b/ci/.gitlab-ci.yml index 3325f07..d59ab9a 100644 --- a/ci/.gitlab-ci.yml +++ b/ci/.gitlab-ci.yml @@ -1,6 +1,7 @@ variables: FDO_DISTRIBUTION_TAG: "2020-03-30" FDO_DISTRIBUTION_VERSION: buster + FDO_UPSTREAM_REPO: "virgl/virglrenderer" TEST_IMAGE: "$CI_REGISTRY_IMAGE/debian/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG" include: