Skip to content

Commit acbe4a7

Browse files
committed
AMD-AMF 整理
1 parent 59fbfff commit acbe4a7

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/workflows/e2e-test-amd-amf.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: e2e-test-amf
1+
name: e2e-test-amd-amf
22

33
on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- ".github/workflows/e2e-test-amf.yml"
7+
- ".github/workflows/e2e-test-amd-amf.yml"
88
- "tests/test_amd_amf.py"
9-
# paths-ignore:
10-
# - "**.md"
9+
# C++ SDK のアップデートしたときテストするため
10+
- "VERSION"
1111
schedule:
1212
# UTC の 01:00 は JST だと 10:00 。
1313
# 1-5 で 月曜日から金曜日
@@ -22,6 +22,14 @@ env:
2222

2323
jobs:
2424
e2e_test_amf:
25+
strategy:
26+
fail-fast: true
27+
matrix:
28+
python_version:
29+
# TODO: push 時には 3.13 でテストする、schedule 時には全部でテストする
30+
# - "3.11"
31+
# - "3.12"
32+
- "3.13"
2533
runs-on:
2634
group: Self
2735
labels: [self-hosted, linux, x64, AMD-AMF]
@@ -39,7 +47,7 @@ jobs:
3947
- uses: astral-sh/setup-uv@v5
4048
with:
4149
enable-cache: false
42-
- run: uv python pin 3.13
50+
- run: uv python pin ${{ matrix.python_version }}
4351
- run: uv sync
4452
- run: uv run python run.py ubuntu-24.04_x86_64
4553
- run: uv run pytest tests/test_amd_amf.py -s

0 commit comments

Comments
 (0)