Skip to content

v0.1.0

Compare
Choose a tag to compare
@jlmadurga jlmadurga released this 02 Jun 15:11
· 33 commits to master since this release

Initial basic report.

Datasource schema:

    `commit` String `json:$.commit`,
    `date` DateTime `json:$.date`,
    `duration` Float32 `json:$.duration`,
    `job_id` String `json:$.job_id`,
    `job_name` String `json:$.job_name`,
    `job_url` String `json:$.job_url`,
    `outcome` LowCardinality(String) `json:$.outcome`,
    `test_name` String `json:$.test_name`,
    `test_nodeid` String `json:$.test_nodeid`,
    `test_part` LowCardinality(String) `json:$.test_part`