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 @@ -133,7 +133,7 @@ tests:
as: e2e-aws-single-node
steps:
cluster_profile: aws
workflow: e2e-aws-single-node
workflow: openshift-e2e-aws-single-node
zz_generated_metadata:
branch: master
org: openshift-priv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ tests:
as: e2e-aws-single-node
steps:
cluster_profile: aws
workflow: e2e-aws-single-node
workflow: openshift-e2e-aws-single-node
zz_generated_metadata:
branch: release-4.7
org: openshift-priv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ tests:
as: e2e-aws-single-node
steps:
cluster_profile: aws
workflow: e2e-aws-single-node
workflow: openshift-e2e-aws-single-node
zz_generated_metadata:
branch: release-4.8
org: openshift-priv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ tests:
as: e2e-aws-single-node
steps:
cluster_profile: aws
workflow: e2e-aws-single-node
workflow: openshift-e2e-aws-single-node
- artifact_dir: /tmp/artifacts
as: e2e-metal-single-node-live-iso
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ tests:
as: e2e-aws-single-node
steps:
cluster_profile: aws
workflow: e2e-aws-single-node
workflow: openshift-e2e-aws-single-node
- artifact_dir: /tmp/artifacts
as: e2e-metal-single-node-live-iso
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ tests:
as: e2e-aws-single-node
steps:
cluster_profile: aws
workflow: e2e-aws-single-node
workflow: openshift-e2e-aws-single-node
- artifact_dir: /tmp/artifacts
as: e2e-metal-single-node-live-iso
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ tests:
as: e2e-aws-single-node
steps:
cluster_profile: aws
workflow: e2e-aws-single-node
workflow: openshift-e2e-aws-single-node
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ tests:
as: e2e-aws-single-node
steps:
cluster_profile: aws
workflow: e2e-aws-single-node
workflow: openshift-e2e-aws-single-node
zz_generated_metadata:
branch: release-4.7
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ tests:
as: e2e-aws-single-node
steps:
cluster_profile: aws
workflow: e2e-aws-single-node
workflow: openshift-e2e-aws-single-node
zz_generated_metadata:
branch: release-4.8
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ tests:
as: e2e-aws-single-node
steps:
cluster_profile: aws
workflow: e2e-aws-single-node
workflow: openshift-e2e-aws-single-node
- artifact_dir: /tmp/artifacts
as: e2e-metal-single-node-live-iso
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ tests:
as: e2e-aws-single-node
steps:
cluster_profile: aws
workflow: e2e-aws-single-node
workflow: openshift-e2e-aws-single-node
- artifact_dir: /tmp/artifacts
as: e2e-metal-single-node-live-iso
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ presubmits:
- args:
- --config-dir
- ./ci-operator/config/
- --registry
- ./ci-operator/step-registry/
command:
- ci-operator-checkconfig
image: ci-operator-checkconfig:latest
Expand Down