File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
- name : Run SP tests
34
34
run : ctest --test-dir dr/build -L SP -j 4
35
35
# srun -p cluster dr/scripts/run_command_on_compute_node.sh dr/build/Testing/tests.outerr.txt ctest --test-dir dr/build -L TESTLABEL -j 4
36
- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
36
+ - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
37
37
if : always()
38
38
with :
39
39
name : log-pvc-impi-icpx
Original file line number Diff line number Diff line change 55
55
# run: make -C build -j
56
56
# - name: Unit tests
57
57
# run: ctest --test-dir build -L TESTLABEL -j 4
58
- # - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
58
+ # - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
59
59
# if: always()
60
60
# with:
61
61
# name: log-gcc-${{ env.CXX }}
94
94
- name : Unit tests
95
95
# run: srun -p cluster scripts/run_command_on_compute_node.sh build/Testing/tests.outerr.txt ctest --test-dir build -L TESTLABEL -j 4
96
96
run : ctest --test-dir build -L TESTLABEL -j 4
97
- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
97
+ - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
98
98
if : always()
99
99
with :
100
100
name : log-pvc-impi-icpx-${{ matrix.config }}
@@ -135,7 +135,7 @@ jobs:
135
135
# - name: MP unit tests
136
136
# # run: srun -p cluster scripts/run_command_on_compute_node.sh build/Testing/mptests.outerr.txt ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
137
137
# run: ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
138
- # - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
138
+ # - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
139
139
# if: always()
140
140
# with:
141
141
# name: log-ishmem-impi-icpx-${{ matrix.config }}
You can’t perform that action at this time.
0 commit comments