Fix/validate reporting enhancement#4481
Merged
Merged
Conversation
…eporting - Add result_detail JSONB field to GetStageResponse schema for detailed stage results including log_path, test_summary, and artifact_dir - Update result_poller to populate result_detail with log_path (molecule_output.log) and report_path (test_report.json) - Extract report_id and suite names from molecule_output.log using regex parsing - Filter and copy current test run from shared test_report.json to artifact directory based on report_id - Populate test_summary with scenario, molecule_command, duration_seconds, test_names, and report_id from - Refactor test_summary structure in molecule execution: extract suite from header, reorganize test data with status, and reorder fields Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com>
…matted fields - Remove junit artifact report from deploy stage - Simplify test summary display in validate stage to show raw JSON output using jq instead of parsing individual fields (total, passed, failed, skipped, errors) Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com>
… molecule execution - Clear log_file_path field in validate use case when retrying a stage to prevent stale data from previous attempts - Reorder test_summary population in molecule execution: move report_id and duration_seconds before tests array, move summary counts (total, passed, failed, skipped, errors) to end after tests Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com>
abhishek-sa1
approved these changes
May 20, 2026
Rajeshkumar-s2
approved these changes
May 20, 2026
abhishek-sa1
added a commit
that referenced
this pull request
May 20, 2026
* Update ci-group-service_kube_control_plane_first_x86_64.yaml.j2 Signed-off-by: snarthan <narthan.s@dell.com> * Update create_k8s_config_nfs.yml helm directory created based on the version Signed-off-by: snarthan <narthan.s@dell.com> * Update ci-group-service_kube_control_plane_first_x86_64.yaml.j2 Signed-off-by: snarthan <narthan.s@dell.com> * Update ci-group-service_kube_control_plane_x86_64.yaml.j2 Signed-off-by: snarthan <narthan.s@dell.com> * Update software_config.json Signed-off-by: snarthan <narthan.s@dell.com> * Update template_rhel_10.0_multi_arch_software_config.json Signed-off-by: snarthan <narthan.s@dell.com> * Update template_rhel_10.0_x86-64_software_config.json Signed-off-by: snarthan <narthan.s@dell.com> * Update rhel_software_config.json Signed-off-by: snarthan <narthan.s@dell.com> * Vector-ome log support changes (#4483) * vector ldms configuration and deployment * vector updates * vector-ldms metrics chnages and image change * Update telemetry_prereq.yml Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> * Set changed_when to false for telemetry deployment Prevent change detection for telemetry deployment. Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> * vecotr-ldms review comments * lint-fix * LDMS-Vector deployment (#4330) * vector ldms configuration and deployment * vector updates * vector-ldms metrics chnages and image change * Update telemetry_prereq.yml Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> * Set changed_when to false for telemetry deployment Prevent change detection for telemetry deployment. Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> * vecotr-ldms review comments * lint-fix --------- Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> * Update main.yml Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> * Update telemetry.sh.j2 Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> * conflict resolve * conflict fix * vector ome metrics changes * Vector-OME deploymenet (#4394) * conflict resolve * conflict fix * vector ome metrics changes * Update vmagent-scrape-config.yaml.j2 * Replication factor update update replicationFactor for vmstorage * pod anti affinity changes for vlagent and vmagent * vector-ome log support chnages * remover log readable fix --------- Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> Signed-off-by: sakshi-singla-1735 <sakshi.s@dell.com> Co-authored-by: Abhishek S A <abhishek.sa3@dell.com> Co-authored-by: mcas <sakshi.s@dell.com> Co-authored-by: Jagadeesh N V <39791839+jagadeeshnv@users.noreply.github.com> Co-authored-by: priti-parate <140157516+priti-parate@users.noreply.github.com> Co-authored-by: Jagadeesh N V <jagadeesh_n_v@dell.com> Co-authored-by: Sujit Jadhav <sujit.jadhav@dell.com> * Merge pull request #4471 from dell/pr-4353-rebase-q2dev feat: DNS-based hostname resolution for Slurm/MPI via coresmd * Fix/validate reporting enhancement (#4481) * Add result_detail field to stage response and enhance molecule test reporting - Add result_detail JSONB field to GetStageResponse schema for detailed stage results including log_path, test_summary, and artifact_dir - Update result_poller to populate result_detail with log_path (molecule_output.log) and report_path (test_report.json) - Extract report_id and suite names from molecule_output.log using regex parsing - Filter and copy current test run from shared test_report.json to artifact directory based on report_id - Populate test_summary with scenario, molecule_command, duration_seconds, test_names, and report_id from - Refactor test_summary structure in molecule execution: extract suite from header, reorganize test data with status, and reorder fields Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com> * Update validate stage to display raw test summary JSON instead of formatted fields - Remove junit artifact report from deploy stage - Simplify test summary display in validate stage to show raw JSON output using jq instead of parsing individual fields (total, passed, failed, skipped, errors) Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com> * Clear log_file_path on stage retry and reorder test_summary fields in molecule execution - Clear log_file_path field in validate use case when retrying a stage to prevent stale data from previous attempts - Reorder test_summary population in molecule execution: move report_id and duration_seconds before tests array, move summary counts (total, passed, failed, skipped, errors) to end after tests Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com> --------- Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com> * K8S Upgrade from 1.34.1 to 1.35.1 (#4458) (#4485) * updated code for helm * add code for upgrade_k8s.yml and upgrade.yml * add custom module for k8s upgrade status * add code for lock, workers upgrade * add code upgrade * add code for hopchain * add upgrade code for control planes * add code for each steps involved in upgrade * add upgrade code * fixed lint issues * fix lint issues and code changes * remove unused task files * fix lint issues * fix lint issues * fix lint issues * fix lint issues * fix lint issues * fix lint issues * fix lint issues * fix lint issues * update code changes for helm * fixes after integrating local repo and build image * Update registry in calico images in service_k8s_v1.35.1.json * Resolving merge conflicts * update upgrade_k8s.yml * fix lint issues * adding bss and cloudinit changes * remove service_k8s_v1.34.1 * lint issue fix * lint issue fix * remove input project dir from build image * update component dependencies for k8s * update setting hostname --------- Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> Signed-off-by: Vrinda_Marwah <Vrinda.Marwah@dell.com> Signed-off-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com> Signed-off-by: Vrinda Marwah <vrinda.marwah@dell.com> Co-authored-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com> Co-authored-by: Vrinda_Marwah <vrinda.marwah@dell.com> --------- Signed-off-by: snarthan <narthan.s@dell.com> Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> Signed-off-by: sakshi-singla-1735 <sakshi.s@dell.com> Signed-off-by: pullan1 <sudha.pullalaravu@dell.com> Signed-off-by: Abhishek S A <abhishek.sa3@dell.com> Signed-off-by: Nagachandan-P <Nagachandan.p@dell.com> Signed-off-by: Nagachandan P <Nagachandan.p@dell.com> Signed-off-by: SOWJANYAJAGADISH123 <sowjanya.jagadish@dell.com> Signed-off-by: priti-parate <140157516+priti-parate@users.noreply.github.com> Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com> Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> Signed-off-by: Vrinda_Marwah <Vrinda.Marwah@dell.com> Signed-off-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com> Signed-off-by: Vrinda Marwah <vrinda.marwah@dell.com> Co-authored-by: snarthan <narthan.s@dell.com> Co-authored-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com> Co-authored-by: Kratika Patidar <Kratika.Patidar@dell.com> Co-authored-by: mcas <sakshi.s@dell.com> Co-authored-by: Jagadeesh N V <39791839+jagadeeshnv@users.noreply.github.com> Co-authored-by: priti-parate <140157516+priti-parate@users.noreply.github.com> Co-authored-by: Jagadeesh N V <jagadeesh_n_v@dell.com> Co-authored-by: Sujit Jadhav <sujit.jadhav@dell.com> Co-authored-by: pullan1 <sudha.pullalaravu@dell.com> Co-authored-by: Nagachandan-P <Nagachandan.p@dell.com> Co-authored-by: SOWJANYAJAGADISH123 <Sowjanya.Jagadish@dell.com> Co-authored-by: Mithilesh Reddy <mithilesh.reddy@dell.com> Co-authored-by: Venu-p1 <236371043+Venu-p1@users.noreply.github.com> Co-authored-by: Vrinda_Marwah <vrinda.marwah@dell.com>
abhishek-sa1
added a commit
that referenced
this pull request
May 20, 2026
* K8S Upgrade from 1.34.1 to 1.35.1 (#4458) * updated code for helm Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * add code for upgrade_k8s.yml and upgrade.yml Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * add custom module for k8s upgrade status Signed-off-by: Vrinda_Marwah <Vrinda.Marwah@dell.com> * add code for lock, workers upgrade Signed-off-by: Vrinda_Marwah <Vrinda.Marwah@dell.com> * add code upgrade Signed-off-by: Vrinda_Marwah <Vrinda.Marwah@dell.com> * add code for hopchain Signed-off-by: Vrinda_Marwah <Vrinda.Marwah@dell.com> * add upgrade code for control planes Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * add code for each steps involved in upgrade Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * add upgrade code Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * fixed lint issues Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * fix lint issues and code changes Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * remove unused task files Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * fix lint issues Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * fix lint issues Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * fix lint issues Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * fix lint issues Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * fix lint issues Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * fix lint issues Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * fix lint issues Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * fix lint issues Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * update code changes for helm Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * fixes after integrating local repo and build image Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * Update registry in calico images in service_k8s_v1.35.1.json Signed-off-by: Vrinda Marwah <vrinda.marwah@dell.com> * Resolving merge conflicts Signed-off-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com> * update upgrade_k8s.yml Signed-off-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com> * fix lint issues Signed-off-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com> * adding bss and cloudinit changes Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * remove service_k8s_v1.34.1 Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * lint issue fix Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * lint issue fix Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * remove input project dir from build image Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * update component dependencies for k8s Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> * update setting hostname Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> --------- Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> Signed-off-by: Vrinda_Marwah <Vrinda.Marwah@dell.com> Signed-off-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com> Signed-off-by: Vrinda Marwah <vrinda.marwah@dell.com> Co-authored-by: Vrinda_Marwah <vrinda.marwah@dell.com> * Feature branch sync - pub/q2_dev to pub/q2_upgrade (#4487) * Update ci-group-service_kube_control_plane_first_x86_64.yaml.j2 Signed-off-by: snarthan <narthan.s@dell.com> * Update create_k8s_config_nfs.yml helm directory created based on the version Signed-off-by: snarthan <narthan.s@dell.com> * Update ci-group-service_kube_control_plane_first_x86_64.yaml.j2 Signed-off-by: snarthan <narthan.s@dell.com> * Update ci-group-service_kube_control_plane_x86_64.yaml.j2 Signed-off-by: snarthan <narthan.s@dell.com> * Update software_config.json Signed-off-by: snarthan <narthan.s@dell.com> * Update template_rhel_10.0_multi_arch_software_config.json Signed-off-by: snarthan <narthan.s@dell.com> * Update template_rhel_10.0_x86-64_software_config.json Signed-off-by: snarthan <narthan.s@dell.com> * Update rhel_software_config.json Signed-off-by: snarthan <narthan.s@dell.com> * Vector-ome log support changes (#4483) * vector ldms configuration and deployment * vector updates * vector-ldms metrics chnages and image change * Update telemetry_prereq.yml Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> * Set changed_when to false for telemetry deployment Prevent change detection for telemetry deployment. Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> * vecotr-ldms review comments * lint-fix * LDMS-Vector deployment (#4330) * vector ldms configuration and deployment * vector updates * vector-ldms metrics chnages and image change * Update telemetry_prereq.yml Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> * Set changed_when to false for telemetry deployment Prevent change detection for telemetry deployment. Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> * vecotr-ldms review comments * lint-fix --------- Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> * Update main.yml Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> * Update telemetry.sh.j2 Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> * conflict resolve * conflict fix * vector ome metrics changes * Vector-OME deploymenet (#4394) * conflict resolve * conflict fix * vector ome metrics changes * Update vmagent-scrape-config.yaml.j2 * Replication factor update update replicationFactor for vmstorage * pod anti affinity changes for vlagent and vmagent * vector-ome log support chnages * remover log readable fix --------- Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> Signed-off-by: sakshi-singla-1735 <sakshi.s@dell.com> Co-authored-by: Abhishek S A <abhishek.sa3@dell.com> Co-authored-by: mcas <sakshi.s@dell.com> Co-authored-by: Jagadeesh N V <39791839+jagadeeshnv@users.noreply.github.com> Co-authored-by: priti-parate <140157516+priti-parate@users.noreply.github.com> Co-authored-by: Jagadeesh N V <jagadeesh_n_v@dell.com> Co-authored-by: Sujit Jadhav <sujit.jadhav@dell.com> * Merge pull request #4471 from dell/pr-4353-rebase-q2dev feat: DNS-based hostname resolution for Slurm/MPI via coresmd * Fix/validate reporting enhancement (#4481) * Add result_detail field to stage response and enhance molecule test reporting - Add result_detail JSONB field to GetStageResponse schema for detailed stage results including log_path, test_summary, and artifact_dir - Update result_poller to populate result_detail with log_path (molecule_output.log) and report_path (test_report.json) - Extract report_id and suite names from molecule_output.log using regex parsing - Filter and copy current test run from shared test_report.json to artifact directory based on report_id - Populate test_summary with scenario, molecule_command, duration_seconds, test_names, and report_id from - Refactor test_summary structure in molecule execution: extract suite from header, reorganize test data with status, and reorder fields Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com> * Update validate stage to display raw test summary JSON instead of formatted fields - Remove junit artifact report from deploy stage - Simplify test summary display in validate stage to show raw JSON output using jq instead of parsing individual fields (total, passed, failed, skipped, errors) Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com> * Clear log_file_path on stage retry and reorder test_summary fields in molecule execution - Clear log_file_path field in validate use case when retrying a stage to prevent stale data from previous attempts - Reorder test_summary population in molecule execution: move report_id and duration_seconds before tests array, move summary counts (total, passed, failed, skipped, errors) to end after tests Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com> --------- Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com> * K8S Upgrade from 1.34.1 to 1.35.1 (#4458) (#4485) * updated code for helm * add code for upgrade_k8s.yml and upgrade.yml * add custom module for k8s upgrade status * add code for lock, workers upgrade * add code upgrade * add code for hopchain * add upgrade code for control planes * add code for each steps involved in upgrade * add upgrade code * fixed lint issues * fix lint issues and code changes * remove unused task files * fix lint issues * fix lint issues * fix lint issues * fix lint issues * fix lint issues * fix lint issues * fix lint issues * fix lint issues * update code changes for helm * fixes after integrating local repo and build image * Update registry in calico images in service_k8s_v1.35.1.json * Resolving merge conflicts * update upgrade_k8s.yml * fix lint issues * adding bss and cloudinit changes * remove service_k8s_v1.34.1 * lint issue fix * lint issue fix * remove input project dir from build image * update component dependencies for k8s * update setting hostname --------- Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> Signed-off-by: Vrinda_Marwah <Vrinda.Marwah@dell.com> Signed-off-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com> Signed-off-by: Vrinda Marwah <vrinda.marwah@dell.com> Co-authored-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com> Co-authored-by: Vrinda_Marwah <vrinda.marwah@dell.com> --------- Signed-off-by: snarthan <narthan.s@dell.com> Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> Signed-off-by: sakshi-singla-1735 <sakshi.s@dell.com> Signed-off-by: pullan1 <sudha.pullalaravu@dell.com> Signed-off-by: Abhishek S A <abhishek.sa3@dell.com> Signed-off-by: Nagachandan-P <Nagachandan.p@dell.com> Signed-off-by: Nagachandan P <Nagachandan.p@dell.com> Signed-off-by: SOWJANYAJAGADISH123 <sowjanya.jagadish@dell.com> Signed-off-by: priti-parate <140157516+priti-parate@users.noreply.github.com> Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com> Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> Signed-off-by: Vrinda_Marwah <Vrinda.Marwah@dell.com> Signed-off-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com> Signed-off-by: Vrinda Marwah <vrinda.marwah@dell.com> Co-authored-by: snarthan <narthan.s@dell.com> Co-authored-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com> Co-authored-by: Kratika Patidar <Kratika.Patidar@dell.com> Co-authored-by: mcas <sakshi.s@dell.com> Co-authored-by: Jagadeesh N V <39791839+jagadeeshnv@users.noreply.github.com> Co-authored-by: priti-parate <140157516+priti-parate@users.noreply.github.com> Co-authored-by: Jagadeesh N V <jagadeesh_n_v@dell.com> Co-authored-by: Sujit Jadhav <sujit.jadhav@dell.com> Co-authored-by: pullan1 <sudha.pullalaravu@dell.com> Co-authored-by: Nagachandan-P <Nagachandan.p@dell.com> Co-authored-by: SOWJANYAJAGADISH123 <Sowjanya.Jagadish@dell.com> Co-authored-by: Mithilesh Reddy <mithilesh.reddy@dell.com> Co-authored-by: Venu-p1 <236371043+Venu-p1@users.noreply.github.com> Co-authored-by: Vrinda_Marwah <vrinda.marwah@dell.com> --------- Signed-off-by: Katakam-Rakesh <katakam.rakesh@dell.com> Signed-off-by: Vrinda_Marwah <Vrinda.Marwah@dell.com> Signed-off-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com> Signed-off-by: Vrinda Marwah <vrinda.marwah@dell.com> Signed-off-by: snarthan <narthan.s@dell.com> Signed-off-by: Kratika Patidar <Kratika.Patidar@dell.com> Signed-off-by: sakshi-singla-1735 <sakshi.s@dell.com> Signed-off-by: pullan1 <sudha.pullalaravu@dell.com> Signed-off-by: Abhishek S A <abhishek.sa3@dell.com> Signed-off-by: Nagachandan-P <Nagachandan.p@dell.com> Signed-off-by: Nagachandan P <Nagachandan.p@dell.com> Signed-off-by: SOWJANYAJAGADISH123 <sowjanya.jagadish@dell.com> Signed-off-by: priti-parate <140157516+priti-parate@users.noreply.github.com> Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com> Co-authored-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com> Co-authored-by: Vrinda_Marwah <vrinda.marwah@dell.com> Co-authored-by: snarthan <narthan.s@dell.com> Co-authored-by: Kratika Patidar <Kratika.Patidar@dell.com> Co-authored-by: mcas <sakshi.s@dell.com> Co-authored-by: Jagadeesh N V <39791839+jagadeeshnv@users.noreply.github.com> Co-authored-by: priti-parate <140157516+priti-parate@users.noreply.github.com> Co-authored-by: Jagadeesh N V <jagadeesh_n_v@dell.com> Co-authored-by: Sujit Jadhav <sujit.jadhav@dell.com> Co-authored-by: pullan1 <sudha.pullalaravu@dell.com> Co-authored-by: Nagachandan-P <Nagachandan.p@dell.com> Co-authored-by: SOWJANYAJAGADISH123 <Sowjanya.Jagadish@dell.com> Co-authored-by: Mithilesh Reddy <mithilesh.reddy@dell.com> Co-authored-by: Venu-p1 <236371043+Venu-p1@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhanced test_summary with fields: scenario, suite, molecule_command, report_id, duration_seconds
Display full test_summary JSON from API in GitLab CI instead of parsing individual fields