[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] CDash issues
- From: Christoph Hertzberg <chtz@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 12 Nov 2019 11:39:08 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=uni-bremen.de; s=2019; t=1573555148; i=@uni-bremen.de; bh=t2E+v/TLTkJ25ZQnNctWOfHJ3O0TBLsflQw+MXXLruM=; h=To:References:From:Date:In-Reply-To; b=CUuFllUEOMiQjaTDB7VjUADRk5+5IdasZzLBDDVOzRXSCYq92y4JxCq6lo2TR9beN mbhnMobs4bluVdLHwEpp5mP8eeEun3tnqD9vbhwjOHBIFfAhBftJNA0DYh7zMdR4GW Qi1ZpyrthRSLBK7LBO0sxrrJX72KpzHpPLpDTyyJgH6POLSfAUFey1zGj1PoLQuBMW dyEuGV+27z2MnmgoXgtl9rT262H6gsaE2VYcXhZMcKS92eZCMlixf+sxbMJv7H0XKC zbG7LFfh0IOWM/Ghe4UHZ6YdYYMpHAPjYPVbtnJTbJusbQ4/4hsBt/yTub9w0XO9wt iG8c/ik614BoA==
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)