Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
6 changes: 0 additions & 6 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4040,9 +4040,6 @@ buildvariants:
- test-latest-server-v1-api
- test-x509-authentication
- test-atlas-connectivity
- test-rapid-load-balanced
- test-latest-load-balanced
- test-auth-kerberos
- test-auth-ldap
- test-socks5-csfle
- test-socks5-tls
Comment thread
dariakp marked this conversation as resolved.
Expand All @@ -4066,9 +4063,6 @@ buildvariants:
- test-latest-server-v1-api
- test-x509-authentication
- test-atlas-connectivity
- test-rapid-load-balanced
- test-latest-load-balanced
- test-auth-kerberos
- test-auth-ldap
- test-socks5-csfle
- test-socks5-tls
Comment thread
dariakp marked this conversation as resolved.
Expand Down
3 changes: 0 additions & 3 deletions .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -823,9 +823,6 @@ const nodelessTasks = [
'test-latest-server-v1-api',
'test-x509-authentication',
'test-atlas-connectivity',
'test-rapid-load-balanced',
'test-latest-load-balanced',
'test-auth-kerberos',
'test-auth-ldap',
'test-socks5-csfle',
'test-socks5-tls',
Comment on lines 839 to 844
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

The PR description says this is specific to the Windows Nodeless variant, but this change removes tasks from the shared nodelessTasks list (which may be consumed by multiple nodeless variants). If Windows-only behavior is intended, consider scoping these removals to the Windows nodeless variant definition (or introducing a Windows-specific nodeless task list) so Linux/macOS nodeless scheduling isn’t inadvertently changed.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is true @PavelSafronov , do we want to remove those tests from both platforms? If so - can you please update the PR title (commit message will be squashed in merge).

Expand Down
Loading