Skip to content

Commit 7137f08

Browse files
Merge pull request #2608 from shiftstack/retire-train-ussuri
Drop train and ussuri jobs
2 parents e5cad99 + 3afba9d commit 7137f08

17 files changed

Lines changed: 0 additions & 115 deletions

.github/workflows/functional-baremetal.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
- name: "victoria"
3030
openstack_version: "stable/victoria"
3131
ubuntu_version: "20.04"
32-
- name: "ussuri"
33-
openstack_version: "stable/ussuri"
34-
ubuntu_version: "18.04"
3532
runs-on: ubuntu-${{ matrix.ubuntu_version }}
3633
name: Deploy OpenStack ${{ matrix.name }} with Ironic and run baremetal acceptance tests
3734
steps:

.github/workflows/functional-basic.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ jobs:
3232
- name: "victoria"
3333
openstack_version: "stable/victoria"
3434
ubuntu_version: "20.04"
35-
- name: "ussuri"
36-
openstack_version: "stable/ussuri"
37-
ubuntu_version: "18.04"
38-
- name: "train"
39-
openstack_version: "stable/train"
40-
ubuntu_version: "18.04"
4135
runs-on: ubuntu-${{ matrix.ubuntu_version }}
4236
name: Deploy OpenStack ${{ matrix.name }} with defaults and run basic acceptance tests
4337
steps:

.github/workflows/functional-blockstorage.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
- name: "victoria"
3030
openstack_version: "stable/victoria"
3131
ubuntu_version: "20.04"
32-
- name: "ussuri"
33-
openstack_version: "stable/ussuri"
34-
ubuntu_version: "18.04"
35-
- name: "train"
36-
openstack_version: "stable/train"
37-
ubuntu_version: "18.04"
3832
runs-on: ubuntu-${{ matrix.ubuntu_version }}
3933
name: Deploy OpenStack ${{ matrix.name }} with Cinder and run blockstorage acceptance tests
4034
steps:

.github/workflows/functional-clustering.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
- name: "victoria"
3030
openstack_version: "stable/victoria"
3131
ubuntu_version: "20.04"
32-
- name: "ussuri"
33-
openstack_version: "stable/ussuri"
34-
ubuntu_version: "18.04"
35-
- name: "train"
36-
openstack_version: "stable/train"
37-
ubuntu_version: "18.04"
3832
runs-on: ubuntu-${{ matrix.ubuntu_version }}
3933
name: Deploy OpenStack ${{ matrix.name }} with Senlin and run clustering acceptance tests
4034
steps:

.github/workflows/functional-compute.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
- name: "victoria"
3030
openstack_version: "stable/victoria"
3131
ubuntu_version: "20.04"
32-
- name: "ussuri"
33-
openstack_version: "stable/ussuri"
34-
ubuntu_version: "18.04"
35-
- name: "train"
36-
openstack_version: "stable/train"
37-
ubuntu_version: "18.04"
3832
runs-on: ubuntu-${{ matrix.ubuntu_version }}
3933
name: Deploy OpenStack ${{ matrix.name }} with Nova and run compute acceptance tests
4034
steps:

.github/workflows/functional-containerinfra.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@ jobs:
4141
ubuntu_version: "20.04"
4242
devstack_conf_overrides: |
4343
enable_plugin magnum https://github.com/openstack/magnum stable/victoria
44-
- name: "ussuri"
45-
openstack_version: "stable/ussuri"
46-
ubuntu_version: "18.04"
47-
devstack_conf_overrides: |
48-
enable_plugin magnum https://github.com/openstack/magnum ussuri-eol
49-
- name: "train"
50-
openstack_version: "stable/train"
51-
ubuntu_version: "18.04"
52-
devstack_conf_overrides: |
53-
enable_plugin magnum https://github.com/openstack/magnum train-eol
5444
runs-on: ubuntu-${{ matrix.ubuntu_version }}
5545
name: Deploy OpenStack ${{ matrix.name }} with Magnum and run containerinfra acceptance tests
5646
steps:

.github/workflows/functional-dns.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@ jobs:
4242
ubuntu_version: "20.04"
4343
devstack_conf_overrides: |
4444
enable_plugin designate https://github.com/openstack/designate stable/victoria
45-
- name: "ussuri"
46-
openstack_version: "stable/ussuri"
47-
ubuntu_version: "18.04"
48-
devstack_conf_overrides: |
49-
enable_plugin designate https://github.com/openstack/designate stable/ussuri
50-
- name: "train"
51-
openstack_version: "stable/train"
52-
ubuntu_version: "18.04"
53-
devstack_conf_overrides: |
54-
enable_plugin designate https://github.com/openstack/designate train-eol
5545
runs-on: ubuntu-${{ matrix.ubuntu_version }}
5646
name: Deploy OpenStack ${{ matrix.name }} with Designate and run dns acceptance tests
5747
steps:

.github/workflows/functional-identity.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
- name: "victoria"
3030
openstack_version: "stable/victoria"
3131
ubuntu_version: "20.04"
32-
- name: "ussuri"
33-
openstack_version: "stable/ussuri"
34-
ubuntu_version: "18.04"
35-
- name: "train"
36-
openstack_version: "stable/train"
37-
ubuntu_version: "18.04"
3832
runs-on: ubuntu-${{ matrix.ubuntu_version }}
3933
name: Deploy OpenStack ${{ matrix.name }} with Keystone and run identity acceptance tests
4034
steps:

.github/workflows/functional-imageservice.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
- name: "victoria"
3030
openstack_version: "stable/victoria"
3131
ubuntu_version: "20.04"
32-
- name: "ussuri"
33-
openstack_version: "stable/ussuri"
34-
ubuntu_version: "18.04"
35-
- name: "train"
36-
openstack_version: "stable/train"
37-
ubuntu_version: "18.04"
3832
runs-on: ubuntu-${{ matrix.ubuntu_version }}
3933
name: Deploy OpenStack ${{ matrix.name }} with Glance and run imageservice acceptance tests
4034
steps:

.github/workflows/functional-keymanager.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
- name: "victoria"
3030
openstack_version: "stable/victoria"
3131
ubuntu_version: "20.04"
32-
- name: "ussuri"
33-
openstack_version: "stable/ussuri"
34-
ubuntu_version: "18.04"
35-
- name: "train"
36-
openstack_version: "stable/train"
37-
ubuntu_version: "18.04"
3832
runs-on: ubuntu-${{ matrix.ubuntu_version }}
3933
name: Deploy OpenStack ${{ matrix.name }} with Barbican and run keymanager acceptance tests
4034
steps:

0 commit comments

Comments
 (0)