-
Notifications
You must be signed in to change notification settings - Fork 188
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(e2e): test on latest-enterprise #6055
Conversation
@@ -352,6 +352,7 @@ tasks: | |||
e2e_test_groups: <%= E2E_TEST_GROUPS.length %> | |||
e2e_test_group: <%= group.number %> | |||
debug: 'compass-e2e-tests*,electron*,hadron*,mongo*' | |||
mongodb_version: latest-enterprise |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we didn't specify mongodb_version for multiple connections, so we got some default
@@ -472,7 +473,7 @@ tasks: | |||
compass_distribution: compass | |||
- func: test-packaged-app | |||
vars: | |||
mongodb_version: latest | |||
mongodb_version: latest-enterprise |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably mean enterprise, not community so that more tests would run.
@@ -494,7 +495,7 @@ tasks: | |||
compass_distribution: compass | |||
- func: test-web-sandbox | |||
vars: | |||
mongodb_version: latest | |||
mongodb_version: latest-enterprise |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
No description provided.