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 @@ -89,6 +89,27 @@ tests:
- ref: baremetalds-e2e-ovn-bgp-pre
workflow: baremetalds-e2e-ovn-dualstack
timeout: 5h0m0s
- as: e2e-aws-kubevirt-ovn-techpreview
cluster: build05
cron: 0 0 * * *
steps:
cluster_profile: aws
env:
CNV_PRERELEASE_LATEST_CHANNEL: "true"
Copy link
Contributor

Choose a reason for hiding this comment

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

Are there KubeVirt releases for 4.20 available right now or not?
I am wondering if we could avoid forgetting to remove this again

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no, there aren't - until CNV 4.20 is released, this is how you consume the latest release.

COMPUTE_NODE_REPLICAS: "2"
COMPUTE_NODE_TYPE: c5n.metal
FEATURE_SET: TechPreviewNoUpgrade
workflow: openshift-e2e-aws-ovn-virt
- as: e2e-aws-ovn-virt-periodic
cluster: build05
cron: 0 3 * * *
steps:
cluster_profile: aws-2
env:
CNV_PRERELEASE_LATEST_CHANNEL: "true"
COMPUTE_NODE_REPLICAS: "2"
COMPUTE_NODE_TYPE: c5n.metal
workflow: openshift-e2e-aws-ovn-virt
zz_generated_metadata:
branch: release-4.20
org: openshift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,156 @@
periodics:
- agent: kubernetes
cluster: build05
cron: 0 0 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.20
org: openshift
repo: ovn-kubernetes
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws
ci-operator.openshift.io/cluster: build05
ci-operator.openshift.io/variant: periodics
ci.openshift.io/generator: prowgen
job-release: "4.20"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-ovn-kubernetes-release-4.20-periodics-e2e-aws-kubevirt-ovn-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-aws-kubevirt-ovn-techpreview
- --variant=periodics
command:
- ci-operator
image: 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 3 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.20
org: openshift
repo: ovn-kubernetes
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-2
ci-operator.openshift.io/cluster: build05
ci-operator.openshift.io/variant: periodics
ci.openshift.io/generator: prowgen
job-release: "4.20"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-ovn-kubernetes-release-4.20-periodics-e2e-aws-ovn-virt-periodic
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-aws-ovn-virt-periodic
- --variant=periodics
command:
- ci-operator
image: 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