diff --git a/.github/scripts/extract_benchmark_results.py b/.github/scripts/extract_benchmark_results.py index 81b06c96c32..f0540edb2c4 100755 --- a/.github/scripts/extract_benchmark_results.py +++ b/.github/scripts/extract_benchmark_results.py @@ -360,6 +360,7 @@ def transform( "app_type": app_type, # Just keep a copy of the benchmark config here "benchmark_config": json.dumps(benchmark_config), + "job_conclusion": "SUCCESS", }, }, "model": { @@ -455,7 +456,7 @@ def transform_failure_record( }, "metric": { "name": "FAILURE_REPORT", - "benchmark_values": 0, + "benchmark_values": [0], "target_value": 0, "extra_info": { "method": "",