Skip to content

Commit

Permalink
Dashboard: Update urls of GCP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Nov 20, 2018
1 parent 9a68618 commit 83fece2
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions tools/dashboard/dashboard.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Formatting
host: GCP
notify: on
report_type: generic
report_url: https://storage.googleapis.com/cp2k-reports/test_formatting_report.txt
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_formatting_report.txt
info_url: http://www.cp2k.org/dev:formattingconventions

[conventions]
Expand All @@ -13,7 +13,7 @@ name: Coding conventions
host: GCP
notify: on
report_type: generic
report_url: https://storage.googleapis.com/cp2k-reports/test_conventions_report.txt
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_conventions_report.txt
info_url: http://www.cp2k.org/dev:codingconventions

# ==============================================================================
Expand Down Expand Up @@ -165,70 +165,70 @@ sortkey: 440
name: Current Toolchain (pdbg)
host: GCP
report_type: regtest
report_url: https://storage.googleapis.com/cp2k-reports/test_pdbg_report.txt
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_url: https://storage.googleapis.com/cp2k-reports/test_popt_report.txt
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_url: https://storage.googleapis.com/cp2k-reports/test_psmp_report.txt
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_url: https://storage.googleapis.com/cp2k-reports/test_sdbg_report.txt
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_url: https://storage.googleapis.com/cp2k-reports/test_sopt_report.txt
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_url: https://storage.googleapis.com/cp2k-reports/test_ssmp_report.txt
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_ssmp_report.txt

[minimal-sdbg]
sortkey: 446
name: Minimal arch-file (sdbg)
host: GCP
report_type: regtest
report_url: https://storage.googleapis.com/cp2k-reports/test_minimal_report.txt
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_minimal_report.txt

[ubuntu]
sortkey: 447
name: Ubuntu (ssmp)
host: GCP
report_type: regtest
report_url: https://storage.googleapis.com/cp2k-reports/test_ubuntu_report.txt
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_ubuntu_report.txt

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

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

# ==============================================================================
Expand All @@ -238,7 +238,7 @@ sortkey: 590
name: OMP/MPI Scaling
host: GCP
report_type: generic
report_url: https://storage.googleapis.com/cp2k-reports/test_scaling_report.txt
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_scaling_report.txt

[cray-xc50-daint-gpu-psmp_perf]
sortkey: 591
Expand All @@ -263,39 +263,39 @@ sortkey: 601
name: Input Manual
host: GCP
report_type: generic
report_url: https://storage.googleapis.com/cp2k-reports/test_manual_report.txt
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_manual_report.txt
info_url: https://manual.cp2k.org

[ase]
sortkey: 610
name: ASE Calculator
host: GCP
report_type: generic
report_url: https://storage.googleapis.com/cp2k-reports/test_ase_report.txt
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_ase_report.txt
info_url: http://cp2k.org/tools:ase

[aiida]
sortkey: 611
name: AiiDA-CP2K Plugin
host: GCP
report_type: generic
report_url: https://storage.googleapis.com/cp2k-reports/test_aiida_report.txt
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_aiida_report.txt
info_url: http://cp2k.org/tools:aiida

[i-pi]
sortkey: 612
name: i-Pi
host: GCP
report_type: generic
report_url: https://storage.googleapis.com/cp2k-reports/test_i-pi_report.txt
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_i-pi_report.txt
info_url: http://cp2k.org/tools:ipi

[python]
sortkey: 620
name: Python Scripts
host: GCP
report_type: generic
report_url: https://storage.googleapis.com/cp2k-reports/test_python_report.txt
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_python_report.txt

[valgrind-sdbg]
sortkey: 630
Expand Down

0 comments on commit 83fece2

Please sign in to comment.