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

Depends on pipeline #1095

Merged
merged 3 commits into from
Oct 12, 2020
Merged

Depends on pipeline #1095

merged 3 commits into from
Oct 12, 2020

Conversation

twometresteve
Copy link
Contributor

Goal

For each of the Buildkite pipelines, use the depends_on feature to form a dependency tree of build steps instead of running in a series of parallel steps. This avoids steps needlessly waiting for steps in previous groups to complete if their dependency steps have already completed, potentially saving elapsed time on the overall build. Indications are a time saving of 25% for React Native.

Design

Pipeline step key and depends_on used as documented by Buildkite.

Changeset

Pipelines ordering and utilization of step dependency mechanism only.

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 0673fe9

@twometresteve twometresteve merged commit 6a2bc7c into next Oct 12, 2020
@twometresteve twometresteve deleted the depends-on-pipeline branch October 12, 2020 09:24
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