Closed k0machi closed 8 months ago
Dashboard changes: The card:
CLI:
improvement(TestDashboard.svelte): Display affected build number for a test
addintionally to the build number
could you also add the date
to the cards?
to be for example: <job_name> - #10 (20-03-2024)
improvement(TestDashboard.svelte): Display affected build number for a test
addintionally to the
build number
could you also add thedate
to the cards? to be for example:<job_name> - #10 (20-03-2024)
Done, like so:
This PR adds groundwork for tracking releng jobs - namely, the GenericRun plugin, which acts as a stub job supporting usual collaboration features - comments, assignments, schedules, investigations, while also being bare mininum needed to implement - currently tracking only the build system url, scylla version and overall pipeline status. There are provisions for storing logs, but they are currently unused. Additionally, the PR includes small QoL change for TestDashboard - displaying 'latest' build number for each test reported. Latest in quotation marks due to the additional logic tracking multi-stage jobs that use same build number, example, rolling upgrades.