Skip to content

Commit

Permalink
Dashboard: Switch all GCP tests to generic report type
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Mar 21, 2019
1 parent 3461ef9 commit 87a5791
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions tools/dashboard/dashboard.conf
Original file line number Diff line number Diff line change
Expand Up @@ -172,79 +172,79 @@ report_url: http://www.cp2k.org/static/regtest/trunk/cscs-daint-xc50_mc/CRAY_XC
sortkey: 440
name: Current Toolchain (pdbg)
host: GCP
report_type: regtest
report_type: generic
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_pdbg_report.txt

[current-popt]
sortkey: 441
name: Current Toolchain (popt)
host: GCP
report_type: regtest
report_type: generic
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_popt_report.txt

[current-psmp]
sortkey: 442
name: Current Toolchain (psmp)
host: GCP
report_type: regtest
report_type: generic
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_psmp_report.txt

[current-sdbg]
sortkey: 443
name: Current Toolchain (sdbg)
host: GCP
report_type: regtest
report_type: generic
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_sdbg_report.txt

[current-sopt]
sortkey: 444
name: Current Toolchain (sopt)
host: GCP
report_type: regtest
report_type: generic
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_sopt_report.txt

[current-ssmp]
sortkey: 445
name: Current Toolchain (ssmp)
host: GCP
report_type: regtest
report_type: generic
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_ssmp_report.txt

# ==============================================================================

[gcc8]
sortkey: 455
name: Ubuntu + GCC 8 (ssmp)
name: Ubuntu, GCC 8 (ssmp)
host: GCP
report_type: regtest
report_type: generic
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_gcc8_report.txt

[gcc7]
sortkey: 456
name: Ubuntu + GCC 7 (ssmp)
name: Ubuntu, GCC 7 (ssmp)
host: GCP
report_type: regtest
report_type: generic
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_gcc7_report.txt

[gcc6]
sortkey: 457
name: Ubuntu + GCC 6 (ssmp)
name: Ubuntu, GCC 6 (ssmp)
host: GCP
report_type: regtest
report_type: generic
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_gcc6_report.txt

[gcc5]
sortkey: 458
name: Ubuntu + GCC 5 (ssmp)
name: Ubuntu, GCC 5 (ssmp)
host: GCP
report_type: regtest
report_type: generic
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_gcc5_report.txt

[gcc4]
sortkey: 459
name: Ubuntu + GCC 4.8 (sopt)
name: Ubuntu, GCC 4.8 (sopt)
host: GCP
report_type: regtest
report_type: generic
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_gcc4_report.txt

# ==============================================================================
Expand All @@ -253,21 +253,21 @@ report_url: https://storage.googleapis.com/cp2k-ci/dashboard_gcc4_report.txt
sortkey: 510
name: Minimal arch-file (sdbg)
host: GCP
report_type: regtest
report_type: generic
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_minimal_report.txt

[farming-popt]
sortkey: 511
name: Farming (popt)
host: GCP
report_type: regtest
report_type: generic
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_farming_report.txt

[coverage-pdbg]
sortkey: 512
name: Coverage (pdbg)
host: GCP
report_type: regtest
report_type: generic
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_coverage-pdbg_report.txt
info_url: https://www.cp2k.org/static/coverage/

Expand Down

0 comments on commit 87a5791

Please sign in to comment.