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

chore(project): reduce circleci instance size for desktop enrollment tests #11858

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

jaredlockhart
Copy link
Collaborator

Because

  • We use a large instance size for all of our integration tests except for the desktop enrollment tests which uses xlarge
  • The desktop enrollment tests are consuming significantly more circleci credits than the rest of our tests
  • The desktop enrollment tests should be able to run in a large instance since they're no different than the rest of our integration tests that run experimenter and firefox

This commit

  • Reduces the desktop enrollment integration test instance size from xlarge to large

fixes #11857

…tests

Because

* We use a large instance size for all of our integration tests except for the desktop enrollment tests which uses xlarge
* The desktop enrollment tests are consuming significantly more circleci credits than the rest of our tests
* The desktop enrollment tests should be able to run in a large instance since they're no different than the rest of our integration tests that run experimenter and firefox

This commit

* Reduces the desktop enrollment integration test instance size from xlarge to large

fixes #11857
@jaredlockhart jaredlockhart added this pull request to the merge queue Nov 26, 2024
Merged via the queue into main with commit 0c3cd10 Nov 26, 2024
16 checks passed
@jaredlockhart jaredlockhart deleted the 11857 branch November 26, 2024 22:37
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

Successfully merging this pull request may close these issues.

Reduce circle instance size for desktop enrollment
2 participants