Skip to content

Commit 88d53d4

Browse files
committed
AMD-AMF の E2E テストを追加する
1 parent d22d2a4 commit 88d53d4

File tree

2 files changed

+455
-0
lines changed

2 files changed

+455
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ jobs:
6161
env-vars: |
6262
INTEL_VPL=true
6363
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: tests/test_amd_amf.py
6473
# Self-hosted runner for Raspberry Pi
6574
- name: raspberry_pi
6675
platform-name: raspberry-pi-os_armv8

0 commit comments

Comments
 (0)