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

Reduce incidence of flaky workflows #291

Closed
bigdaz opened this issue May 28, 2022 · 0 comments · Fixed by #294
Closed

Reduce incidence of flaky workflows #291

bigdaz opened this issue May 28, 2022 · 0 comments · Fixed by #294

Comments

@bigdaz
Copy link
Member

bigdaz commented May 28, 2022

It is now very unusual for all workflows to pass on first attempt, due to a variety of network/reliability issues. We should investigate ways to ensure that day-to-day development is not impacted as heavily by flakiness in the CI pipeline.

This could involve deferring some of the scope/number of workflows that are executed until some pre-release stage, or finding ways to make the workflows less dependent on flaky networks.

bigdaz added a commit that referenced this issue May 29, 2022
Various improvements to CI workflows

- Compose all integ-test workflow executions into a single calling workflow
- Added a 'quick-check' workflow that provides faster feedback on branches other than main
  - Only runs on ubuntu-latest
  - Reuses cache entries from previous runs
  - Builds distribution outputs so that these don't need to be committed during everyday development
- Added a workflow for purging old workflow executions

Together with the fix for #293, these changes fix #291
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 a pull request may close this issue.

1 participant