Skip to content
Open
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 @@ -458,6 +458,18 @@ tests:
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-local-gw
- as: e2e-metal-ipi-ovn-dualstack-bgp-lgw-no-overlay-techpreview
capabilities:
- intranet
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-local-gw-no-overlay
- as: e2e-metal-ipi-ovn-dualstack-bgp-no-overlay-techpreview
capabilities:
- intranet
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-no-overlay
zz_generated_metadata:
branch: master
org: openshift-priv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,22 @@ tests:
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-local-gw
- always_run: false
as: e2e-metal-ipi-ovn-dualstack-bgp-lgw-no-overlay-techpreview
capabilities:
- intranet
optional: true
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-local-gw-no-overlay
- always_run: false
as: e2e-metal-ipi-ovn-dualstack-bgp-no-overlay-techpreview
capabilities:
- intranet
optional: true
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-no-overlay
- always_run: false
as: e2e-metal-ovn-single-node-live-iso
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,18 @@ tests:
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-local-gw
- as: e2e-metal-ipi-ovn-dualstack-bgp-lgw-no-overlay-techpreview
capabilities:
- intranet
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-local-gw-no-overlay
- as: e2e-metal-ipi-ovn-dualstack-bgp-no-overlay-techpreview
capabilities:
- intranet
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-no-overlay
- as: e2e-aws-ovn-hypershift
steps:
cluster_profile: hypershift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,18 @@ tests:
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-local-gw
- as: e2e-metal-ipi-ovn-dualstack-bgp-lgw-no-overlay-techpreview
capabilities:
- intranet
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-local-gw-no-overlay
- as: e2e-metal-ipi-ovn-dualstack-bgp-no-overlay-techpreview
capabilities:
- intranet
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-no-overlay
zz_generated_metadata:
branch: master
org: openshift
Expand Down
16 changes: 16 additions & 0 deletions ci-operator/config/openshift/origin/openshift-origin-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,22 @@ tests:
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-local-gw
- always_run: false
as: e2e-metal-ipi-ovn-dualstack-bgp-lgw-no-overlay-techpreview
capabilities:
- intranet
optional: true
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-local-gw-no-overlay
- always_run: false
as: e2e-metal-ipi-ovn-dualstack-bgp-no-overlay-techpreview
capabilities:
- intranet
optional: true
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-no-overlay
- always_run: false
as: e2e-metal-ovn-single-node-live-iso
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,18 @@ tests:
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-local-gw
- as: e2e-metal-ipi-ovn-dualstack-bgp-lgw-no-overlay-techpreview
capabilities:
- intranet
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-local-gw-no-overlay
- as: e2e-metal-ipi-ovn-dualstack-bgp-no-overlay-techpreview
capabilities:
- intranet
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-bgp-dualstack-no-overlay
- as: e2e-aws-ovn-hypershift
steps:
cluster_profile: hypershift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1822,6 +1822,89 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-metal-ipi-ovn-dualstack-bgp,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build11
context: ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-lgw-no-overlay-techpreview
decorate: true
decoration_config:
oauth_token_secret:
key: oauth
name: github-credentials-openshift-ci-robot-private-git-cloner
hidden: true
labels:
capability/intranet: intranet
ci-operator.openshift.io/cloud: equinix-ocp-metal
ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-priv-cluster-network-operator-master-e2e-metal-ipi-ovn-dualstack-bgp-lgw-no-overlay-techpreview
path_alias: github.com/openshift/cluster-network-operator
rerun_command: /test e2e-metal-ipi-ovn-dualstack-bgp-lgw-no-overlay-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
- --oauth-token-path=/usr/local/github-credentials/oauth
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-ipi-ovn-dualstack-bgp-lgw-no-overlay-techpreview
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: /usr/local/github-credentials
name: github-credentials-openshift-ci-robot-private-git-cloner
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-dualstack-bgp-lgw-no-overlay-techpreview,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down Expand Up @@ -1905,6 +1988,89 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-metal-ipi-ovn-dualstack-bgp-local-gw,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build11
context: ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-no-overlay-techpreview
decorate: true
decoration_config:
oauth_token_secret:
key: oauth
name: github-credentials-openshift-ci-robot-private-git-cloner
hidden: true
labels:
capability/intranet: intranet
ci-operator.openshift.io/cloud: equinix-ocp-metal
ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-priv-cluster-network-operator-master-e2e-metal-ipi-ovn-dualstack-bgp-no-overlay-techpreview
path_alias: github.com/openshift/cluster-network-operator
rerun_command: /test e2e-metal-ipi-ovn-dualstack-bgp-no-overlay-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
- --oauth-token-path=/usr/local/github-credentials/oauth
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-ipi-ovn-dualstack-bgp-no-overlay-techpreview
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: /usr/local/github-credentials
name: github-credentials-openshift-ci-robot-private-git-cloner
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-dualstack-bgp-no-overlay-techpreview,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Loading