12
12
- cron : ' 0 0 * * *'
13
13
14
14
env :
15
- WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/62641e01-1e8d-4ace-91d6-ae03f7f8a71f/w_BaseKit_p_2024.0.0.49563.exe
16
- WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/5b36181e-4974-4733-91c7-0c10c54900a5/w_HPCKit_p_2024.0.0.49588.exe
17
- WINDOWS_IOTKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/dbdf4222-ff39-4c53-9b1a-23585f9a5e25/w_IoTKit_p_2023.2.0.49274.exe
18
- WINDOWS_RENDERKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b2a07c39-3374-4a4a-b1d0-56bbcb93ddce/w_RenderKit_p_2024.0.0.49657.exe
19
- LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564.sh
20
- LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/1b2baedd-a757-4a79-8abb-a5bf15adae9a/l_HPCKit_p_2024.0.0.49589.sh
21
- LINUX_IOTKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/792937e1-5667-47a9-a9df-e1142fce55b5/l_IoTKit_p_2023.2.0.49273.sh
22
- LINUX_AIKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/4c0e0228-7d3b-40e2-8a2c-eae82f77b0c8/l_AITools.2024.0.1.3.sh
23
- LINUX_RENDERKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/18e978f0-5a80-4006-bf34-207f205b8f4f/l_RenderKit_p_2024.0.0.49659.sh
24
- MACOS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cd013e6c-49c4-488b-8b86-25df6693a9b7/m_BaseKit_p_2023.2.0.49398.dmg
25
- MACOS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/edb4dc2f-266f-47f2-8d56-21bc7764e119/m_HPCKit_p_2023.2.0.49443.dmg
26
- MACOS_RENDERKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/c8679a2f-fe17-4879-8d53-e4866060d38e/m_RenderKit_p_2024.0.0.49658.dmg
15
+ WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/7dff44ba-e3af-4448-841c-0d616c8da6e7/w_BaseKit_p_2024.1.0.595.exe
16
+ WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/c95a3b26-fc45-496c-833b-df08b10297b9/w_HPCKit_p_2024.1.0.561.exe
17
+ WINDOWS_RENDERKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/7c0c40d5-dd8e-4bc3-871b-4eb9e7ea46a4/w_RenderKit_p_2024.1.0.745.exe
18
+ LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/fdc7a2bc-b7a8-47eb-8876-de6201297144/l_BaseKit_p_2024.1.0.596.sh
19
+ LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/7f096850-dc7b-4c35-90b5-36c12abd9eaa/l_HPCKit_p_2024.1.0.560.sh
20
+ LINUX_AIKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0414ef18-5b64-47f2-9b2e-ae94860272b9/l_AITools.2024.1.0.9.sh
21
+ LINUX_RENDERKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/5c90ec26-1319-4f42-9acf-841bfeb1e691/l_RenderKit_p_2024.1.0.743.sh
22
+ MACOS_RENDERKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/c112cca6-12cf-4a0c-9e5e-d0d50d3b0f8b/m_RenderKit_p_2024.1.0.744.dmg
27
23
28
24
jobs :
29
25
windows :
40
36
run : scripts/list_components_windows.bat $WINDOWS_BASEKIT_URL doc\\source\\${{ github.workflow }}\\${{ github.job }}_basekit.txt
41
37
- name : Intel® oneAPI HPC Toolkit
42
38
run : scripts/list_components_windows.bat $WINDOWS_HPCKIT_URL doc\\source\\${{ github.workflow }}\\${{ github.job }}_hpckit.txt
43
- - name : Intel® oneAPI IoT Toolkit
44
- run : scripts/list_components_windows.bat $WINDOWS_IOTKIT_URL doc\\source\\${{ github.workflow }}\\${{ github.job }}_iotkit.txt
45
39
- name : Intel® oneAPI Rendering Toolkit
46
40
run : scripts/list_components_windows.bat $WINDOWS_RENDERKIT_URL doc\\source\\${{ github.workflow }}\\${{ github.job }}_renderkit.txt
47
41
@@ -65,13 +59,26 @@ jobs:
65
59
run : scripts/list_components_linux.sh $LINUX_BASEKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_basekit.txt
66
60
- name : Intel® oneAPI HPC Toolkit
67
61
run : scripts/list_components_linux.sh $LINUX_HPCKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_hpckit.txt
68
- - name : Intel® oneAPI IoT Toolkit
69
- run : scripts/list_components_linux.sh $LINUX_IOTKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_iotkit.txt
70
62
- name : Intel® oneAPI Rendering Toolkit
71
63
run : scripts/list_components_linux.sh $LINUX_RENDERKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_renderkit.txt
64
+ - name : Upload artifacts
65
+ uses : actions/upload-artifact@v2
66
+ with :
67
+ name : ${{ github.job }}
68
+ path : doc/source/${{ github.workflow }}/${{ github.job }}_*
69
+
70
+ linux_aitools :
71
+ runs-on : ubuntu-20.04
72
+ defaults :
73
+ run :
74
+ shell : bash
75
+ steps :
76
+ - uses : actions/checkout@v2
77
+ - uses : actions/setup-python@v2
78
+ with :
79
+ python-version : ' 3.x'
72
80
- name : Intel® AI Tools Toolkit
73
81
run : scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools.txt
74
-
75
82
- name : Upload artifacts
76
83
uses : actions/upload-artifact@v2
77
84
with :
@@ -131,10 +138,6 @@ jobs:
131
138
- uses : actions/setup-python@v2
132
139
with :
133
140
python-version : ' 3.x'
134
- - name : Intel® oneAPI Base Toolkit
135
- run : scripts/list_components_macos.sh $MACOS_BASEKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_basekit.txt
136
- - name : Intel® oneAPI HPC Toolkit
137
- run : scripts/list_components_macos.sh $MACOS_HPCKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_hpckit.txt
138
141
- name : Intel® oneAPI Rendering Toolkit
139
142
run : scripts/list_components_macos.sh $MACOS_RENDERKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_renderkit.txt
140
143
@@ -146,7 +149,7 @@ jobs:
146
149
147
150
publish :
148
151
runs-on : ubuntu-20.04
149
- needs : [windows, linux, linux_apt, linux_yum_dnf, macos]
152
+ needs : [windows, linux, linux_aitools, linux_apt, linux_yum_dnf, macos]
150
153
defaults :
151
154
run :
152
155
shell : bash
@@ -173,6 +176,11 @@ jobs:
173
176
with :
174
177
name : linux_yum_dnf
175
178
path : doc/source/${{ github.workflow }}
179
+ - name : Download artifacts - linux_aitools
180
+ uses : actions/download-artifact@v2
181
+ with :
182
+ name : linux_aitools
183
+ path : doc/source/${{ github.workflow }}
176
184
- name : Download artifacts - macos
177
185
uses : actions/download-artifact@v2
178
186
with :
0 commit comments