summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTausif Rahman <tausif.rahman@mongodb.com>2022-05-24 22:55:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-25 17:40:16 +0000
commit9ea1d6f0419938770eea612479c75838f75752b7 (patch)
tree26b57fa102878dba3251b40f7ddf9c50ab8b275a /etc
parent3ad805fea14b2f1d5c5a367f6ec05ece93502f32 (diff)
downloadmongo-9ea1d6f0419938770eea612479c75838f75752b7.tar.gz
SERVER-66490 Apply pylinters to build system code
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen_yml_components/definitions.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml
index 5552f136010..5b5cc15e50b 100644
--- a/etc/evergreen_yml_components/definitions.yml
+++ b/etc/evergreen_yml_components/definitions.yml
@@ -2934,6 +2934,25 @@ tasks:
vars:
targets: lint-pylinters
+- name: lint_sconslinters
+ tags: ["lint"]
+ commands:
+ - command: timeout.update
+ params:
+ # 40 minutes
+ exec_timeout_secs: 2400
+ - *f_expansions_write
+ - command: manifest.load
+ - func: "git get project and add git tag"
+ - *f_expansions_write
+ - *kill_processes
+ - *cleanup_environment
+ - func: "set up venv"
+ - func: "upload pip requirements"
+ - func: "scons lint"
+ vars:
+ targets: lint-sconslinters
+
- name: lint_clang_format
tags: ["lint"]
commands: