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 39
39
. /opt/intel/oneapi/setvars.sh
40
40
ctest --test-dir dr/build -L SHP -j 4
41
41
# 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
42
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
42
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
43
43
if : always()
44
44
with :
45
45
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
58
+ # - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
97
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
98
98
if : always()
99
99
with :
100
100
name : log-pvc-impi-icpx-${{ matrix.config }}
@@ -135,7 +135,7 @@ jobs:
135
135
# - name: MHP unit tests
136
136
# # run: srun -p cluster scripts/run_command_on_compute_node.sh build/Testing/mhptests.outerr.txt ctest --test-dir build -R ^mhp-tests-sycl -L MHP -j 4
137
137
# run: ctest --test-dir build -R ^mhp-tests-sycl -L MHP -j 4
138
- # - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
138
+ # - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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