From 093142ab028d736ed6be627b66758fd6e11d8c51 Mon Sep 17 00:00:00 2001 From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Date: Tue, 4 Apr 2023 14:51:34 +0200 Subject: [PATCH] [CI] Bump the timeout for backend workflows (#29789) * Increase the BE timeout * Increase the drivers timeout [ci skip] --- .github/workflows/backend.yml | 4 +-- .github/workflows/drivers.yml | 50 +++++++++++++++++------------------ 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 58803672f97..93bfae22f5b 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -120,7 +120,7 @@ jobs: if: github.event.pull_request.draft == true && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 name: be-tests-java-11-ee-pre-check - timeout-minutes: 25 + timeout-minutes: 35 steps: - uses: actions/checkout@v3 - name: Prepare front-end environment @@ -153,7 +153,7 @@ jobs: if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 name: be-tests-java-${{ matrix.java-version }}-${{ matrix.edition }} - timeout-minutes: 25 + timeout-minutes: 35 strategy: fail-fast: false matrix: diff --git a/.github/workflows/drivers.yml b/.github/workflows/drivers.yml index 703ee485791..ea0271c24ff 100644 --- a/.github/workflows/drivers.yml +++ b/.github/workflows/drivers.yml @@ -32,7 +32,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: athena @@ -52,7 +52,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: bigquery-cloud-sdk @@ -74,7 +74,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: druid @@ -97,7 +97,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: googleanalytics @@ -113,7 +113,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: 'googleanalytics,bigquery-cloud-sdk' @@ -135,7 +135,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mysql @@ -161,7 +161,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mysql @@ -187,7 +187,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mongo @@ -210,7 +210,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mongo @@ -245,7 +245,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mongo @@ -268,7 +268,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mongo @@ -303,7 +303,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mongo @@ -329,7 +329,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mysql @@ -355,7 +355,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mysql @@ -393,7 +393,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: oracle @@ -420,7 +420,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: oracle @@ -456,7 +456,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: postgres @@ -485,7 +485,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: postgres @@ -518,7 +518,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: presto-jdbc @@ -568,7 +568,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: redshift @@ -588,7 +588,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: snowflake @@ -610,7 +610,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: sparksql @@ -631,7 +631,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: sqlite @@ -647,7 +647,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: sqlserver @@ -675,7 +675,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: vertica -- GitLab