Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,48 @@ tests:
FEATURE_SET: TechPreviewNoUpgrade
workflow: baremetalds-e2e-ovn-bgp-virt-dualstack
timeout: 6h0m0s
- as: e2e-metal-ipi-ovn-bgp-virt-ipv4-techpreview
cluster: build05
cron: 0 7 * * *
steps:
cluster_profile: equinix-ocp-metal
env:
CNV_PRERELEASE_LATEST_CHANNEL: "true"
DEVSCRIPTS_CONFIG: |
IP_STACK=v4
EXTRA_MG_ARGS: --host-network
EXTRA_NETWORK_CONFIG: |
EXTRA_NETWORK_NAMES="extranet"
EXTRANET_NETWORK_SUBNET_V4='192.168.221.0/24'
Comment on lines +94 to +96
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are not testing localnet so we don't need any of those, let's remove it so we have less stuff going on at the udnerlay

FEATURE_SET: TechPreviewNoUpgrade
post:
- chain: baremetalds-ofcir-post
pre:
- chain: baremetalds-ofcir-pre
- ref: baremetalds-devscripts-conf-featureset
- ref: baremetalds-devscripts-conf-extranetwork
- ref: kubevirt-install
timeout: 6h0m0s
- as: e2e-metal-ipi-ovn-bgp-virt-ipv4
cluster: build05
cron: 0 7 * * *
steps:
cluster_profile: equinix-ocp-metal
env:
CNV_PRERELEASE_LATEST_CHANNEL: "true"
DEVSCRIPTS_CONFIG: |
IP_STACK=v4
EXTRA_MG_ARGS: --host-network
EXTRA_NETWORK_CONFIG: |
EXTRA_NETWORK_NAMES="extranet"
EXTRANET_NETWORK_SUBNET_V4='192.168.221.0/24'
Comment on lines +116 to +118
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

post:
- chain: baremetalds-ofcir-post
pre:
- chain: baremetalds-ofcir-pre
- ref: baremetalds-devscripts-conf-extranetwork
- ref: kubevirt-install
timeout: 6h0m0s
- as: downstream-merge
cron: 0 * * * *
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,160 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 0 7 * * *
decorate: true
decoration_config:
skip_cloning: true
timeout: 6h0m0s
extra_refs:
- base_ref: release-4.21
org: openshift
repo: ovn-kubernetes
labels:
ci-operator.openshift.io/cloud: equinix-ocp-metal
ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal
ci-operator.openshift.io/cluster: build05
ci-operator.openshift.io/variant: periodics
ci.openshift.io/generator: prowgen
job-release: "4.21"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-ovn-kubernetes-release-4.21-periodics-e2e-metal-ipi-ovn-bgp-virt-ipv4
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-ipi-ovn-bgp-virt-ipv4
- --variant=periodics
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 0 7 * * *
decorate: true
decoration_config:
skip_cloning: true
timeout: 6h0m0s
extra_refs:
- base_ref: release-4.21
org: openshift
repo: ovn-kubernetes
labels:
ci-operator.openshift.io/cloud: equinix-ocp-metal
ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal
ci-operator.openshift.io/cluster: build05
ci-operator.openshift.io/variant: periodics
ci.openshift.io/generator: prowgen
job-release: "4.21"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-ovn-kubernetes-release-4.21-periodics-e2e-metal-ipi-ovn-bgp-virt-ipv4-techpreview
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-ipi-ovn-bgp-virt-ipv4-techpreview
- --variant=periodics
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 0 4 * * *
Expand Down