Skip to content

Commit c2c208b

Browse files
committed
update docker images
1 parent d111f40 commit c2c208b

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/regression.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
key: ${{ matrix.config_set }}-${{ github.sha }}
5353
restore-keys: ${{ matrix.config_set }}
5454
- name: Pre Cleanup
55-
uses: docker://ghcr.io/su2code/su2/build-su2:230704-1323
55+
uses: docker://ghcr.io/su2code/su2/build-su2:230813-0103
5656
with:
5757
entrypoint: /bin/rm
5858
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
5959
- name: Build
60-
uses: docker://ghcr.io/su2code/su2/build-su2:230704-1323
60+
uses: docker://ghcr.io/su2code/su2/build-su2:230813-0103
6161
with:
6262
args: -b ${{github.ref}} -f "${{matrix.flags}}"
6363
- name: Compress binaries
@@ -68,7 +68,7 @@ jobs:
6868
name: ${{ matrix.config_set }}
6969
path: install_bin.tgz
7070
- name: Post Cleanup
71-
uses: docker://ghcr.io/su2code/su2/build-su2:230704-1323
71+
uses: docker://ghcr.io/su2code/su2/build-su2:230813-0103
7272
with:
7373
entrypoint: /bin/rm
7474
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
@@ -95,12 +95,12 @@ jobs:
9595
key: ${{ matrix.config_set }}-${{ github.sha }}
9696
restore-keys: ${{ matrix.config_set }}
9797
- name: Pre Cleanup
98-
uses: docker://ghcr.io/su2code/su2/build-su2-tsan:230704-1323
98+
uses: docker://ghcr.io/su2code/su2/build-su2-tsan:230813-0103
9999
with:
100100
entrypoint: /bin/rm
101101
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
102102
- name: Build
103-
uses: docker://ghcr.io/su2code/su2/build-su2-tsan:230704-1323
103+
uses: docker://ghcr.io/su2code/su2/build-su2-tsan:230813-0103
104104
with:
105105
args: -b ${{github.ref}} -f "${{matrix.flags}}"
106106
- name: Compress binaries
@@ -111,7 +111,7 @@ jobs:
111111
name: ${{ matrix.config_set }}
112112
path: install_bin.tgz
113113
- name: Post Cleanup
114-
uses: docker://ghcr.io/su2code/su2/build-su2-tsan:230704-1323
114+
uses: docker://ghcr.io/su2code/su2/build-su2-tsan:230813-0103
115115
with:
116116
entrypoint: /bin/rm
117117
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
@@ -142,7 +142,7 @@ jobs:
142142
tag: OMP
143143
steps:
144144
- name: Pre Cleanup
145-
uses: docker://ghcr.io/su2code/su2/test-su2:230704-1323
145+
uses: docker://ghcr.io/su2code/su2/test-su2:230813-0103
146146
with:
147147
entrypoint: /bin/rm
148148
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
@@ -168,12 +168,12 @@ jobs:
168168
chmod a+x $BIN_FOLDER/*
169169
ls -lahR $BIN_FOLDER
170170
- name: Run Tests in Container
171-
uses: docker://ghcr.io/su2code/su2/test-su2:230704-1323
171+
uses: docker://ghcr.io/su2code/su2/test-su2:230813-0103
172172
with:
173173
# -t <Tutorials-branch> -c <Testcases-branch>
174174
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}
175175
- name: Cleanup
176-
uses: docker://ghcr.io/su2code/su2/test-su2:230704-1323
176+
uses: docker://ghcr.io/su2code/su2/test-su2:230813-0103
177177
with:
178178
entrypoint: /bin/rm
179179
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
@@ -188,7 +188,7 @@ jobs:
188188
testscript: ['hybrid_regression.py', 'hybrid_regression_AD.py']
189189
steps:
190190
- name: Pre Cleanup
191-
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:230704-1323
191+
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:230813-0103
192192
with:
193193
entrypoint: /bin/rm
194194
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
@@ -214,12 +214,12 @@ jobs:
214214
chmod a+x $BIN_FOLDER/*
215215
ls -lahR $BIN_FOLDER
216216
- name: Run Tests in Container
217-
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:230704-1323
217+
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:230813-0103
218218
with:
219219
# -t <Tutorials-branch> -c <Testcases-branch>
220220
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--tsan"
221221
- name: Cleanup
222-
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:230704-1323
222+
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:230813-0103
223223
with:
224224
entrypoint: /bin/rm
225225
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
@@ -240,7 +240,7 @@ jobs:
240240
tag: MPI
241241
steps:
242242
- name: Pre Cleanup
243-
uses: docker://ghcr.io/su2code/su2/test-su2:230704-1323
243+
uses: docker://ghcr.io/su2code/su2/test-su2:230813-0103
244244
with:
245245
entrypoint: /bin/rm
246246
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
@@ -301,11 +301,11 @@ jobs:
301301
echo $PWD
302302
ls -lahR
303303
- name: Run Unit Tests
304-
uses: docker://ghcr.io/su2code/su2/test-su2:230704-1323
304+
uses: docker://ghcr.io/su2code/su2/test-su2:230813-0103
305305
with:
306306
entrypoint: install/bin/${{matrix.testdriver}}
307307
- name: Post Cleanup
308-
uses: docker://ghcr.io/su2code/su2/test-su2:230704-1323
308+
uses: docker://ghcr.io/su2code/su2/test-su2:230813-0103
309309
with:
310310
entrypoint: /bin/rm
311311
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}

.github/workflows/release-management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
key: ${{ matrix.os_bin }}-${{ github.sha }}
3636
restore-keys: ${{ matrix.os_bin }}
3737
- name: Build
38-
uses: docker://ghcr.io/su2code/su2/build-su2-cross:230704-1323
38+
uses: docker://ghcr.io/su2code/su2/build-su2-cross:230813-0103
3939
with:
4040
args: -b ${{ github.sha }} -f "${{matrix.flags}}"
4141
- name: Create Archive

0 commit comments

Comments
 (0)