-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix various issues with validating deployment
Signed-off-by: Kyle Squizzato <[email protected]>
- Loading branch information
Showing
7 changed files
with
190 additions
and
105 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,4 +71,4 @@ jobs: | |
uses: azure/setup-kubectl@v4 | ||
- name: Run E2E tests | ||
run: | | ||
make e2e-test | ||
make test-e2e |
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
apiVersion: hmc.mirantis.com/v1alpha1 | ||
kind: Deployment | ||
metadata: | ||
name: aws-dev | ||
name: bba1743d-e2e-test | ||
spec: | ||
template: aws-standalone-cp | ||
config: | ||
region: us-east-2 | ||
publicIP: true | ||
controlPlaneNumber: 1 | ||
workersNumber: 1 | ||
controlPlane: | ||
amiID: ami-02f3416038bdb17fb | ||
instanceType: t3.small | ||
worker: | ||
amiID: ami-02f3416038bdb17fb | ||
instanceType: t3.small | ||
config: | ||
controlPlane: | ||
amiID: ami-0989c067ff3da4b27 | ||
instanceType: t3.small | ||
controlPlaneNumber: 1 | ||
publicIP: true | ||
region: us-west-2 | ||
worker: | ||
amiID: ami-0989c067ff3da4b27 | ||
instanceType: t3.small | ||
workersNumber: 1 | ||
template: aws-standalone-cp |
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
Oops, something went wrong.