Skip to content

Commit

Permalink
Testing testkube runs (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 authored Aug 18, 2022
1 parent f0164e1 commit 2fb1167
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terragrunt-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
# TF_LOG: DEBUG

- name: Testkube Pre-Apply
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
id: testkube
uses: ManagedKube/[email protected]
with:
Expand All @@ -226,7 +226,7 @@ jobs:
KUBERGRUNT_EXEC: ${{ github.workspace }}/tmp_bin/kubergrunt

- name: Testkube Post-Apply
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
id: testkube2
uses: ManagedKube/[email protected]
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include {
}

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

dependency "eks" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,3 @@ inputs = {
}
)
}


Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
# - delay:
# duration: 2000
# type: delay
- execute:
name: infra-base-alertmanager-slack-config
namespace: testkube
type: testExecution
# - execute:
# name: infra-base-alertmanager-slack-config
# namespace: testkube
# type: testExecution

This file was deleted.

0 comments on commit 2fb1167

Please sign in to comment.