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
This commit is contained in:
Mohammed Naser 2022-04-11 16:33:08 -04:00
parent f9676f734e
commit 08b559993b
1 changed files with 0 additions and 28 deletions

View File

@ -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