Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure every buildkite step has a timeout #1109

Merged
merged 1 commit into from
Oct 22, 2020
Merged

Conversation

twometresteve
Copy link
Contributor

Goal

Adds timeouts to Buildkite steps that were missing them.

Design

Every step should have a timeout, even if far in excess of what might be needed. Whilst the infrastructure will scale, the number of instances are capped - potentially adding to CI congestion and there is a cost implication too.

Changeset

React Native pipeline - Expo and the main JS ones were ok.

Testing

Covered by standard CI.

@bugsnagbot
Copy link
Collaborator

@bugsnag/browser bundle size diff

Minified Minfied + Gzipped
Before 40.57 kB 12.52 kB
After 40.57 kB 12.52 kB
± No change No change

Generated by 🚫 dangerJS against 5b72a4a

Copy link
Contributor

@bengourley bengourley left a comment

Choose a reason for hiding this comment

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

Lots of retries required on buildkite, but assuming unrelated?

@twometresteve
Copy link
Contributor Author

Lots of retries required on buildkite, but assuming unrelated?

Yes, absolutely - the majority were due to the MazeRunner image disappearing, which has now been dealt with. The Android 9 tests do certainly seem to need some attention separately in due course though.

@twometresteve twometresteve merged commit ffab634 into next Oct 22, 2020
@twometresteve twometresteve deleted the step-timeouts branch October 22, 2020 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants