From f1cd8a344e5b0f48ef497ca1d2359259ecd348da Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 22 May 2020 19:58:50 -0700 Subject: ci: Don't build an arm_test container now that the last user is gone. db410c and cheza used to use it, and now both are on baremetal. Reviewed-by: Kristian H. Kristensen (cherry picked from commit 9c9ade468598e9c177612e5fc0860aa8b9b39b1d) Part-of: --- .gitlab-ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e5cbfed0bc..52c38aebd90 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -199,22 +199,6 @@ x86_cross_arm_test: needs: - x86_cross_arm_test - -# Debian 10 based ARM test image -arm_test: - extends: arm_build - variables: - FDO_DISTRIBUTION_TAG: &arm_test "2020-03-18-jflags" - -.use-arm_test: - variables: - TAG: *arm_test - image: "$CI_REGISTRY_IMAGE/debian/arm_test:$TAG" - needs: - - arm_build - - meson-arm64 - - arm_test - # Native Windows docker builds # # Unlike the above Linux-based builds - including MinGW/SCons builds which -- cgit v1.2.3