Skip to content

Commit

Permalink
move overnight + test32 jobs (viamrobotics#4046)
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Jun 7, 2024
1 parent 322012c commit 6a16992
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
platform: linux/amd64
image: rdk-devenv
file: etc/Dockerfile.cache
- arch: buildjet-4vcpu-ubuntu-2204-arm
- arch: github-linux-arm64-4core
tag: arm64
platform: linux/arm64
image: rdk-devenv
file: etc/Dockerfile.cache
- arch: buildjet-2vcpu-ubuntu-2204-arm
- arch: github-linux-arm64-2core
tag: armhf
platform: linux/arm/v7
image: rdk-devenv
Expand All @@ -41,12 +41,12 @@ jobs:
image: antique2
file: etc/Dockerfile.antique-cache
tag: amd64
- arch: buildjet-2vcpu-ubuntu-2204-arm
- arch: github-linux-arm64-2core
platform: linux/arm64
image: antique2
file: etc/Dockerfile.antique-cache
tag: arm64
- arch: buildjet-2vcpu-ubuntu-2204-arm
- arch: github-linux-arm64-2core
platform: linux/arm/v7
image: antique2
file: etc/Dockerfile.antique-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:

test32:
name: Go 32-bit Unit Tests
runs-on: [buildjet-8vcpu-ubuntu-2204-arm]
runs-on: github-linux-arm64-8core
timeout-minutes: 30

steps:
Expand Down

0 comments on commit 6a16992

Please sign in to comment.