Skip to content
Closed
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 @@ -449,6 +449,7 @@ tests:
workflow: ipi-aws
- as: e2e-metal-ipi-ovn-ipv6
cluster: build05
shard_count: 2
steps:
cluster_profile: equinix-ocp-metal
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ tests:
workflow: ipi-aws
- as: e2e-metal-ipi-ovn-ipv6
cluster: build05
shard_count: 2
steps:
cluster_profile: equinix-ocp-metal
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ tests:
workflow: ipi-aws
- as: e2e-metal-ipi-ovn-ipv6
cluster: build05
shard_count: 2
steps:
cluster_profile: equinix-ocp-metal
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1903,23 +1903,24 @@ presubmits:
- ^master$
- ^master-
cluster: build05
context: ci/prow/e2e-metal-ipi-ovn-ipv6
context: ci/prow/e2e-metal-ipi-ovn-ipv6-1of2
decorate: true
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.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kubernetes-master-e2e-metal-ipi-ovn-ipv6
name: pull-ci-openshift-kubernetes-master-e2e-metal-ipi-ovn-ipv6-1of2
path_alias: k8s.io/kubernetes
rerun_command: /test e2e-metal-ipi-ovn-ipv6
rerun_command: /test e2e-metal-ipi-ovn-ipv6-1of2
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
- --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 1"
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-ipi-ovn-ipv6
Expand Down Expand Up @@ -1970,7 +1971,82 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-metal-ipi-ovn-ipv6,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-metal-ipi-ovn-ipv6-1of2,?($|\s.*)
Copy link
Contributor

@p0lyn0mial p0lyn0mial Aug 29, 2025

Choose a reason for hiding this comment

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

were jobs/openshift/kubernetes files auto generated ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

generated by make update.

- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build05
context: ci/prow/e2e-metal-ipi-ovn-ipv6-2of2
decorate: true
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.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kubernetes-master-e2e-metal-ipi-ovn-ipv6-2of2
path_alias: k8s.io/kubernetes
rerun_command: /test e2e-metal-ipi-ovn-ipv6-2of2
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
- --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 2"
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-ipi-ovn-ipv6
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
trigger: (?m)^/test( | .* )e2e-metal-ipi-ovn-ipv6-2of2,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1903,23 +1903,24 @@ presubmits:
- ^release-4\.20$
- ^release-4\.20-
cluster: build05
context: ci/prow/e2e-metal-ipi-ovn-ipv6
context: ci/prow/e2e-metal-ipi-ovn-ipv6-1of2
decorate: true
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.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kubernetes-release-4.20-e2e-metal-ipi-ovn-ipv6
name: pull-ci-openshift-kubernetes-release-4.20-e2e-metal-ipi-ovn-ipv6-1of2
path_alias: k8s.io/kubernetes
rerun_command: /test e2e-metal-ipi-ovn-ipv6
rerun_command: /test e2e-metal-ipi-ovn-ipv6-1of2
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
- --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 1"
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-ipi-ovn-ipv6
Expand Down Expand Up @@ -1970,7 +1971,82 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-metal-ipi-ovn-ipv6,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-metal-ipi-ovn-ipv6-1of2,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^release-4\.20$
- ^release-4\.20-
cluster: build05
context: ci/prow/e2e-metal-ipi-ovn-ipv6-2of2
decorate: true
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.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kubernetes-release-4.20-e2e-metal-ipi-ovn-ipv6-2of2
path_alias: k8s.io/kubernetes
rerun_command: /test e2e-metal-ipi-ovn-ipv6-2of2
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
- --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 2"
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-ipi-ovn-ipv6
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
trigger: (?m)^/test( | .* )e2e-metal-ipi-ovn-ipv6-2of2,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1903,23 +1903,24 @@ presubmits:
- ^release-4\.21$
- ^release-4\.21-
cluster: build05
context: ci/prow/e2e-metal-ipi-ovn-ipv6
context: ci/prow/e2e-metal-ipi-ovn-ipv6-1of2
decorate: true
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.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kubernetes-release-4.21-e2e-metal-ipi-ovn-ipv6
name: pull-ci-openshift-kubernetes-release-4.21-e2e-metal-ipi-ovn-ipv6-1of2
path_alias: k8s.io/kubernetes
rerun_command: /test e2e-metal-ipi-ovn-ipv6
rerun_command: /test e2e-metal-ipi-ovn-ipv6-1of2
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
- --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 1"
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-ipi-ovn-ipv6
Expand Down Expand Up @@ -1970,7 +1971,82 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-metal-ipi-ovn-ipv6,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-metal-ipi-ovn-ipv6-1of2,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^release-4\.21$
- ^release-4\.21-
cluster: build05
context: ci/prow/e2e-metal-ipi-ovn-ipv6-2of2
decorate: true
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.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kubernetes-release-4.21-e2e-metal-ipi-ovn-ipv6-2of2
path_alias: k8s.io/kubernetes
rerun_command: /test e2e-metal-ipi-ovn-ipv6-2of2
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
- --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 2"
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-ipi-ovn-ipv6
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
trigger: (?m)^/test( | .* )e2e-metal-ipi-ovn-ipv6-2of2,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down