Skip to content

Commit

Permalink
ci: use larger instances to avoid docker disk space issues (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
d4l3k authored Jul 26, 2023
1 parent a17e427 commit 1a8806d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-batch-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
awsbatch:
runs-on: ubuntu-20.04
runs-on: "linux.20_04.4x"
permissions:
id-token: write
contents: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/components-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:
matrix:
include:
- scheduler: "aws_batch"
platform: ubuntu-20.04
platform: "linux.20_04.4x"
- scheduler: "aws_batch"
container_repo: localhost
extra_args: "--mock"
platform: ubuntu-20.04
platform: "linux.20_04.4x"
- scheduler: "kubernetes"
container_repo: localhost:5000/torchx
platform: "linux.20_04.16x"
- scheduler: "local_cwd"
platform: ubuntu-20.04
- scheduler: "local_docker"
platform: ubuntu-20.04
platform: "linux.20_04.4x"
- scheduler: "ray"
platform: ubuntu-20.04
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, '3.10']
platform: [ubuntu-20.04]
platform: ["linux.20_04.4x"]
include:
- python-version: 3.9
platform: macos-12-xl
Expand Down

0 comments on commit 1a8806d

Please sign in to comment.