From 0cde14200a49b15c4f17ab1637cb6c4caaa2296b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Thu, 3 Dec 2020 18:11:00 +0100 Subject: [PATCH] ci: Drop x86_build_old image Currently not used for anything. v2: * Drop build script as well (Eric Anholt) Fixes: a3543adc2628 "clover: set LLVM min version to 8.0.1" Reviewed-by: Eric Anholt Part-of: (cherry picked from commit 42bc6db7e71c348594277af58975467c54eb2b19) --- .gitlab-ci.yml | 15 ------ .gitlab-ci/container/x86_build_old.sh | 69 --------------------------- .pick_status.json | 2 +- 3 files changed, 1 insertion(+), 85 deletions(-) delete mode 100644 .gitlab-ci/container/x86_build_old.sh diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdb85845668..a308a36228b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -360,21 +360,6 @@ x86_test-vk: variables: FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-11-05-deqp-runner" -# Debian 9 based x86 build image (old LLVM) -x86_build_old: - extends: x86_build-base - variables: - FDO_DISTRIBUTION_TAG: &x86_build_old "2020-11-05-kmod" - FDO_DISTRIBUTION_VERSION: stretch-slim - -.use-x86_build_old: - variables: - TAG: *x86_build_old - image: "$CI_REGISTRY_IMAGE/debian/x86_build_old:$TAG" - needs: - - x86_build_old - - check mr - # Debian 10 based ARM build image arm_build: extends: diff --git a/.gitlab-ci/container/x86_build_old.sh b/.gitlab-ci/container/x86_build_old.sh deleted file mode 100644 index 3343fbb2449..00000000000 --- a/.gitlab-ci/container/x86_build_old.sh +++ /dev/null @@ -1,69 +0,0 @@ -#!/bin/bash - -set -e -set -o xtrace - -export DEBIAN_FRONTEND=noninteractive - -apt-get install -y \ - apt-transport-https \ - ca-certificates - -sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list -echo 'deb https://deb.debian.org/debian stretch-backports main' >/etc/apt/sources.list.d/backports.list - -apt-get update - -# Use newer packages from backports by default -cat >/etc/apt/preferences <=0.52 - -. .gitlab-ci/container/container_pre_build.sh - -############### Uninstall unused packages - -. .gitlab-ci/container/container_post_build.sh diff --git a/.pick_status.json b/.pick_status.json index 0aab452d13c..d4c14fb53b0 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -265,7 +265,7 @@ "description": "ci: Drop x86_build_old image", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": "a3543adc2628461818cfa691a7f547af7bc6f0fb" },