Open
Bug 1795077
Opened 3 years ago
Updated 3 years ago
TC tasks should handle external service outages
Categories
(Firefox for Android :: General, task)
Tracking
()
NEW
People
(Reporter: csadilek, Unassigned)
Details
From github: https://github.com/mozilla-mobile/android-components/issues/1364.
Seeing this in a build,
codecov.iois having service issues. This is currently resulting in a failed task. Our tasks shouldn't fail because of something like this. We could retry once or twice when possible, and gracefully handle external failures otherwise.BUILD SUCCESSFUL in 6m 52s 196 actionable tasks: 195 executed, 1 up-to-date + automation/taskcluster/action/upload_coverage_report.sh ++ python automation/taskcluster/helper/get-secret.py -s project/mobile/android-components/public-tokens -k codecov -f .cc_token ++ export CI_BUILD_URL=https://tools.taskcluster.net/tasks/fH56-5PwRbCeXb5am2PImw ++ CI_BUILD_URL=https://tools.taskcluster.net/tasks/fH56-5PwRbCeXb5am2PImw ++ bash /dev/fd/63 -t @.cc_token +++ curl -s https://codecov.io/bash /dev/fd/63: line 1: html: No such file or directory /dev/fd/63: line 2: syntax error near unexpected token `<' /dev/fd/63: line 2: `<head><title>503 Service Temporarily Unavailable</title></head>cc @mitchhentges
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Updated•3 years ago
|
Severity: -- → N/A
Type: defect → task
You need to log in
before you can comment on or make changes to this bug.
Description
•