Skip to content

Commit

Permalink
kube test get more power and limits total run time (airbytehq#16817)
Browse files Browse the repository at this point in the history
* kube test get more power and limits total run time

using a beta test of GH workers for speed
context: https://github.com/airbytehq/airbyte-cloud/issues/2737
         https://github.com/airbytehq/airbyte-cloud/issues/2787

* Changes timeout to 40
  • Loading branch information
supertopher authored and jhammarstedt committed Oct 31, 2022
1 parent a351644 commit df1bc03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ jobs:
# Because scheduled builds on master require us to skip the changes job. Use always() to force this to run on master.
if: needs.changes.outputs.backend == 'true' || needs.changes.outputs.build == 'true' || (always() && github.ref == 'refs/heads/master')
timeout-minutes: 10
runs-on: ubuntu-latest
runs-on: ubuntu-20.04-16core
outputs:
label: ${{ steps.start-ec2-runner.outputs.label }}
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
Expand All @@ -590,7 +590,7 @@ jobs:
needs: start-kube-acceptance-test-runner # required to start the main job when the runner is ready
runs-on: ${{ needs.start-kube-acceptance-test-runner.outputs.label }} # run the job on the newly created runner
environment: more-secrets
timeout-minutes: 90
timeout-minutes: 40
steps:
- name: Checkout Airbyte
uses: actions/checkout@v2
Expand Down

0 comments on commit df1bc03

Please sign in to comment.