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(e2e): test on latest-enterprise #6055

Merged
merged 3 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .evergreen/buildvariants-and-tasks.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor Author

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

<% } %>

- name: generate-vulnerability-report
Expand Down Expand Up @@ -472,7 +473,7 @@ tasks:
compass_distribution: compass
- func: test-packaged-app
vars:
mongodb_version: latest
mongodb_version: latest-enterprise
Copy link
Contributor Author

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.

compass_distribution: compass
e2e_test_groups: <%= E2E_TEST_GROUPS.length %>
e2e_test_group: <%= group.number %>
Expand All @@ -494,7 +495,7 @@ tasks:
compass_distribution: compass
- func: test-web-sandbox
vars:
mongodb_version: latest
mongodb_version: latest-enterprise
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

browser_name: '<%= browser %>'
compass_distribution: compass
e2e_test_groups: <%= E2E_TEST_GROUPS.length %>
Expand Down
21 changes: 12 additions & 9 deletions .evergreen/buildvariants-and-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ tasks:
e2e_test_groups: 3
e2e_test_group: 1
debug: compass-e2e-tests*,electron*,hadron*,mongo*
mongodb_version: latest-enterprise
- name: e2e-multiple-connections-2
tags:
- required-for-publish
Expand All @@ -364,6 +365,7 @@ tasks:
e2e_test_groups: 3
e2e_test_group: 2
debug: compass-e2e-tests*,electron*,hadron*,mongo*
mongodb_version: latest-enterprise
- name: e2e-multiple-connections-3
tags:
- required-for-publish
Expand All @@ -377,6 +379,7 @@ tasks:
e2e_test_groups: 3
e2e_test_group: 3
debug: compass-e2e-tests*,electron*,hadron*,mongo*
mongodb_version: latest-enterprise
- name: generate-vulnerability-report
tags:
- required-for-publish
Expand Down Expand Up @@ -1542,7 +1545,7 @@ tasks:
compass_distribution: compass
- func: test-packaged-app
vars:
mongodb_version: latest
mongodb_version: latest-enterprise
compass_distribution: compass
e2e_test_groups: 3
e2e_test_group: 1
Expand All @@ -1565,7 +1568,7 @@ tasks:
compass_distribution: compass
- func: test-packaged-app
vars:
mongodb_version: latest
mongodb_version: latest-enterprise
compass_distribution: compass
e2e_test_groups: 3
e2e_test_group: 2
Expand All @@ -1588,7 +1591,7 @@ tasks:
compass_distribution: compass
- func: test-packaged-app
vars:
mongodb_version: latest
mongodb_version: latest-enterprise
compass_distribution: compass
e2e_test_groups: 3
e2e_test_group: 3
Expand All @@ -1608,7 +1611,7 @@ tasks:
compass_distribution: compass
- func: test-web-sandbox
vars:
mongodb_version: latest
mongodb_version: latest-enterprise
browser_name: chrome
compass_distribution: compass
e2e_test_groups: 3
Expand All @@ -1629,7 +1632,7 @@ tasks:
compass_distribution: compass
- func: test-web-sandbox
vars:
mongodb_version: latest
mongodb_version: latest-enterprise
browser_name: chrome
compass_distribution: compass
e2e_test_groups: 3
Expand All @@ -1650,7 +1653,7 @@ tasks:
compass_distribution: compass
- func: test-web-sandbox
vars:
mongodb_version: latest
mongodb_version: latest-enterprise
browser_name: chrome
compass_distribution: compass
e2e_test_groups: 3
Expand All @@ -1671,7 +1674,7 @@ tasks:
compass_distribution: compass
- func: test-web-sandbox
vars:
mongodb_version: latest
mongodb_version: latest-enterprise
browser_name: firefox
compass_distribution: compass
e2e_test_groups: 3
Expand All @@ -1692,7 +1695,7 @@ tasks:
compass_distribution: compass
- func: test-web-sandbox
vars:
mongodb_version: latest
mongodb_version: latest-enterprise
browser_name: firefox
compass_distribution: compass
e2e_test_groups: 3
Expand All @@ -1713,7 +1716,7 @@ tasks:
compass_distribution: compass
- func: test-web-sandbox
vars:
mongodb_version: latest
mongodb_version: latest-enterprise
browser_name: firefox
compass_distribution: compass
e2e_test_groups: 3
Expand Down
Loading