-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Correctness
Currently validating the evergreen yaml files produces a lot of warnings. This makes it hard to be confident in changes:
evergreen validate etc/evergreen_nightly.yml WARNING: version control is disabled for project 'mongodb-mongo-v7.0'; the currently defined project config fields will not be picked up WARNING: Commit queue alias (from the project page) matching variant regexp '^(enterprise-ubuntu-dynamic-1804-clang-tidy-required|linux-x86-dynamic-compile-required)$' has no matching variants WARNING: Commit queue alias (from the project page) matching variant regexp 'commit-queue' has no matching variants WARNING: GitHub PR alias (from the project page) matching variant regexp '^(enterprise-ubuntu-dynamic-1804-clang-tidy-required|linux-x86-dynamic-compile-required)$' has no matching variants WARNING: GitHub PR alias (from the project page) matching variant regexp 'commit-queue' has no matching variants WARNING: Patch alias 'aggfuzzer' (from the project page) matching variant regexp '^(linux-64)$' has no matching variants WARNING: Patch alias 'embedded' (from the project page) matching variant regexp '.*' and matching task regexp 'embedded_.*' has no matching tasks WARNING: Patch alias 'query' (from the project page) matching variant regexp '^(.*query-patch-only|linux-x86-dynamic-compile-required)$' has no matching variants WARNING: Patch alias 'required' (from the project page) matching variant regexp '^(.*-required$|linux-64-debug|ubuntu1804-debug-aubsan-lite)$' has no matching variants WARNING: Patch alias 'security' (from the project page) matching variant regexp '^(.*security-patch-only|linux-x86-dynamic-compile-required)$' has no matching variants etc/evergreen_nightly.yml is valid with warnings
We should address these warnings and then add a task that validates evergreen.yml and evergreen_nightly.yml as part of the merge queue tasks to make sure we don't add new warnings.
- duplicates
-
SERVER-86530 Make evergreen validate have zero lint warnings for etc/evergreen.yml and etc/evergreen_nightly.yml
- Investigating