Remove publish-openstack-octavia-amphora-image jobs

These jobs run only in master. The current definition is causing
the following warnings.

  All regular expressions must conform to RE2 syntax, but an
  expression using the deprecated Perl-style syntax has been detected.
  Adjust the configuration to conform to RE2 syntax.

  The RE2 syntax error is: invalid perl operator: (?!

NOTE(elod.illes): octavia-amphora-image-build-live-centos-8-stream job
also needed to be removed as meanwhile CentOS Stream 8 became End of
Life and centos-8-stream nodeset was removed from Zuul.

Conflicts:
  zuul.d/jobs.yaml
  zuul.d/projects.yaml

Change-Id: I5c882abd9ed2f36ae6ef70279f98a157d9910fd8
(cherry picked from commit 281379c6df)
(cherry picked from commit cb79e7d76b)
(cherry picked from commit 8cc4bc994c)
This commit is contained in:
Takashi Kajinami
2023-11-27 16:51:15 +09:00
committed by Elod Illes
parent 3de4a28239
commit 971f99f584
2 changed files with 0 additions and 47 deletions

View File

@@ -1,33 +1,3 @@
- job:
name: publish-openstack-octavia-amphora-image
parent: publish-openstack-artifacts
run: playbooks/image-build/run.yaml
post-run: playbooks/image-build/post.yaml
required-projects:
- openstack/diskimage-builder
- openstack/octavia
- openstack/octavia-lib
- job:
name: publish-openstack-octavia-amphora-image-focal
parent: publish-openstack-octavia-amphora-image
nodeset: ubuntu-focal
description: |
Publish Ubuntu Focal (20.04) based amphora image to tarballs.o.o.
vars:
amphora_os: ubuntu
amphora_os_release: focal
- job:
name: publish-openstack-octavia-amphora-image-centos-8-stream
nodeset: centos-8-stream
parent: publish-openstack-octavia-amphora-image
description: |
Publish CentOS 8 Stream based amphora image to tarballs.o.o.
vars:
amphora_os: centos
amphora_os_release: 8-stream
- job:
name: octavia-grenade
parent: grenade
@@ -164,19 +134,6 @@
required-projects:
- openstack/diskimage-builder
- job:
name: octavia-amphora-image-build-live-centos-8-stream
parent: octavia-amphora-image-build
nodeset: centos-8-stream
description: |
Builds a CentOS 8 Stream amphora image using diskimage-builder from Git
master. This job does not publish the image.
required-projects:
- openstack/diskimage-builder
vars:
amphora_os: centos
amphora_os_release: 8-stream
- job:
name: octavia-v2-dsvm-scenario-nftables
parent: octavia-v2-dsvm-scenario

View File

@@ -99,10 +99,6 @@
- octavia-grenade
periodic:
jobs:
- publish-openstack-octavia-amphora-image-focal:
branches: ^(?!stable/.*).*$
- publish-openstack-octavia-amphora-image-centos-8-stream:
branches: ^(?!stable/.*).*$
- octavia-amphora-image-build
- octavia-grenade-ffu
# Putting octavia-v2-dsvm-scenario-fips in periodic as centos 8 is too slow