diff options
author | Henrik Edin <henrik.edin@mongodb.com> | 2020-03-16 15:27:52 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-03-26 20:32:42 +0000 |
commit | fad0cbcf368a047278e03ce8fb3b0b00bac63305 (patch) | |
tree | c224ef89ceac3721722abfc958dff9fb9c058a97 /etc | |
parent | 9fe9de3a8c4b612d53fcb9fa370da2f8c33bbc9d (diff) | |
download | mongo-fad0cbcf368a047278e03ce8fb3b0b00bac63305.tar.gz |
SERVER-46364 Move errorcodes check to lint phase.
(cherry picked from commit 560f40b2bfcccd731708be9ed49676a2ca72a146)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 799a1117608..be19bb8e53c 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -4461,6 +4461,17 @@ tasks: ${activate_virtualenv} find buildscripts etc jstests -name '*.y*ml' -exec yamllint -c etc/yamllint_config.yml {} + +- name: lint_errorcodes + commands: + - command: manifest.load + - func: "git get project" + - func: "set task expansion macros" + - func: "set up virtualenv" + - func: "upload pip requirements" + - func: "scons lint" + vars: + targets: lint-errorcodes + - name: burn_in_tests_gen commands: - command: manifest.load @@ -9862,6 +9873,7 @@ buildvariants: - name: lint_cpplint - name: lint_fuzzer_sanity_patch - name: lint_yaml + - name: lint_errorcodes - name: burn_in_tests_gen - name: burn_in_tests_multiversion_gen - name: .aggfuzzer |