Skip to content

Commit ef16444

Browse files
committed
Run java tests on self-hosted arm.
This job is very inefficient and hence expensive to run on the blacksmith arm runners. I migrate this to our own runners Need to migrate the rest too but it some need code changes, but I'm pretty sure this one will "just work". Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
1 parent 570e4bf commit ef16444

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/test-java.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,16 @@ jobs:
1010
matrix:
1111
include:
1212
- runner: [self-hosted, skylake40]
13-
- runner: blacksmith-16vcpu-ubuntu-2204-arm
13+
- runner: [self-hosted, alteram128]
1414
runs-on: ${{ matrix.runner }}
1515

1616
container:
17-
image: ghcr.io/feldera/feldera-dev:sha-adccd0011c9ab1bb2c4aaba5bc765a4491584ee1
17+
image: ghcr.io/feldera/feldera-dev:sha-289af12eaf6595b216bbeb5ace0c9b860f725b45
1818
options: --user=ubuntu
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
2222

23-
# The docker container when executed in the action runs with a different home directory
24-
# than we set in the dev container (?), hence this step is necessary (sigh)
25-
# https://github.com/actions/runner/issues/863
26-
- name: Rustup set default toolchain
27-
run: rustup default stable
28-
2923
- name: Cache Rust dependencies
3024
uses: Swatinem/rust-cache@v2
3125

0 commit comments

Comments
 (0)