-
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.
Merge pull request #8323 from aravindhp/hybrid-ovn-step-registry
Move to using step registry in WMCO
- Loading branch information
Showing
15 changed files
with
225 additions
and
25 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
approvers: | ||
- aravindhp | ||
- ravisantoshgudimetla | ||
reviewers: | ||
- aravindhp | ||
- ravisantoshgudimetla |
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,6 @@ | ||
approvers: | ||
- aravindhp | ||
- ravisantoshgudimetla | ||
reviewers: | ||
- aravindhp | ||
- ravisantoshgudimetla |
12 changes: 12 additions & 0 deletions
12
ci-operator/step-registry/ipi/aws/ovn/hybrid/ipi-aws-ovn-hybrid-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,12 @@ | ||
workflow: | ||
as: ipi-aws-ovn-hybrid | ||
steps: | ||
pre: | ||
- chain: ipi-conf-aws | ||
- ref: ovn-conf | ||
- ref: ovn-conf-hybrid-manifest | ||
- chain: ipi-install | ||
post: | ||
- chain: ipi-deprovision | ||
documentation: |- | ||
OpenShift cluster configured with Hybrid OVN network |
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,6 @@ | ||
approvers: | ||
- aravindhp | ||
- ravisantoshgudimetla | ||
reviewers: | ||
- aravindhp | ||
- ravisantoshgudimetla |
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,6 @@ | ||
approvers: | ||
- aravindhp | ||
- ravisantoshgudimetla | ||
reviewers: | ||
- aravindhp | ||
- ravisantoshgudimetla |
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,6 @@ | ||
approvers: | ||
- aravindhp | ||
- ravisantoshgudimetla | ||
reviewers: | ||
- aravindhp | ||
- ravisantoshgudimetla |
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,6 @@ | ||
approvers: | ||
- aravindhp | ||
- ravisantoshgudimetla | ||
reviewers: | ||
- aravindhp | ||
- ravisantoshgudimetla |
10 changes: 10 additions & 0 deletions
10
ci-operator/step-registry/windows/e2e/operator/test/windows-e2e-operator-test-commands.sh
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,10 @@ | ||
#!/bin/bash | ||
|
||
set -o nounset | ||
set -o errexit | ||
set -o pipefail | ||
|
||
cluster_profile=/var/run/secrets/ci.openshift.io/cluster-profile | ||
export AWS_SHARED_CREDENTIALS_FILE=${cluster_profile}/.awscred | ||
export KUBE_SSH_KEY_PATH=${cluster_profile}/ssh-privatekey | ||
make run-ci-e2e-test |
10 changes: 10 additions & 0 deletions
10
ci-operator/step-registry/windows/e2e/operator/test/windows-e2e-operator-test-ref.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,10 @@ | ||
ref: | ||
as: windows-e2e-operator-test | ||
from: windows-machine-config-operator-test | ||
commands: windows-e2e-operator-test-commands.sh | ||
resources: | ||
requests: | ||
cpu: 1000m | ||
memory: 600Mi | ||
documentation: |- | ||
The Windows Machine Config Operator's end to end test suite |