Skip to content

Commit 2716546

Browse files
openstack: Move periodics to a new location (openshift#53236)
1 parent f3ca491 commit 2716546

20 files changed

+9714
-9929
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ tests:
132132
TEST_SKIPS: 'In-tree Volumes \[Driver: cinder\]'
133133
workflow: openshift-e2e-openstack-ipi
134134
zz_generated_metadata:
135-
branch: main
135+
branch: release-4.12
136136
org: shiftstack
137-
repo: shiftstack-ci
138-
variant: periodic-4.12
137+
repo: ci
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tests:
3535
TEST_TYPE: upgrade-conformance
3636
workflow: openshift-upgrade-openstack
3737
zz_generated_metadata:
38-
branch: main
38+
branch: release-4.12
3939
org: shiftstack
40-
repo: shiftstack-ci
41-
variant: periodic-4.12-upgrade-from-stable-4.11
40+
repo: ci
41+
variant: upgrade-from-stable-4.11
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ tests:
142142
OPENSTACK_AUTHENTICATION_METHOD: password
143143
workflow: openshift-e2e-openstack-ipi
144144
zz_generated_metadata:
145-
branch: main
145+
branch: release-4.13
146146
org: shiftstack
147-
repo: shiftstack-ci
148-
variant: periodic-4.13
147+
repo: ci
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tests:
3535
TEST_TYPE: upgrade-conformance
3636
workflow: openshift-upgrade-openstack
3737
zz_generated_metadata:
38-
branch: main
38+
branch: release-4.13
3939
org: shiftstack
40-
repo: shiftstack-ci
41-
variant: periodic-4.13-upgrade-from-stable-4.12
40+
repo: ci
41+
variant: upgrade-from-stable-4.12
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ tests:
206206
workflow: openshift-e2e-openstack-ipi
207207
timeout: 7h0m0s
208208
zz_generated_metadata:
209-
branch: main
209+
branch: release-4.14
210210
org: shiftstack
211-
repo: shiftstack-ci
212-
variant: periodic-4.14
211+
repo: ci
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tests:
3535
TEST_TYPE: upgrade-conformance
3636
workflow: openshift-upgrade-openstack
3737
zz_generated_metadata:
38-
branch: main
38+
branch: release-4.14
3939
org: shiftstack
40-
repo: shiftstack-ci
41-
variant: periodic-4.14-upgrade-from-stable-4.13
40+
repo: ci
41+
variant: upgrade-from-stable-4.13
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ tests:
205205
workflow: openshift-e2e-openstack-ipi
206206
timeout: 7h0m0s
207207
zz_generated_metadata:
208-
branch: main
208+
branch: release-4.15
209209
org: shiftstack
210-
repo: shiftstack-ci
211-
variant: periodic-4.15
210+
repo: ci
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tests:
3535
TEST_TYPE: upgrade-conformance
3636
workflow: openshift-upgrade-openstack
3737
zz_generated_metadata:
38-
branch: main
38+
branch: release-4.15
3939
org: shiftstack
40-
repo: shiftstack-ci
41-
variant: periodic-4.15-upgrade-from-stable-4.14
40+
repo: ci
41+
variant: upgrade-from-stable-4.14
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ tests:
210210
cluster_profile: openstack-vh-mecha-az0
211211
workflow: openshift-e2e-openstack-perfscale-ingress-perf
212212
zz_generated_metadata:
213-
branch: main
213+
branch: release-4.16
214214
org: shiftstack
215-
repo: shiftstack-ci
216-
variant: periodic-4.16
215+
repo: ci
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tests:
3535
TEST_TYPE: upgrade-conformance
3636
workflow: openshift-upgrade-openstack
3737
zz_generated_metadata:
38-
branch: main
38+
branch: release-4.16
3939
org: shiftstack
40-
repo: shiftstack-ci
41-
variant: periodic-4.16-upgrade-from-stable-4.15
40+
repo: ci
41+
variant: upgrade-from-stable-4.15
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ tests:
165165
- as: openstack-test-cpms
166166
commands: |
167167
dir=$GOPATH/src/github.com/openshift/cluster-control-plane-machine-set-operator
168-
git clone https://github.com/openshift/cluster-control-plane-machine-set-operator --branch release-4.16 --depth=1 $dir
168+
git clone https://github.com/openshift/cluster-control-plane-machine-set-operator --branch release-4.17 --depth=1 $dir
169169
export OPENSTACK_CONTROLPLANE_FLAVOR_ALTERNATE="$(<"${SHARED_DIR}/OPENSTACK_CONTROLPLANE_FLAVOR_ALTERNATE")"
170170
cd $dir
171171
make e2e-periodic
@@ -190,7 +190,7 @@ tests:
190190
- as: openstack-test-cpms
191191
commands: |
192192
dir=$GOPATH/src/github.com/openshift/cluster-control-plane-machine-set-operator
193-
git clone https://github.com/openshift/cluster-control-plane-machine-set-operator --branch release-4.16 --depth=1 $dir
193+
git clone https://github.com/openshift/cluster-control-plane-machine-set-operator --branch release-4.17 --depth=1 $dir
194194
export OPENSTACK_CONTROLPLANE_FLAVOR_ALTERNATE="$(<"${SHARED_DIR}/OPENSTACK_CONTROLPLANE_FLAVOR_ALTERNATE")"
195195
cd $dir
196196
test -f "${SHARED_DIR}/proxy-conf.sh" && source "${SHARED_DIR}/proxy-conf.sh"
@@ -205,7 +205,6 @@ tests:
205205
workflow: openshift-e2e-openstack-ipi
206206
timeout: 7h0m0s
207207
zz_generated_metadata:
208-
branch: main
208+
branch: release-4.17
209209
org: shiftstack
210-
repo: shiftstack-ci
211-
variant: periodic-4.17
210+
repo: ci
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tests:
5858
TEST_SUITE: openshift/conformance/serial
5959
workflow: openshift-e2e-openstack-ipi
6060
zz_generated_metadata:
61-
branch: main
61+
branch: release-4.17
6262
org: shiftstack
63-
repo: shiftstack-ci
64-
variant: techpreview-master
63+
repo: ci
64+
variant: techpreview
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tests:
3535
TEST_TYPE: upgrade-conformance
3636
workflow: openshift-upgrade-openstack
3737
zz_generated_metadata:
38-
branch: main
38+
branch: release-4.17
3939
org: shiftstack
40-
repo: shiftstack-ci
41-
variant: periodic-4.17-upgrade-from-stable-4.16
40+
repo: ci
41+
variant: upgrade-from-stable-4.16

0 commit comments

Comments
 (0)