From 08b559993ba776a5cfc673168e77400e32ad36a5 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 11 Apr 2022 16:33:08 -0400 Subject: [PATCH] debian: stop building images We were testing against an EOL'd release of Debian, no one seems to have maintained it so we should drop the jobs here to avoid breaking things. Change-Id: I233dd497caeeb8a03077c44b87ffb77d64755613 --- playbooks/vars.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/playbooks/vars.yaml b/playbooks/vars.yaml index a8eb46e..be80456 100644 --- a/playbooks/vars.yaml +++ b/playbooks/vars.yaml @@ -92,31 +92,3 @@ distros: # PROJECT: requirements # PROJECT_REPO: http://172.17.0.1/git/openstack/requirements # FROM: base:leap15 - - name: debian - image: debian:stretch - release: train - buildargs: - base: - # Apparently nobody configured the debian mirror yet, commenting - #DEBIAN_URL: http://{{ zuul_site_mirror_fqdn }}/debian/ - #DEBIAN_SECURITY_URL: http://{{ zuul_site_mirror_fqdn }}/debian-security/ - #DEBIAN_SECURITY_DISTRIBUTION: stretch/updates - #CEPH_URL: http://{{ zuul_site_mirror_fqdn }}/ceph-deb-nautilus/ - ALLOW_UNAUTHENTICATED: "true" - PIP_INDEX_URL: http://{{ zuul_site_mirror_fqdn }}/pypi/simple - PIP_TRUSTED_HOST: "{{ zuul_site_mirror_fqdn }}" - project: - PROJECT: "{{ project }}" - PROJECT_REPO: http://172.17.0.1/git/openstack/{{ project }} - PROJECT_REF: "stable/train" - PROJECT_RELEASE: "train" - WHEELS: 172.17.0.1:5000/loci/requirements:train-debian - FROM: base:debian - PYTHON3: no - requirements: - PROJECT: requirements - PROJECT_REPO: http://172.17.0.1/git/openstack/requirements - PROJECT_REF: "stable/train" - PROJECT_RELEASE: "train" - FROM: base:debian - PYTHON3: no