File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
report/firefox_code_coverage Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,8 @@ def download_all(self):
163
163
time .sleep (60 )
164
164
task_status = taskcluster .get_task_status (task_id )
165
165
status = task_status ["status" ]["state" ]
166
+ # Update the task status, as we will use it to compare statuses later.
167
+ test_task ["status" ]["state" ] = status
166
168
167
169
# Choose best tasks to download (e.g. 'completed' is better than 'failed')
168
170
download_tasks = {}
Original file line number Diff line number Diff line change @@ -199,6 +199,8 @@ def _is_in_platforms_task(t):
199
199
sys .stdout .flush ()
200
200
time .sleep (60 )
201
201
status = get_task_status (test_task ["status" ]["taskId" ])
202
+ # Update the task status, as we will use it to compare statuses later.
203
+ test_task ["status" ]["state" ] = status
202
204
assert status in ALL_STATUSES
203
205
204
206
chunk_name = get_chunk (test_task ["task" ]["metadata" ]["name" ])
You can’t perform that action at this time.
0 commit comments