-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovn-kubernetes, virt: add new azure virt lane to run OVN presubmits
Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
- Loading branch information
Showing
7 changed files
with
220 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
ci-operator/step-registry/openshift/e2e/azure/ovn/virt/OWNERS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
approvers: | ||
- sdn-approvers | ||
reviewers: | ||
- sdn-reviewers |
11 changes: 11 additions & 0 deletions
11
...registry/openshift/e2e/azure/ovn/virt/openshift-e2e-azure-ovn-virt-workflow.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"path": "openshift/e2e/azure/ovn/virt/openshift-e2e-azure-ovn-virt-workflow.yaml", | ||
"owners": { | ||
"approvers": [ | ||
"sdn-approvers" | ||
], | ||
"reviewers": [ | ||
"sdn-reviewers" | ||
] | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
...tor/step-registry/openshift/e2e/azure/ovn/virt/openshift-e2e-azure-ovn-virt-workflow.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
workflow: | ||
as: openshift-e2e-azure-ovn-virt | ||
steps: | ||
pre: | ||
- chain: ipi-conf-azure | ||
- ref: ovn-conf | ||
- chain: ipi-install | ||
- ref: install-operators | ||
test: | ||
- ref: openshift-e2e-test | ||
post: | ||
- chain: gather-network | ||
- chain: gather-core-dump | ||
- chain: ipi-deprovision | ||
env: | ||
OPENSHIFT_INSTALL_EXPERIMENTAL_DUAL_STACK: "true" | ||
OPERATORS: | | ||
[ | ||
{"name": "kubevirt-hyperconverged", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators-redhat","target_namespace": "", "operator_group": "openshift-operators-redhat"}, | ||
] | ||
documentation: |- | ||
The Openshift E2E OVN virt workflow executes the VIRT end-to-end test suite in Azure with the OVNKubernetes network plugin with dualstack configured. |