Skip to content

Commit e151b30

Browse files
committed
AMD-AMF テストを不安定なためコメントアウトする
1 parent d7af98d commit e151b30

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/e2e-test.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,15 @@ jobs:
6262
INTEL_VPL=true
6363
LIBVA_MESSAGING_LEVEL=0
6464
# 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
65+
# AMD-AMF はあまりにも不安定なため、安定するまでコメントアウトする
66+
# - name: amd_amf
67+
# platform-name: ubuntu-24.04_x86_64
68+
# runs-on:
69+
# group: Self
70+
# labels: [self-hosted, linux, x64, AMD-AMF]
71+
# env-vars: |
72+
# AMD_AMF=true
73+
# test-target: test_sumomo_amd_amf.py
7374
# Self-hosted runner for Raspberry Pi
7475
- name: raspberry_pi
7576
platform-name: raspberry-pi-os_armv8

0 commit comments

Comments
 (0)