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

Add builder creation prior to building images on buildkit #73

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

joaopapereira
Copy link
Member

The buildkit tests are sometimes flaky due to the fact that we are
trying to create 2 images in parallel. When we try to do this buildkit
will try to create a builder, if it doesn't exist, in parallel which
causes a failure.

This commit ensures that the builder is created before we try to run the
parallel test to prevent the above-described issue

Closes #69

The `buildkit` tests are sometimes flaky due to the fact that we are
trying to create 2 images in parallel. When we try to do this `buildkit`
will try to create a builder, if it doesn't exist, in parallel which
causes a failure.

This commit ensures that the builder is created before we try to run the
parallel test to prevent the above-described issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests fail to execute in clean environment
4 participants