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

Set CHEO worker timeout to 10 min from 30 sec #1203

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

frewmack
Copy link
Contributor

@frewmack frewmack commented Dec 2, 2024

Should resolve a bug with large downloads timing out on the CHEO instance

@github-actions github-actions bot added the devops Docker, GitHubs Actions, CI/CD label Dec 2, 2024
@frewmack
Copy link
Contributor Author

frewmack commented Dec 5, 2024

Github Actions uses a new version of Docker where "docker-compose" is no longer a valid command, and "docker compose" is. Our VM uses "docker-compose", so updating the script to pass the validate action will cause the script to fail in our VMs.

We need to revisit this issue in the future by either

  • updating our VMs to a new version of Docker that uses "docker compose" and updating the scripts accordingly, or
  • updating the Github Actions to install the specific version of Docker that we use in our VMs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Docker, GitHubs Actions, CI/CD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant