Merge "Stop supporting xenial amphora images"

This commit is contained in:
Zuul 2019-12-09 22:30:56 +00:00 committed by Gerrit Code Review
commit a43032a1f7
4 changed files with 2 additions and 12 deletions

View File

@ -106,7 +106,7 @@ Command syntax:
[-a i386 | **amd64** | armhf | ppc64le ]
[-b **haproxy** ]
[-c **~/.cache/image-create** | <cache directory> ]
[-d **bionic**/**7** | xenial | 8 | <other release id> ]
[-d **bionic**/**7** | 8 | <other release id> ]
[-e]
[-f]
[-h]

View File

@ -23,7 +23,7 @@ usage() {
echo " [-a i386 | **amd64** | armhf | ppc64le]"
echo " [-b **haproxy** ]"
echo " [-c **~/.cache/image-create** | <cache directory> ]"
echo " [-d **bionic**/**7** | xenial | 8 | <other release id> ]"
echo " [-d **bionic**/**7** | 8 | <other release id> ]"
echo " [-e]"
echo " [-f]"
echo " [-h]"

View File

@ -32,14 +32,6 @@
- openstack/diskimage-builder
- openstack/octavia
- openstack/octavia-lib
- job:
name: publish-openstack-octavia-amphora-image-xenial
parent: publish-openstack-octavia-amphora-image
description: |
Publish Ubuntu Xenial (16.04) based amphora image to tarballs.o.o.
vars:
amphora_os: ubuntu
amphora_os_release: xenial
- job:
name: publish-openstack-octavia-amphora-image-bionic

View File

@ -69,8 +69,6 @@
- octavia-v2-dsvm-scenario
periodic:
jobs:
- publish-openstack-octavia-amphora-image-xenial:
branches: ^(?!stable/.*).*$
- publish-openstack-octavia-amphora-image-bionic:
branches: ^(?!stable/.*).*$
- publish-openstack-octavia-amphora-image-centos7: