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

CI: Race conditions #370

Open
chrysn opened this issue Nov 28, 2024 · 0 comments
Open

CI: Race conditions #370

chrysn opened this issue Nov 28, 2024 · 0 comments

Comments

@chrysn
Copy link
Owner

chrysn commented Nov 28, 2024

With woodpecker, things are much better than with GitLab CI, but we still have

  • Woodpecker runs all its steps on the same machine, concurrently if depends_on is set – and sometime the doc target writes to build while something else does too. Can we move doc's installation out of build? (Might involve copying around the aiocoap repo, given that it is installed using setuptools, or might involve a separate build step before doc so that it can be installed from a wheel)
  • filelock is set to "fail if it's not available, don't time out", but the way that's expressed is with a 0.001 second timeout, and apparently at least once, the file system was too slow for that.
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