aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTomeu Vizoso <[email protected]>2020-03-24 12:58:43 +0100
committerMarge Bot <[email protected]>2020-03-26 09:30:48 +0000
commitb1238498805bf600292f4663fc996e0396436435 (patch)
tree2541f313e8eed9bcaabc41693d9d3ff253fb2c3e /.gitlab-ci.yml
parent92f3c51560f9eb2387b1d929f694244c0b7bd577 (diff)
gitlab-ci: Serve files for LAVA via separate service
Currently, we store the kernel and ramdisk for each LAVA job in the artifacts of the job that built them. Because artifacts are stored in GCE and LAVA labs aren't, this causes a lot of egress with is expensive. To avoid this, have runners download most of the data via the (cached) container images once, and for each job upload the kernel and ramdisk to a server outside GCE. Right now we only have Collabora's runner with a local web server, so jobs that go to Baylibre's lab have been disabled. Signed-off-by: Tomeu Vizoso <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4295>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dcbbb58784f..d1523875c29 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -162,7 +162,7 @@ arm_build:
- .fdo.container-ifnot-exists@debian@arm64v8
- .container
variables:
- FDO_DISTRIBUTION_TAG: &arm_build "2020-03-17-db820c"
+ FDO_DISTRIBUTION_TAG: &arm_build "2020-03-24"
.use-arm_build:
variables: