5151 key : ${{ matrix.config_set }}-${{ github.sha }}
5252 restore-keys : ${{ matrix.config_set }}
5353 - name : Pre Cleanup
54- uses : docker://ghcr.io/su2code/su2/build-su2:220609-1143
54+ uses : docker://ghcr.io/su2code/su2/build-su2:220614-1237
5555 with :
5656 entrypoint : /bin/rm
5757 args : -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
6262 echo "::set-output name=current_group::$(id -gn)"
6363 echo "::set-output name=github_ref_underscore::$(echo "${{github.ref}}" | tr '/' '_')"
6464 - name : Build
65- uses : docker://ghcr.io/su2code/su2/build-su2:220609-1143
65+ uses : docker://ghcr.io/su2code/su2/build-su2:220614-1237
6666 with :
6767 args : -b ${{github.ref}} -f "${{matrix.flags}}"
6868 - name : Compress binaries
7373 name : ${{ matrix.config_set }}
7474 path : install_bin.tgz
7575 - name : Cleanup
76- uses : docker://ghcr.io/su2code/su2/build-su2:220609-1143
76+ uses : docker://ghcr.io/su2code/su2/build-su2:220614-1237
7777 with :
7878 entrypoint : /bin/rm
7979 args : -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
@@ -82,12 +82,12 @@ jobs:
8282 pwd
8383 ls -lah .
8484 - name : Check 2
85- uses : docker://ghcr.io/su2code/su2/build-su2:220609-1143
85+ uses : docker://ghcr.io/su2code/su2/build-su2:220614-1237
8686 with :
8787 entrypoint : /bin/ls
8888 args : -lah .
8989 - name : Check 3 - id
90- uses : docker://ghcr.io/su2code/su2/build-su2:220609-1143
90+ uses : docker://ghcr.io/su2code/su2/build-su2:220614-1237
9191 with :
9292 entrypoint : /usr/bin/id
9393 user : ${{ steps.vars.outputs.current_user }}
@@ -118,7 +118,7 @@ jobs:
118118 tag : OMP
119119 steps :
120120 - name : Pre Cleanup
121- uses : docker://ghcr.io/su2code/su2/test-su2:220609-1143
121+ uses : docker://ghcr.io/su2code/su2/test-su2:220614-1237
122122 with :
123123 entrypoint : /bin/rm
124124 args : -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
@@ -127,7 +127,7 @@ jobs:
127127 pwd
128128 ls -lah .
129129 - name : Check 2
130- uses : docker://ghcr.io/su2code/su2/build-su2:220609-1143
130+ uses : docker://ghcr.io/su2code/su2/build-su2:220614-1237
131131 with :
132132 entrypoint : /bin/ls
133133 args : -lah .
@@ -159,12 +159,12 @@ jobs:
159159 chmod a+x $BIN_FOLDER/*
160160 ls -lahR $BIN_FOLDER
161161 - name : Run Tests in Container
162- uses : docker://ghcr.io/su2code/su2/test-su2:220609-1143
162+ uses : docker://ghcr.io/su2code/su2/test-su2:220614-1237
163163 with :
164164 # -t <Tutorials-branch> -c <Testcases-branch>
165165 args : -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}
166166 - name : Cleanup
167- uses : docker://ghcr.io/su2code/su2/test-su2:220609-1143
167+ uses : docker://ghcr.io/su2code/su2/test-su2:220614-1237
168168 with :
169169 entrypoint : /bin/rm
170170 args : -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
@@ -185,7 +185,7 @@ jobs:
185185 tag : MPI
186186 steps :
187187 - name : Pre Cleanup
188- uses : docker://ghcr.io/su2code/su2/test-su2:220609-1143
188+ uses : docker://ghcr.io/su2code/su2/test-su2:220614-1237
189189 with :
190190 entrypoint : /bin/rm
191191 args : -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
@@ -227,11 +227,11 @@ jobs:
227227 chmod a+x $BIN_FOLDER/*
228228 ls -lahR $BIN_FOLDER
229229 - name : Run Unit Tests
230- uses : docker://ghcr.io/su2code/su2/test-su2:220609-1143
230+ uses : docker://ghcr.io/su2code/su2/test-su2:220614-1237
231231 with :
232232 entrypoint : install/bin/${{matrix.testdriver}}
233233 - name : Post Cleanup
234- uses : docker://ghcr.io/su2code/su2/test-su2:220609-1143
234+ uses : docker://ghcr.io/su2code/su2/test-su2:220614-1237
235235 with :
236236 entrypoint : /bin/rm
237237 args : -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
0 commit comments