Skip to content

Commit

Permalink
try build jet
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Aug 1, 2023
1 parent c850d9c commit 95b5bc6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
unit-tests-with-coverage:
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204
timeout-minutes: 15
strategy:
fail-fast: false
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

integration-test-build:
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204
timeout-minutes: 30
env:
package-name: getdaft
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
path: dist

integration-test-tpch:
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204
timeout-minutes: 30
needs:
- integration-test-build
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

integration-test-io:
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204
timeout-minutes: 30
needs:
- integration-test-build
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

rust-tests:
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204
timeout-minutes: 15
strategy:
fail-fast: false
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:

publish-coverage-reports:
name: Publish coverage reports to CodeCov
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204
needs:
- unit-tests-with-coverage
- rust-tests
Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

test-imports:
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204
timeout-minutes: 15
strategy:
fail-fast: false
Expand Down Expand Up @@ -428,7 +428,7 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

style:
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204
timeout-minutes: 15
strategy:
fail-fast: false
Expand Down

0 comments on commit 95b5bc6

Please sign in to comment.