diff --git a/.github/workflows/drivers.yml b/.github/workflows/drivers.yml index d72254668377dd0ff213f4884bdd9c88bb4770b2..703ee4857917feb87a1f4c5e677b1a935a928cfc 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 env: CI: 'true' DRIVERS: bigquery-cloud-sdk @@ -73,8 +73,8 @@ jobs: be-tests-druid-ee: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' - runs-on: buildjet-2vcpu-ubuntu-2204 - timeout-minutes: 60 + runs-on: ubuntu-22.04 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 env: CI: 'true' DRIVERS: snowflake @@ -609,8 +609,8 @@ jobs: be-tests-sparksql-ee: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' - runs-on: buildjet-2vcpu-ubuntu-2204 - timeout-minutes: 60 + runs-on: ubuntu-22.04 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 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: 60 + timeout-minutes: 45 env: CI: 'true' DRIVERS: vertica