From 9e11f932835eb8a35a065515cd2728a548063b8c Mon Sep 17 00:00:00 2001 From: Lukasz Zajaczkowski Date: Wed, 27 Nov 2024 10:32:48 +0100 Subject: [PATCH 1/2] add debug --- pkg/up/deploy.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/up/deploy.go b/pkg/up/deploy.go index 7f85ba3cc..9f08c72d2 100644 --- a/pkg/up/deploy.go +++ b/pkg/up/deploy.go @@ -154,6 +154,7 @@ func (tf *terraformCmd) outputs() (map[string]Output, error) { func (tf *terraformCmd) run() (err error) { for tf.retries >= 0 { + fmt.Println(tf.dir, tf.cmd, tf.args) args := append([]string{tf.cmd}, tf.args...) cmd := exec.Command("terraform", args...) cmd.Dir = tf.dir From c752967d67329af48fa23ccb3b8082dea9b45188 Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Wed, 27 Nov 2024 10:33:38 +0100 Subject: [PATCH 2/2] update slack configuration --- .github/workflows/e2e.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index c90f7a8a8..9770776b7 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -95,10 +95,9 @@ jobs: with: method: files.uploadV2 token: ${{ secrets.SLACK_BOT_TOKEN }} - # ${{ secrets.SLACK_CHANNEL_ID }} payload: | { - "channel": "C082X869RU1" , + "channel_id": "${{ secrets.SLACK_CHANNEL_ID }}" , "initial_comment": "Google e2e test has failed. Here are the generated files.", "file_uploads": [ {