21
21
runs-on : intel-ubuntu-latest
22
22
timeout-minutes : 10
23
23
steps :
24
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
25
- name : Ubuntu dependencies
26
26
run : scripts/install-doxygen.sh
27
27
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
@@ -48,14 +48,14 @@ jobs:
48
48
# env:
49
49
# CXX: ${{ matrix.cxx }}
50
50
# steps:
51
- # - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
51
+ # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52
52
# - name: Generate
53
53
# run: cmake -B build
54
54
# - name: Build
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
58
+ # - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
59
59
# if: always()
60
60
# with:
61
61
# name: log-gcc-${{ env.CXX }}
82
82
CXX : icpx
83
83
FI_PROVIDER : tcp
84
84
steps :
85
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
85
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
86
86
- name : Set up Intel APT repository
87
87
run : |
88
88
# https://www.intel.com/content/www/us/en/docs/oneapi/installation-guide-linux/2024-0/apt.html
@@ -111,7 +111,7 @@ jobs:
111
111
run : |
112
112
. /opt/intel/oneapi/setvars.sh
113
113
ctest --test-dir build --output-on-failure -L TESTLABEL -j 4
114
- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
114
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
115
115
if : always()
116
116
with :
117
117
name : log-pvc-impi-icpx-${{ matrix.config }}
@@ -142,7 +142,7 @@ jobs:
142
142
# env:
143
143
# CXX: icpx
144
144
# steps:
145
- # - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
145
+ # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
146
146
# - name: Generate
147
147
# run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DENABLE_ISHMEM=on -DENABLE_L0=on -DENABLE_OFI=on -DOFI_PROVIDER=psm3 -DONETILE_PVC=on
148
148
# - name: Build ISHMEM
@@ -152,7 +152,7 @@ jobs:
152
152
# - name: MP unit tests
153
153
# # 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
154
154
# run: ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
155
- # - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
155
+ # - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
156
156
# if: always()
157
157
# with:
158
158
# name: log-ishmem-impi-icpx-${{ matrix.config }}
@@ -171,7 +171,7 @@ jobs:
171
171
env :
172
172
CXX : g++-13
173
173
steps :
174
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
174
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
175
175
- run : |
176
176
echo "creating DEB package is going to be here"
177
177
@@ -186,7 +186,7 @@ jobs:
186
186
SPHINXOPTS : -q -W
187
187
if : ${{ github.ref == 'refs/heads/main' }}
188
188
steps :
189
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
189
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
190
190
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
191
191
with :
192
192
python-version : ' 3.10'
@@ -198,7 +198,7 @@ jobs:
198
198
run : |
199
199
make -C doc/spec html
200
200
- name : Checkout gh-pages
201
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
201
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
202
202
with :
203
203
ref : gh-pages
204
204
path : gh-pages
0 commit comments