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: Use newer Vagrant box to address timeout issues #517

Merged
merged 2 commits into from
Jul 1, 2023

Conversation

mattbrictson
Copy link
Member

@mattbrictson mattbrictson commented Jul 1, 2023

We were using an extremely old Vagrant box for functional tests. Booting this Vagrant box would often fail with timeout errors in CI. This PR is attempt to fix the problem with the following changes:

  1. Upgrade the box to bento/ubuntu-22.10
  2. Increase the timeout to 10 minutes
  3. Rotate the GitHub Actions cache key so that we are using a fresh, empty cache for Vagrant

I also increased MaxAuthTries to fix authentication failures I was seeing when trying to run functional tests locally.

@mattbrictson mattbrictson added the 🏠 Housekeeping Non-user facing cleanup and maintenance label Jul 1, 2023
@mattbrictson mattbrictson marked this pull request as ready for review July 1, 2023 22:52
@mattbrictson mattbrictson enabled auto-merge (squash) July 1, 2023 22:55
@mattbrictson mattbrictson merged commit 6ab77dc into master Jul 1, 2023
@mattbrictson mattbrictson deleted the chores/change-vagrant-box branch July 1, 2023 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 Housekeeping Non-user facing cleanup and maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant