-
Type: Bug
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
ALL
We have implemented a new linter called 'forbid-tasks-with-tag-on-variants'. This linter's main function is to forbid tasks with specific tags from being used in buildvariants with certain tags.
Currently, the 'search_end_to_end_sharded_cluster' and 'search_end_to_end_single_node' have an 'experimental' tag, but it has been added to "! Linux x86 Shared Library DEBUG" and "! Amazon Linux 2 arm64 Atlas Enterprise (all feature flags)" build variant. Those build variants are considered non-experimental because they includes tasks of type '.release_critical', '.development_critical', '.default' and etc.
To resolve this issue, I have a couple of ways in mind like:
1: Update the tag for those two tasks
2. Remove those two tasks from this build variant
Please choose the option that works best for your team and fits the purpose of this task.
I have currently added those tasks to the 'ignored_tasks' list in the evergreen-linter rule 'forbid-tasks-with-tag-on-variants' so it will not trigger any problem for now. However, please update them whenever your team can
Here is my PR with more info.
- related to
-
SERVER-94783 Complete TODO listed in SERVER-94576
- Open