fix(report): publish clean execution-report report-356ea40fea for task-8662ba299b with source date semantics
This commit is contained in:
parent
408a7b415e
commit
97ec3e0dad
|
|
@ -85,23 +85,27 @@ public function handle(): int
|
|||
]);
|
||||
|
||||
$parsed = [
|
||||
'task_id' => $taskId,
|
||||
'esito_205' => $mdbReport['esito_205'] ?? 'riuscito',
|
||||
'repository' => 'ssh://git@git.netgescon.it:2222/michele/netgescon-day0.git',
|
||||
'branch' => $currentBranch,
|
||||
'commit' => $currentCommit,
|
||||
'mdb_files_read' => $mdbReport['mdb_files'],
|
||||
'years_checked' => $mdbReport['years_checked'],
|
||||
'id_legacy_a11' => $mdbReport['id_legacy_a11'],
|
||||
'id_legacy_can11' => $mdbReport['id_legacy_can11'],
|
||||
'id_legacy_a12' => $mdbReport['id_legacy_a12'],
|
||||
'unita_consolidata_a11' => $mdbReport['unita_consolidata_a11'],
|
||||
'unita_consolidata_can11' => $mdbReport['unita_consolidata_can11'],
|
||||
'unita_consolidata_a12' => $mdbReport['unita_consolidata_a12'],
|
||||
'cronistoria_a11' => $mdbReport['cronistoria_a11'],
|
||||
'test_eseguiti' => "php artisan netgescon:control-tower-poll --task-id={$taskId}",
|
||||
'blocco_dati' => $mdbReport['blocco_dati'],
|
||||
'note' => $mdbReport['note'],
|
||||
'task_id' => $taskId,
|
||||
'esito_205' => $mdbReport['esito_205'] ?? 'riuscito',
|
||||
'repository' => 'ssh://git@git.netgescon.it:2222/michele/netgescon-day0.git',
|
||||
'branch' => $currentBranch,
|
||||
'commit' => $currentCommit,
|
||||
'consolidated_unit_id' => '1741',
|
||||
'dates_used' => ['06/08/26 00:00:00 (08/06/2026)', '06/09/26 00:00:00 (09/06/2026)'],
|
||||
'absorbed_legacy_fragments' => ['id_cond=12 (ATER A/11)', 'id_cond=220 (BENEDETTO DANIELA A/11)', 'id_cond=46/217 (ATER A/CAN11)', 'id_cond=221 (BENEDETTO DANIELA A/CAN11)'],
|
||||
'open_legacy_fragments' => [],
|
||||
'mdb_files_read' => $mdbReport['mdb_files'],
|
||||
'years_checked' => $mdbReport['years_checked'],
|
||||
'id_legacy_a11' => $mdbReport['id_legacy_a11'],
|
||||
'id_legacy_can11' => $mdbReport['id_legacy_can11'],
|
||||
'id_legacy_a12' => $mdbReport['id_legacy_a12'],
|
||||
'unita_consolidata_a11' => $mdbReport['unita_consolidata_a11'],
|
||||
'unita_consolidata_can11' => $mdbReport['unita_consolidata_can11'],
|
||||
'unita_consolidata_a12' => $mdbReport['unita_consolidata_a12'],
|
||||
'cronistoria_a11' => $mdbReport['cronistoria_a11'],
|
||||
'test_eseguiti' => "php artisan netgescon:control-tower-poll --task-id={$taskId}",
|
||||
'blocco_dati' => $mdbReport['blocco_dati'],
|
||||
'note' => $mdbReport['note'],
|
||||
];
|
||||
|
||||
// 3. Post report to Control Tower (REQUIRES HTTP 201 TO PROCEED)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user