Skip to content

Commit d5c6cdb

Browse files
authored
Testing testkube runs (#374)
1 parent 03ce981 commit d5c6cdb

File tree

6 files changed

+7
-27
lines changed

6 files changed

+7
-27
lines changed

.github/workflows/terragrunt-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
# TF_LOG: DEBUG
205205

206206
- name: Testkube Pre-Apply
207-
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
207+
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
208208
id: testkube
209209
uses: ManagedKube/github-action-testkube@v1.0.15
210210
with:
@@ -226,7 +226,7 @@ jobs:
226226
KUBERGRUNT_EXEC: ${{ github.workspace }}/tmp_bin/kubergrunt
227227

228228
- name: Testkube Post-Apply
229-
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
229+
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
230230
id: testkube2
231231
uses: ManagedKube/github-action-testkube@v1.0.15
232232
with:

terraform-environments/aws/terragrunt-dev/us-east-1/terragrunt-dev/300-kubernetes/110-testkube/20-infra-base/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include {
44
}
55

66
terraform {
7-
source = "github.com/ManagedKube/kubernetes-ops.git//terraform-modules/aws/testkube/base-tests/test-suites/infra-base?ref=v2.0.43"
7+
source = "github.com/ManagedKube/kubernetes-ops.git//terraform-modules/aws/testkube/base-tests/test-suites/infra-base?ref=v2.0.45"
88
}
99

1010
dependency "eks" {

terraform-environments/aws/terragrunt-dev/us-east-1/terragrunt-dev/300-kubernetes/200-istio/10-istio/terragrunt.hcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,3 @@ inputs = {
6565
}
6666
)
6767
}
68-
69-

terraform-modules/aws/testkube/base-tests/test-suites/infra-base/yaml/ts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
# - delay:
1414
# duration: 2000
1515
# type: delay
16-
- execute:
17-
name: infra-base-alertmanager-slack-config
18-
namespace: testkube
19-
type: testExecution
16+
# - execute:
17+
# name: infra-base-alertmanager-slack-config
18+
# namespace: testkube
19+
# type: testExecution

terraform-modules/aws/testkube/local/yaml/local-x2-api-gateway-endpoint.yaml.tftpl

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)