-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[flaky] Run Quil dependencies randomly fails with docker-compose: command not found
#6546
Labels
kind/health
For CI/testing/release process/refactoring/technical debt items
Comments
NoureldinYosri
added
the
kind/health
For CI/testing/release process/refactoring/technical debt items
label
Apr 3, 2024
We are facing the same issue using ubuntu-latest for runners. |
related GHA announcement - https://github.com/actions/runner-images/blob/ubuntu20/20240401.4/images/ubuntu/Ubuntu2004-Readme.md. docker compose reference - https://docs.docker.com/compose/migrate/ |
pavoljuhas
added a commit
to pavoljuhas/Cirq
that referenced
this issue
Apr 3, 2024
Recent GHA runner images require docker-compose v2. Refs: https://github.com/actions/runner-images/blob/ubuntu20/20240401.4/images/ubuntu/Ubuntu2004-Readme.md https://docs.docker.com/compose/migrate/ Fixes quantumlib#6546
pavoljuhas
added a commit
that referenced
this issue
Apr 3, 2024
Recent GHA runner images require docker-compose v2. Refs: https://github.com/actions/runner-images/blob/ubuntu20/20240401.4/images/ubuntu/Ubuntu2004-Readme.md https://docs.docker.com/compose/migrate/ Fixes #6546
jselig-rigetti
pushed a commit
to jselig-rigetti/Cirq
that referenced
this issue
May 28, 2024
Recent GHA runner images require docker-compose v2. Refs: https://github.com/actions/runner-images/blob/ubuntu20/20240401.4/images/ubuntu/Ubuntu2004-Readme.md https://docs.docker.com/compose/migrate/ Fixes quantumlib#6546
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example: https://github.com/quantumlib/Cirq/actions/runs/8531478213/job/23371182315?pr=6526
rerunning the failing workflow fixes the issue so there is some source of flakiness in the test environment.
The text was updated successfully, but these errors were encountered: