Re: [eigen] CDash issues

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Hi,

for testing purposes I recently registered "Eigen" on "my.cdash.org". I guess we just need to replace our CTestConfig with the attached values (I was thinking about making it configurable, but that is perhaps over-customizing this ...)

I failed to configure the Dashboard in a way that linking to source actually works -- they seem to have only some predefined options (none of which is bitbucket) -- but that did not work properly either, before.

I guess for open.cdash.org we need to apply to get our project registered -- no idea where exactly (also neither site clearly states any terms or use).

I can register a separate Eigen-3.3 as well, and can give you (Gael) admin-rights to both if you like.

Or someone finds out the process to create a project at open.cdash.org.


Cheers,
Christoph





On 12/11/2019 09.21, Gael Guennebaud wrote:
Hi,

as many of you noticed, our cdash instance has been down for a few weeks.
Last week I wasted a day trying to restore it, but gave up with what I
think is a bug between cdash and php 7.3 [1].

Anyway, what about moving to my.cdash.org or open.cdash.org? Does anyone
know the differences between the twos?

Gael

[1] https://github.com/Kitware/CDash/issues/911


--
 Dr.-Ing. Christoph Hertzberg

 Besuchsadresse der Nebengeschäftsstelle:
 DFKI GmbH
 Robotics Innovation Center
 Robert-Hooke-Straße 5
 28359 Bremen, Germany

 Postadresse der Hauptgeschäftsstelle Standort Bremen:
 DFKI GmbH
 Robotics Innovation Center
 Robert-Hooke-Straße 1
 28359 Bremen, Germany

 Tel.:     +49 421 178 45-4021
 Zentrale: +49 421 178 45-0
 E-Mail:   christoph.hertzberg@xxxxxxx

 Weitere Informationen: http://www.dfki.de/robotik
  -------------------------------------------------------------
  Deutsches Forschungszentrum für Künstliche Intelligenz GmbH
  Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany

  Geschäftsführung:
  Prof. Dr. Jana Koehler (Vorsitzende)
  Dr. Walter Olthoff

  Vorsitzender des Aufsichtsrats:
  Prof. Dr. h.c. Hans A. Aukes
  Amtsgericht Kaiserslautern, HRB 2313
  -------------------------------------------------------------

## This file should be placed in the root directory of your project.
## Then modify the CMakeLists.txt file in the root directory of your
## project to incorporate the testing dashboard.
##
## # The following are required to submit to the CDash dashboard:
##   ENABLE_TESTING()
##   INCLUDE(CTest)

set(CTEST_PROJECT_NAME "Eigen")
set(CTEST_NIGHTLY_START_TIME "00:00:00 UTC")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=Eigen")
set(CTEST_DROP_SITE_CDASH TRUE)


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/