This MR is introducing a new widget to link CI build with the corresponding build summary in CDash.
GitLab console is less clear than build summary of CDash, and in term we will have the test in GitLab and it will be nice to have sum up in CDash.
This feature is implemented in python in the file cdash_handler.py
. Tests have been added in the CI/test
folder.
Basically we look for a file Configure.xml
in the build tree (under the sub-directory Testing
) to retrieve the needed information to query the buildid in CDash and then build the URL that we put in a new job in GitLab-CI.
For now what we choose is:
You can have a look at the result on this MR.
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging: