Skip to content

Commit de63c54

Browse files
committed
ci(runner-test): run the zizmor job on a docker-enabled runner
zizmor needs a docker daemon and the plain aws-public image has none, so the job died on /var/run/docker.sock. Move ci-sast to the 1cpu docker pool and register the label with actionlint. The Speculos e2e job fails the same way on 16cpu and is left alone for now.
1 parent 7369257 commit de63c54

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actionlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ self-hosted-runner:
77
- ledger-live-linux-e2e-speculos-32CPU-128RAM
88
- ledger-live-linux-e2e-8CPU-32RAM
99
- ledger-wallet-1cpu-aws-public
10+
- ledger-wallet-1cpu-aws-public-docker
1011
- ledger-wallet-2cpu-aws-public
1112
- ledger-wallet-4cpu-aws-public
1213
- ledger-wallet-8cpu-aws-public

.github/workflows/test-additional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
ci-sast:
7676
name: Test CI Scripts
77-
runs-on: ledger-wallet-1cpu-aws-public
77+
runs-on: ledger-wallet-1cpu-aws-public-docker
7878
needs: changes
7979
if: needs.changes.outputs.workflow-files == 'true'
8080
permissions:

0 commit comments

Comments
 (0)