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 d7af98d commit e151b30Copy full SHA for e151b30
.github/workflows/e2e-test.yml
@@ -62,14 +62,15 @@ jobs:
62
INTEL_VPL=true
63
LIBVA_MESSAGING_LEVEL=0
64
# Self-hosted runner for AMD AMF
65
- - name: amd_amf
66
- platform-name: ubuntu-24.04_x86_64
67
- runs-on:
68
- group: Self
69
- labels: [self-hosted, linux, x64, AMD-AMF]
70
- env-vars: |
71
- AMD_AMF=true
72
- test-target: test_sumomo_amd_amf.py
+ # AMD-AMF はあまりにも不安定なため、安定するまでコメントアウトする
+ # - name: amd_amf
+ # platform-name: ubuntu-24.04_x86_64
+ # runs-on:
+ # group: Self
+ # labels: [self-hosted, linux, x64, AMD-AMF]
+ # env-vars: |
+ # AMD_AMF=true
73
+ # test-target: test_sumomo_amd_amf.py
74
# Self-hosted runner for Raspberry Pi
75
- name: raspberry_pi
76
platform-name: raspberry-pi-os_armv8
0 commit comments