Skip to content

Commit d039df6

Browse files
openshift-botci-robot
authored andcommitted
config-brancher --config-dir ./ci-operator/config --current-release 4.18 --skip-periodics --future-release 4.19 --confirm
1 parent a902f3a commit d039df6

File tree

6 files changed

+82
-4
lines changed

6 files changed

+82
-4
lines changed

ci-operator/config/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.18.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
base_images:
2+
ansible-runner-ovirt:
3+
name: ansible-runner-ovirt
4+
namespace: openshift
5+
tag: latest
26
ocp_4.16_base-rhel9:
37
name: "4.18"
48
namespace: ocp
@@ -7,6 +11,10 @@ base_images:
711
name: builder
812
namespace: ocp
913
tag: rhel-9-golang-1.21-openshift-4.16
14+
ovirt-prfinder:
15+
name: ovirt-prfinder
16+
namespace: openshift
17+
tag: latest
1018
binary_build_commands: make build
1119
build_root:
1220
from_repository: true

ci-operator/config/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.19.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
base_images:
2+
ansible-runner-ovirt:
3+
name: ansible-runner-ovirt
4+
namespace: openshift
5+
tag: latest
26
ocp_4.16_base-rhel9:
37
name: "4.19"
48
namespace: ocp
@@ -7,6 +11,10 @@ base_images:
711
name: builder
812
namespace: ocp
913
tag: rhel-9-golang-1.21-openshift-4.16
14+
ovirt-prfinder:
15+
name: ovirt-prfinder
16+
namespace: openshift
17+
tag: latest
1018
binary_build_commands: make build
1119
build_root:
1220
from_repository: true

ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.18.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
base_images:
2+
dev-scripts:
3+
name: test
4+
namespace: ocp-kni
5+
tag: dev-scripts
26
ocp_4.18_base-rhel9:
37
name: "4.18"
48
namespace: ocp
@@ -170,6 +174,27 @@ tests:
170174
requests:
171175
cpu: 100m
172176
workflow: openshift-e2e-vsphere
177+
- as: e2e-metal3-capi-techpreview
178+
cluster: build05
179+
optional: true
180+
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
181+
steps:
182+
cluster_profile: equinix-ocp-metal
183+
env:
184+
DEVSCRIPTS_CONFIG: |
185+
BMO_WATCH_ALL_NAMESPACES="true"
186+
NUM_EXTRA_WORKERS=1
187+
EXTRA_WORKERS_NAMESPACE=openshift-cluster-api
188+
FEATURE_SET=TechPreviewNoUpgrade
189+
ENABLE_CAPI_E2E="true"
190+
test:
191+
- as: test
192+
commands: make e2e
193+
from: src
194+
resources:
195+
requests:
196+
cpu: 100m
197+
workflow: baremetalds-e2e-ovn-ipv6
173198
- as: regression-clusterinfra-cucushift-rehearse-capi-aws-ipi
174199
optional: true
175200
steps:

ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.19.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
base_images:
2+
dev-scripts:
3+
name: test
4+
namespace: ocp-kni
5+
tag: dev-scripts
26
ocp_4.18_base-rhel9:
37
name: "4.19"
48
namespace: ocp
@@ -169,6 +173,27 @@ tests:
169173
requests:
170174
cpu: 100m
171175
workflow: openshift-e2e-vsphere
176+
- as: e2e-metal3-capi-techpreview
177+
cluster: build05
178+
optional: true
179+
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
180+
steps:
181+
cluster_profile: equinix-ocp-metal
182+
env:
183+
DEVSCRIPTS_CONFIG: |
184+
BMO_WATCH_ALL_NAMESPACES="true"
185+
NUM_EXTRA_WORKERS=1
186+
EXTRA_WORKERS_NAMESPACE=openshift-cluster-api
187+
FEATURE_SET=TechPreviewNoUpgrade
188+
ENABLE_CAPI_E2E="true"
189+
test:
190+
- as: test
191+
commands: make e2e
192+
from: src
193+
resources:
194+
requests:
195+
cpu: 100m
196+
workflow: baremetalds-e2e-ovn-ipv6
172197
- as: regression-clusterinfra-cucushift-rehearse-capi-aws-ipi
173198
optional: true
174199
steps:

ci-operator/config/openshift/installer/openshift-installer-release-4.18.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,9 @@ tests:
350350
env:
351351
USER_TAGS: |
352352
keyA valueA
353-
keyB valueB
354-
keyC valueC
353+
key2 value2
354+
keySpecial v@lu3-Special_.:/=+
355+
keyD valueD spaces
355356
workflow: openshift-e2e-aws
356357
timeout: 6h0m0s
357358
- always_run: false

ci-operator/config/openshift/installer/openshift-installer-release-4.19.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,9 @@ tests:
349349
env:
350350
USER_TAGS: |
351351
keyA valueA
352-
keyB valueB
353-
keyC valueC
352+
key2 value2
353+
keySpecial v@lu3-Special_.:/=+
354+
keyD valueD spaces
354355
workflow: openshift-e2e-aws
355356
timeout: 6h0m0s
356357
- always_run: false
@@ -474,6 +475,16 @@ tests:
474475
FEATURE_SET: TechPreviewNoUpgrade
475476
workflow: openshift-e2e-gcp
476477
timeout: 6h0m0s
478+
- always_run: false
479+
as: e2e-gcp-user-provisioned-dns
480+
optional: true
481+
steps:
482+
cluster_profile: gcp
483+
env:
484+
FEATURE_SET: TechPreviewNoUpgrade
485+
USER_PROVISIONED_DNS: "yes"
486+
workflow: openshift-e2e-gcp
487+
timeout: 6h0m0s
477488
- as: e2e-gcp-secureboot
478489
optional: true
479490
run_if_changed: (gcp|google)

0 commit comments

Comments
 (0)