Skip to content

Commit

Permalink
Run arm jobs under arm worker
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jul 24, 2024
1 parent 85c5c7e commit 1dab50d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
38 changes: 19 additions & 19 deletions .github/flavors.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"model": "rpi4",
"baseImage": "opensuse/leap:15.6",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "opensuse",
Expand All @@ -37,7 +37,7 @@
"model": "rpi3",
"baseImage": "opensuse/leap:15.6",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "opensuse",
Expand All @@ -47,7 +47,7 @@
"model": "rpi4",
"baseImage": "opensuse/leap:15.6",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "opensuse",
Expand All @@ -57,7 +57,7 @@
"model": "rpi3",
"baseImage": "opensuse/leap:15.6",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "opensuse",
Expand All @@ -67,7 +67,7 @@
"model": "generic",
"baseImage": "opensuse/leap:15.6",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "opensuse",
Expand Down Expand Up @@ -97,7 +97,7 @@
"model": "rpi4",
"baseImage": "opensuse/tumbleweed",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "opensuse",
Expand All @@ -107,7 +107,7 @@
"model": "rpi3",
"baseImage": "opensuse/tumbleweed",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "opensuse",
Expand All @@ -117,7 +117,7 @@
"model": "rpi4",
"baseImage": "opensuse/tumbleweed",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "opensuse",
Expand All @@ -127,7 +127,7 @@
"model": "rpi3",
"baseImage": "opensuse/tumbleweed",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "ubuntu",
Expand Down Expand Up @@ -157,7 +157,7 @@
"model": "rpi4",
"baseImage": "ubuntu:20.04",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "ubuntu",
Expand All @@ -167,7 +167,7 @@
"model": "rpi4",
"baseImage": "ubuntu:20.04",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "ubuntu",
Expand Down Expand Up @@ -197,7 +197,7 @@
"model": "rpi4",
"baseImage": "ubuntu:22.04",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "ubuntu",
Expand All @@ -207,7 +207,7 @@
"model": "rpi4",
"baseImage": "ubuntu:22.04",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "ubuntu",
Expand All @@ -217,7 +217,7 @@
"model": "generic",
"baseImage": "ubuntu:24.04",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "ubuntu",
Expand Down Expand Up @@ -247,7 +247,7 @@
"model": "generic",
"baseImage": "ubuntu:24.04",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "alpine",
Expand Down Expand Up @@ -277,7 +277,7 @@
"model": "rpi4",
"baseImage": "alpine:3.19",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "alpine",
Expand All @@ -287,7 +287,7 @@
"model": "rpi3",
"baseImage": "alpine:3.19",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "alpine",
Expand All @@ -297,7 +297,7 @@
"model": "rpi4",
"baseImage": "alpine:3.19",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "alpine",
Expand All @@ -307,7 +307,7 @@
"model": "rpi3",
"baseImage": "alpine:3.19",
"arch": "arm64",
"worker": "ubuntu-latest"
"worker": "ARM64"
},
{
"family": "rhel",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/image-arm-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
family: opensuse
base_image: opensuse/leap:15.6
model: rpi4
worker: fast
worker: ARM64
alpine:
uses: ./.github/workflows/reusable-docker-arm-build.yaml
permissions:
Expand All @@ -60,4 +60,4 @@ jobs:
family: alpine
base_image: alpine:3.19
model: rpi4
worker: fast
worker: ARM64
8 changes: 4 additions & 4 deletions .github/workflows/release-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
echo "::set-output name=matrix::{\"include\": $content }"
build-nvidia-base:
runs-on: fast
runs-on: ARM64
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
family: ubuntu
base_image: quay.io/kairos/cache:nvidia-base
model: nvidia-jetson-agx-orin
worker: fast
worker: ARM64

build-arm-core:
runs-on: ${{ matrix.worker }}
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
category: ${{ matrix.flavor }}

build-arm-standard:
runs-on: ubuntu-latest-4-cores
runs-on: ARM64
needs:
- get-standard-matrix
permissions:
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:
docker images --format "{{.Size}} - {{.Repository}}:{{.Tag}}"
build-arm-generic:
runs-on: ubuntu-latest
runs-on: ARM64
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 1dab50d

Please sign in to comment.