From 17d56c1995fab17011a0ca94e2dfd24746a92e3a Mon Sep 17 00:00:00 2001 From: Muhammad Faizan Date: Thu, 18 Jan 2024 09:43:07 +0100 Subject: [PATCH] changed name for build job and change retries to 1 for gardener --- .github/workflows/e2e-backend-switching-reuseable.yml | 2 +- .github/workflows/e2e.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-backend-switching-reuseable.yml b/.github/workflows/e2e-backend-switching-reuseable.yml index cec05141..e81ea464 100644 --- a/.github/workflows/e2e-backend-switching-reuseable.yml +++ b/.github/workflows/e2e-backend-switching-reuseable.yml @@ -50,7 +50,7 @@ jobs: MACHINE_TYPE: "c4.xlarge" SCALER_MIN: "1" SCALER_MAX: "2" - RETRY_ATTEMPTS: "2" + RETRY_ATTEMPTS: "1" GARDENER_KYMATUNAS: ${{ secrets.GARDENER_KYMATUNAS }} run: | # setup Gardener kubeconfig. diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1ee334ce..5ef450f2 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -50,7 +50,7 @@ jobs: if: github.event_name == 'push' uses: kyma-project/wait-for-commit-status-action@2b3ffe09af8b6f40e1213d5fb7f91a7bd41ffb20 with: - context: ${{ github.ref_name == 'main' && 'post-eventing-manager-build' || 'release-eventing-manager-build' }} + context: "post-eventing-manager-build" commit_ref: "${{ github.sha }}" timeout: 600000 # 10 minutes in milliseconds # The check interval is kept long otherwise it will exhaust the GitHub rate limit (More info: https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#rate-limiting)