scylladb / python-driver-matrix

3 stars 11 forks source link

run.py: Introduce metadata files for runs #85

Closed k0machi closed 2 weeks ago

k0machi commented 1 month ago

This commit adds a new file emitted by the matrix runs, intended to provide metadata about the run for reporting tools that are executed later, such as Argus. Currently, the metadata file always contains the driver name (derived from result xml name), type (in this case it's always python), and either failure_reason key (which contains exception stack trace that happened during .run() or path to the resulting junit xml file relative to the metadata file.

This commit is part of ongoing task to improve matrix pipeline reporting to Argus.

Task: scylladb/argus#289

k0machi commented 1 month ago

Jenkins

fruch commented 1 month ago

@k0machi we have a confirmation this is working as expected ?

k0machi commented 1 month ago

@k0machi we have a confirmation this is working as expected ?

Seems like it, I will need to modify the pipeline now to verify it completely.