summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2020-05-22 19:58:50 -0700
committerEric Engestrom <eric@engestrom.ch>2020-07-08 19:31:15 +0200
commitf1cd8a344e5b0f48ef497ca1d2359259ecd348da (patch)
treef650d51f27814d1626699d8456652b5c7f060c0e /.gitlab-ci.yml
parent73a0d3e75e128e54dc7b45b7a396b8c14310f9bc (diff)
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 <hoegsberg@google.com> (cherry picked from commit 9c9ade468598e9c177612e5fc0860aa8b9b39b1d) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5548>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 0 insertions, 16 deletions
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