@@ -26,14 +26,14 @@ jobs:
26
26
curr_branch : ${{ github.head_ref || github.ref_name }}
27
27
curr_ref_type : ${{ github.ref_type }}
28
28
29
- linux-jammy-xpu-n-1-py3_9 -build :
30
- name : linux-jammy-xpu-n-1-py3.9
29
+ linux-jammy-xpu-n-1-py3_10 -build :
30
+ name : linux-jammy-xpu-n-1-py3.10
31
31
uses : ./.github/workflows/_linux-build.yml
32
32
needs : get-label-type
33
33
with :
34
34
sync-tag : linux-xpu-n-1-build
35
35
runner_prefix : ${{ needs.get-label-type.outputs.label-type }}
36
- build-environment : linux-jammy-xpu-n-1-py3.9
36
+ build-environment : linux-jammy-xpu-n-1-py3.10
37
37
docker-image-name : ci-image:pytorch-linux-jammy-xpu-n-1-py3
38
38
runner : linux.12xlarge
39
39
test-matrix : |
@@ -47,14 +47,14 @@ jobs:
47
47
]}
48
48
secrets : inherit
49
49
50
- linux-jammy-xpu-n-py3_9 -build :
51
- name : linux-jammy-xpu-n-py3.9
50
+ linux-jammy-xpu-n-py3_10 -build :
51
+ name : linux-jammy-xpu-n-py3.10
52
52
uses : ./.github/workflows/_linux-build.yml
53
53
needs : get-label-type
54
54
with :
55
55
sync-tag : linux-xpu-n-build
56
56
runner_prefix : ${{ needs.get-label-type.outputs.label-type }}
57
- build-environment : linux-jammy-xpu-n-py3.9
57
+ build-environment : linux-jammy-xpu-n-py3.10
58
58
docker-image-name : ci-image:pytorch-linux-jammy-xpu-n-py3
59
59
runner : linux.12xlarge
60
60
test-matrix : |
@@ -70,17 +70,17 @@ jobs:
70
70
]}
71
71
secrets : inherit
72
72
73
- linux-jammy-xpu-n-py3_9 -test :
74
- name : linux-jammy-xpu-n-py3.9
73
+ linux-jammy-xpu-n-py3_10 -test :
74
+ name : linux-jammy-xpu-n-py3.10
75
75
uses : ./.github/workflows/_xpu-test.yml
76
- needs : linux-jammy-xpu-n-py3_9 -build
76
+ needs : linux-jammy-xpu-n-py3_10 -build
77
77
permissions :
78
78
id-token : write
79
79
contents : read
80
80
with :
81
- build-environment : linux-jammy-xpu-n-py3.9
82
- docker-image : ${{ needs.linux-jammy-xpu-n-py3_9 -build.outputs.docker-image }}
83
- test-matrix : ${{ needs.linux-jammy-xpu-n-py3_9 -build.outputs.test-matrix }}
81
+ build-environment : linux-jammy-xpu-n-py3.10
82
+ docker-image : ${{ needs.linux-jammy-xpu-n-py3_10 -build.outputs.docker-image }}
83
+ test-matrix : ${{ needs.linux-jammy-xpu-n-py3_10 -build.outputs.test-matrix }}
84
84
secrets : inherit
85
85
86
86
windows-xpu-n-1-build :
0 commit comments