Skip to content

Commit 0f3750b

Browse files
committed
[CI] update all ubuntu20 jobs to ubuntu22 (ubuntu 20 EOL)
1 parent b7421d1 commit 0f3750b

7 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/dockerfiles/phys_test_image_acpp_omp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=amd64 ghcr.io/shamrock-code/shamrock-ci:ubuntu20
1+
FROM --platform=amd64 ghcr.io/shamrock-code/shamrock-ci:ubuntu22
22

33
ARG CLANGVERSION=18
44

.github/workflows/env_tests.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,41 +25,41 @@ jobs:
2525
##########################################################################################
2626
- machine: debian-generic.acpp
2727
args: --backend omp
28-
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu20llvm15
28+
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu22llvm15
2929
runson: ubuntu-latest
30-
imagename: Ubuntu 20 LLVM 15
30+
imagename: Ubuntu 22 LLVM 15
3131
runtest: yes
3232
runtestpy: yes
3333
mpiargs: --allow-run-as-root --bind-to none --oversubscribe
3434

3535
- machine: debian-generic.acpp
3636
args: --backend generic
37-
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu20llvm15
37+
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu22llvm15
3838
runson: ubuntu-latest
39-
imagename: Ubuntu 20 LLVM 15
39+
imagename: Ubuntu 22 LLVM 15
4040
runtest: yes
4141
runtestpy: yes
4242
mpiargs: --allow-run-as-root --bind-to none --oversubscribe
4343

4444
- machine: debian-generic.acpp
4545
args: --backend cuda.explicit-multipass --arch sm_80
46-
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu20llvm15cuda11
46+
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu22llvm15cuda11
4747
runson: ubuntu-latest
48-
imagename: Ubuntu 20 LLVM 15 CUDA 11
48+
imagename: Ubuntu 22 LLVM 15 CUDA 11
4949
mpiargs: --allow-run-as-root --bind-to none --oversubscribe
5050

5151
- machine: debian-generic.acpp
5252
args: --backend cuda.integrated-multipass --arch sm_80
53-
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu20llvm15cuda11
53+
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu22llvm15cuda11
5454
runson: ubuntu-latest
55-
imagename: Ubuntu 20 LLVM 15 CUDA 11
55+
imagename: Ubuntu 22 LLVM 15 CUDA 11
5656
mpiargs: --allow-run-as-root --bind-to none --oversubscribe
5757

5858
- machine: debian-generic.acpp
5959
args: --backend hip --arch gfx906
60-
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu20llvm15rocm543
60+
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu22llvm15rocm543
6161
runson: ubuntu-latest
62-
imagename: Ubuntu 20 LLVM 15 ROCM 5.4.3
62+
imagename: Ubuntu 22 LLVM 15 ROCM 5.4.3
6363
mpiargs: --allow-run-as-root --bind-to none --oversubscribe
6464

6565
##########################################################################################

.github/workflows/shamrock-acpp-clang-asan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- clang: 17
2424
cuda: 11.0.2
2525
rocm: 5.4.3
26-
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu20
26+
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu22
2727

2828
#if: false
2929

.github/workflows/shamrock-acpp-clang-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- clang: 18
2121
cuda: 11.0.2
2222
rocm: 5.4.3
23-
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu20
23+
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu22
2424

2525
timeout-minutes: 120
2626
steps:

.github/workflows/shamrock-acpp-clang-py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runtest: yes
2727
label: "ubuntu 20"
2828
upload_doc: false
29-
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu20
29+
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu22
3030
- clang: 18
3131
backend: omp
3232
arch: none

.github/workflows/shamrock-acpp-clang-ubsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- clang: 17
2424
cuda: 11.0.2
2525
rocm: 5.4.3
26-
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu20
26+
container: ghcr.io/shamrock-code/shamrock-ci:ubuntu22
2727
#if: false
2828

2929
timeout-minutes: 120

.github/workflows/shamrock-dpcpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
"include": [
4949
{
5050
"machine": "ci.intel-llvm.cuda",
51-
"container": "ghcr.io/shamrock-code/shamrock-ci:ubuntu20cuda12dpcpp",
51+
"container": "ghcr.io/shamrock-code/shamrock-ci:ubuntu22cuda12dpcpp",
5252
"runtest": false
5353
},
5454
{
5555
"machine": "ci.intel-llvm.rocm",
56-
"container": "ghcr.io/shamrock-code/shamrock-ci:ubuntu20rocm543dpcpp",
56+
"container": "ghcr.io/shamrock-code/shamrock-ci:ubuntu22rocm543dpcpp",
5757
"runtest": false
5858
},
5959
{

0 commit comments

Comments
 (0)