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" },