1212 - cron : ' 0 0 * * *'
1313
1414env :
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
2723
2824jobs :
2925 windows :
4036 run : scripts/list_components_windows.bat $WINDOWS_BASEKIT_URL doc\\source\\${{ github.workflow }}\\${{ github.job }}_basekit.txt
4137 - name : Intel® oneAPI HPC Toolkit
4238 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
4539 - name : Intel® oneAPI Rendering Toolkit
4640 run : scripts/list_components_windows.bat $WINDOWS_RENDERKIT_URL doc\\source\\${{ github.workflow }}\\${{ github.job }}_renderkit.txt
4741
@@ -65,13 +59,26 @@ jobs:
6559 run : scripts/list_components_linux.sh $LINUX_BASEKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_basekit.txt
6660 - name : Intel® oneAPI HPC Toolkit
6761 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
7062 - name : Intel® oneAPI Rendering Toolkit
7163 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'
7280 - name : Intel® AI Tools Toolkit
7381 run : scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools.txt
74-
7582 - name : Upload artifacts
7683 uses : actions/upload-artifact@v2
7784 with :
@@ -131,10 +138,6 @@ jobs:
131138 - uses : actions/setup-python@v2
132139 with :
133140 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
138141 - name : Intel® oneAPI Rendering Toolkit
139142 run : scripts/list_components_macos.sh $MACOS_RENDERKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_renderkit.txt
140143
@@ -146,7 +149,7 @@ jobs:
146149
147150 publish :
148151 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]
150153 defaults :
151154 run :
152155 shell : bash
@@ -173,6 +176,11 @@ jobs:
173176 with :
174177 name : linux_yum_dnf
175178 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 }}
176184 - name : Download artifacts - macos
177185 uses : actions/download-artifact@v2
178186 with :
0 commit comments