|
12 | 12 | - cron: '0 0 * * *'
|
13 | 13 |
|
14 | 14 | env:
|
15 |
| - WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/e83a8e64-04fc-45df-85c6-c2208d03bdb5/w_BaseKit_p_2024.2.0.635.exe |
16 |
| - WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0d500705-397e-41b3-8b2b-2a3da1753fc2/w_HPCKit_p_2024.2.0.633.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/9a98af19-1c68-46ce-9fdd-e249240c7c42/l_BaseKit_p_2024.2.0.634.sh |
19 |
| - LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d4e49548-1492-45c9-b678-8268cb0f1b05/l_HPCKit_p_2024.2.0.635.sh |
| 15 | + WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d91caaa0-7306-46ea-a519-79a0423e1903/w_BaseKit_p_2024.2.1.101.exe |
| 16 | + WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/745e923a-3f85-4e1e-b6dd-637c0e9ccba6/w_HPCKit_p_2024.2.1.80.exe |
| 17 | + LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/e6ff8e9c-ee28-47fb-abd7-5c524c983e1c/l_BaseKit_p_2024.2.1.100.sh |
| 18 | + LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d461a695-6481-426f-a22f-b5644cd1fa8b/l_HPCKit_p_2024.2.1.79.sh |
20 | 19 | 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 |
23 | 20 |
|
24 | 21 | jobs:
|
25 | 22 | windows:
|
|
36 | 33 | run: scripts/list_components_windows.bat $WINDOWS_BASEKIT_URL doc\\source\\${{ github.workflow }}\\${{ github.job }}_basekit.txt
|
37 | 34 | - name: Intel® oneAPI HPC Toolkit
|
38 | 35 | run: scripts/list_components_windows.bat $WINDOWS_HPCKIT_URL doc\\source\\${{ github.workflow }}\\${{ github.job }}_hpckit.txt
|
39 |
| - - name: Intel® oneAPI Rendering Toolkit |
40 |
| - run: scripts/list_components_windows.bat $WINDOWS_RENDERKIT_URL doc\\source\\${{ github.workflow }}\\${{ github.job }}_renderkit.txt |
41 | 36 |
|
42 | 37 | - name: Upload artifacts
|
43 | 38 | uses: actions/upload-artifact@v2
|
|
59 | 54 | run: scripts/list_components_linux.sh $LINUX_BASEKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_basekit.txt
|
60 | 55 | - name: Intel® oneAPI HPC Toolkit
|
61 | 56 | run: scripts/list_components_linux.sh $LINUX_HPCKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_hpckit.txt
|
62 |
| - - name: Intel® oneAPI Rendering Toolkit |
63 |
| - run: scripts/list_components_linux.sh $LINUX_RENDERKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_renderkit.txt |
64 | 57 | - name: Upload artifacts
|
65 | 58 | uses: actions/upload-artifact@v2
|
66 | 59 | with:
|
@@ -128,32 +121,13 @@ jobs:
|
128 | 121 | name: ${{ github.job }}
|
129 | 122 | path: doc/source/${{ github.workflow }}/${{ github.job }}.txt
|
130 | 123 |
|
131 |
| - macos: |
132 |
| - runs-on: macos-latest |
133 |
| - defaults: |
134 |
| - run: |
135 |
| - shell: bash |
136 |
| - steps: |
137 |
| - - uses: actions/checkout@v2 |
138 |
| - - uses: actions/setup-python@v2 |
139 |
| - with: |
140 |
| - python-version: '3.x' |
141 |
| - - name: Intel® oneAPI Rendering Toolkit |
142 |
| - run: scripts/list_components_macos.sh $MACOS_RENDERKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_renderkit.txt |
143 |
| - |
144 |
| - - name: Upload artifacts |
145 |
| - uses: actions/upload-artifact@v2 |
146 |
| - with: |
147 |
| - name: ${{ github.job }} |
148 |
| - path: doc/source/${{ github.workflow }}/${{ github.job }}_* |
149 |
| - |
150 | 124 | publish:
|
151 | 125 | runs-on: ubuntu-20.04
|
152 | 126 | permissions:
|
153 | 127 | pull-requests: write
|
154 | 128 | pages: write
|
155 | 129 | contents: write
|
156 |
| - needs: [windows, linux, linux_aitools, linux_apt, linux_yum_dnf, macos] |
| 130 | + needs: [windows, linux, linux_aitools, linux_apt, linux_yum_dnf] |
157 | 131 | defaults:
|
158 | 132 | run:
|
159 | 133 | shell: bash
|
@@ -185,11 +159,6 @@ jobs:
|
185 | 159 | with:
|
186 | 160 | name: linux_aitools
|
187 | 161 | path: doc/source/${{ github.workflow }}
|
188 |
| - - name: Download artifacts - macos |
189 |
| - uses: actions/download-artifact@v2 |
190 |
| - with: |
191 |
| - name: macos |
192 |
| - path: doc/source/${{ github.workflow }} |
193 | 162 | - uses: actions/setup-python@v2
|
194 | 163 | with:
|
195 | 164 | python-version: '3.x'
|
|
0 commit comments