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

Pipeline fails due to race condition when tests and build tasks runs in parallel #5

Open
rafaeltuelho opened this issue Aug 27, 2021 · 0 comments

Comments

@rafaeltuelho
Copy link
Collaborator

We need to put the build task after tests so they run in sequence instead of running in parallel. This conflict happens because all tasks share the same workspace PV which is RWO.

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

No branches or pull requests

1 participant