File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
- name : e2e-test-amf
1
+ name : e2e-test-amd- amf
2
2
3
3
on :
4
4
workflow_dispatch :
5
5
push :
6
6
paths :
7
- - " .github/workflows/e2e-test-amf.yml"
7
+ - " .github/workflows/e2e-test-amd- amf.yml"
8
8
- " tests/test_amd_amf.py"
9
- # paths-ignore:
10
- # - "**.md "
9
+ # C++ SDK のアップデートしたときテストするため
10
+ - " VERSION "
11
11
schedule :
12
12
# UTC の 01:00 は JST だと 10:00 。
13
13
# 1-5 で 月曜日から金曜日
22
22
23
23
jobs :
24
24
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"
25
33
runs-on :
26
34
group : Self
27
35
labels : [self-hosted, linux, x64, AMD-AMF]
39
47
- uses : astral-sh/setup-uv@v5
40
48
with :
41
49
enable-cache : false
42
- - run : uv python pin 3.13
50
+ - run : uv python pin ${{ matrix.python_version }}
43
51
- run : uv sync
44
52
- run : uv run python run.py ubuntu-24.04_x86_64
45
53
- run : uv run pytest tests/test_amd_amf.py -s
You can’t perform that action at this time.
0 commit comments