Skip to content

Commit

Permalink
PRODENG-2850 Fixed terraform smoke tests and added trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar <[email protected]>
  • Loading branch information
cranzy committed Jan 16, 2025
1 parent 2d6c600 commit 3656984
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 104 deletions.
1 change: 1 addition & 0 deletions .github/workflows/smoke-test-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '.terraform.lock.hcl'
- go.mod
- go.sum
- examples/terraform/aws-complete/**

jobs:
smoke-full:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-test-small.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '.terraform.lock.hcl'
- go.mod
- go.sum
- examples/terraform/aws-simple/**

jobs:
smoke-small:
Expand Down
167 changes: 84 additions & 83 deletions examples/terraform/aws-complete/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 20 additions & 17 deletions examples/terraform/aws-simple/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions test/smoke/smoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,17 @@ func TestSupportedMatrixCluster(t *testing.T) {
"MngrUbuntu20": test.Platforms["Ubuntu20"].GetManager(),
"MngrRocky9": test.Platforms["Rocky9"].GetManager(),
//"MngrRocky8": test.Platforms["Rocky8"].GetManager(),
"MngrRhel9": test.Platforms["Rhel9"].GetManager(),
"MngrRhel9": test.Platforms["Rhel9"].GetManager(),
//"MngrRhel8": test.Platforms["Rhel8"].GetManager(),
"MngrSles15": test.Platforms["Sles15"].GetManager(),
"MngrSles15": test.Platforms["Sles15"].GetManager(),

"WrkUbuntu22": test.Platforms["Ubuntu22"].GetWorker(),
"WrkUbuntu20": test.Platforms["Ubuntu20"].GetWorker(),
"WrkRocky9": test.Platforms["Rocky9"].GetWorker(),
//"WrkRocky8": test.Platforms["Rocky8"].GetWorker(),
"WrkRhel9": test.Platforms["Rhel9"].GetWorker(),
"WrkRhel9": test.Platforms["Rhel9"].GetWorker(),
//"WrkRhel8": test.Platforms["Rhel8"].GetWorker(),
"WrkSles15": test.Platforms["Sles15"].GetWorker(),
"WrkSles15": test.Platforms["Sles15"].GetWorker(),
}

uTestId := test.GenerateRandomAlphaNumericString(5)
Expand Down

0 comments on commit 3656984

Please sign in to comment.