We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d53d4 commit 9b5df2eCopy full SHA for 9b5df2e
.github/workflows/e2e-test.yml
@@ -64,12 +64,12 @@ jobs:
64
# Self-hosted runner for AMD AMF
65
- name: amd_amf
66
platform-name: ubuntu-24.04_x86_64
67
- runs_on:
+ runs-on:
68
group: Self
69
labels: [self-hosted, linux, x64, AMD-AMF]
70
- env_vars: |
+ env-vars: |
71
AMD_AMF=true
72
- test_target: tests/test_amd_amf.py
+ test-target: tests/test_amd_amf.py
73
# Self-hosted runner for Raspberry Pi
74
- name: raspberry_pi
75
platform-name: raspberry-pi-os_armv8
0 commit comments