Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@dnfield
Copy link
Contributor

@dnfield dnfield commented Jan 21, 2020

Retry on CIPD failures, under the assumption that it's a timeout related to a backend failure.

fixes flutter/flutter#49240

@dnfield dnfield requested a review from chinmaygarde January 21, 2020 21:06
@auto-assign auto-assign bot requested a review from gw280 January 21, 2020 21:06
Copy link
Contributor

@chinmaygarde chinmaygarde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait. Where is success used?

except subprocess.CalledProcessError:
print('Failed %s times' % tries + 1)
if tries == num_tries - 1:
raise
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe raise the actual exception?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got rid of the success part - that was an experiment I forgot to get rid of.

raise should just reraise AFAIK.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL

@dnfield dnfield added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Jan 21, 2020
@fluttergithubbot
Copy link
Contributor

This pull request is not suitable for automatic merging in its current state.

  • The status or check suite Linux Fuchsia has failed. Please fix the issues identified (or deflake) before re-applying this label.

@fluttergithubbot fluttergithubbot removed the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Jan 21, 2020
@dnfield dnfield merged commit cb5e7fe into flutter:master Jan 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 22, 2020
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Jan 22, 2020
flutter/engine@79f898e...83a64b7

git log 79f898e..83a64b7 --first-parent --oneline
2020-01-22 dnfield@google.com derp (flutter/engine#15876)
2020-01-22 ferhat@gmail.com Implement Canvas drawPoints API for Html backend (flutter/engine#15870)
2020-01-22 dnfield@google.com retry on CIPD failure (flutter/engine#15862)
2020-01-21 skia-flutter-autoroll@skia.org Roll src/third_party/skia cedab522227a..4277f0173657 (9 commits) (flutter/engine#15863)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC aaclarke@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
NoamDev pushed a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
NoamDev added a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LUCI infra flake while attempting to upload artifacts to CIPD.

4 participants