-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PRODENG-2744 run smoke test on release branch (#518)
- make the full GH smoke test on the current release branch - drop centos7 in the tests, as the AWS image yum repos are offline now - added rhel8 and rocky8 to the full smoke test - also move the example tfvars file to a template Signed-off-by: James Nesbitt <[email protected]>
- Loading branch information
1 parent
f446d2a
commit 1111954
Showing
3 changed files
with
11 additions
and
5 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 |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
push: | ||
branches: | ||
- master | ||
- v1.5.9-release-branch | ||
paths: | ||
- '**.go' | ||
- '**.tf' | ||
|
1 change: 1 addition & 0 deletions
1
examples/tf-aws/launchpad/terraform.tfvars → ...f-aws/launchpad/terraform.tfvars.template
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,5 +1,6 @@ | ||
// used to name infrastructure (CHANGE THIS) | ||
name = "mcc-smoke-test" | ||
|
||
aws = { | ||
region = "us-east-1" | ||
} | ||
|
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