From ff144042ba106553b598b8f4ac7953db286ed611 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Wed, 25 Mar 2026 13:56:44 +0100 Subject: [PATCH] chore: add notifications [skip ci] --- .github/actions/acc_test/action.yaml | 4 ++-- .github/workflows/clean_up.yaml | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/actions/acc_test/action.yaml b/.github/actions/acc_test/action.yaml index 23bcd84e..99a1ffeb 100644 --- a/.github/actions/acc_test/action.yaml +++ b/.github/actions/acc_test/action.yaml @@ -214,7 +214,7 @@ runs: TF_ACC_KEK_KEY_RING_ID=${TF_ACC_KEK_KEY_RING_ID} \ TF_ACC_KEK_KEY_VERSION=${TF_ACC_KEK_KEY_VERSION} \ TF_ACC_KEK_SERVICE_ACCOUNT=${TF_ACC_KEK_SERVICE_ACCOUNT} \ - go test -v ${{ inputs.test_file }} -timeout=${{ inputs.test_timeout_string }} + go test -v ${{ inputs.test_file }} -timeout=${{ inputs.test_timeout_string }} | tee -a acc_test_run.log echo "::endgroup::" env: TF_ACC_PROJECT_ID: ${{ inputs.project_id }} @@ -243,7 +243,7 @@ runs: # testArguments: "./... -timeout ${{ inputs.test_timeout_string }}" # moduleDirectory: "stackit" - - name: Run acceptance tests + - name: Run all acceptance tests if: ${{ inputs.test_file == '' }} shell: bash run: | diff --git a/.github/workflows/clean_up.yaml b/.github/workflows/clean_up.yaml index 369e973e..edb14bb4 100644 --- a/.github/workflows/clean_up.yaml +++ b/.github/workflows/clean_up.yaml @@ -40,19 +40,19 @@ jobs: with: webhookUrl: '${{ secrets.GOOGLE_WEBHOOK_URL }}' jobStatus: '${{ job.status }}' - title: CI pipeline - subtitle: "on: ${{ github.event_name }} \n
with filter prefix: ${{ inputs.res_prefix }}" + title: CLEAN-UP pipeline + subtitle: "${{ github.event_name }} with filter prefix ${{ inputs.res_prefix }}" - - name: Notify - uses: ./.github/actions/notify - with: - webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }} - title: CI pipeline started - event_title: ${{ github.event.type }} - event_author: ${{ github.event.actor.login }} - event_body: "Filter: ${{ inputs.res_prefix }}" - event_number: ${{ github.event.id }} - event_url: "https://tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/actions/runs/${{ github.run_id }}" +# - name: Notify +# uses: ./.github/actions/notify +# with: +# webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }} +# title: CI pipeline started +# event_title: ${{ github.event.type }} +# event_author: ${{ github.event.actor.login }} +# event_body: "Filter: ${{ inputs.res_prefix }}" +# event_number: ${{ github.event.id }} +# event_url: "https://tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/actions/runs/${{ github.run_id }}" - name: Clean uses: ./.github/actions/clean_up