CDash icon indicating copy to clipboard operation
CDash copied to clipboard

List subproject on api/v1/viewTest.php

Open timbrown5 opened this issue 6 years ago • 0 comments

We are trying to use a script to parse the CDash results for a given revision using the API. the plan is to then export these to a file to report test results at each release.

We have the script working, except it is difficult to trace the results given by api/v1/viewTest.php back to the subproject the results are for (as the API doesn't list this information).

Can you add subproject to the information provided on this page? An example is: https://open.cdash.org/api/v1/viewTest.php?buildid=5899529 is the results for MyExperimentalFeature but the subproject is not listed in the data.

It looks like we could try working around this with labels, but then we are dependent on the subproject name being in the labels array at a given index.

timbrown5 avatar May 09 '19 11:05 timbrown5