Dashboard: Add tests for GCC 11 and 12

This commit is contained in:
Ole Schütt 2023-07-01 17:22:38 +02:00 committed by Ole Schütt
parent 18f1966a60
commit a35736c8f7
2 changed files with 26 additions and 0 deletions

View file

@ -75,6 +75,18 @@ report_url: https://storage.googleapis.com/cp2k-ci/dashboard_ssmp_report.txt
# ==============================================================================
[gcc12]
sortkey: 451
name: Ubuntu, GCC 12 (ssmp)
host: GCP
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_gcc12_report.txt
[gcc11]
sortkey: 452
name: Ubuntu, GCC 11 (ssmp)
host: GCP
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_gcc11_report.txt
[gcc10]
sortkey: 453
name: Ubuntu, GCC 10 (ssmp)

View file

@ -163,6 +163,20 @@ nodepools: pool-t2d-32
build_path: /
dockerfile: /tools/docker/Dockerfile.test_gcc10
[gcc11]
display_name: Ubuntu, GCC 11 (ssmp)
cpu: 32
nodepools: pool-t2d-32
build_path: /
dockerfile: /tools/docker/Dockerfile.test_gcc11
[gcc12]
display_name: Ubuntu, GCC 12 (ssmp)
cpu: 32
nodepools: pool-t2d-32
build_path: /
dockerfile: /tools/docker/Dockerfile.test_gcc12
#-------------------------------------------------------------------------------
[perf-cuda-volta]