diff options
author | Tausif Rahman <tausif.rahman@mongodb.com> | 2022-10-12 21:46:03 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-10-12 23:05:26 +0000 |
commit | 61ab44c46f6474094648219537c07378f724b578 (patch) | |
tree | b546c4c562cd8f381741386ac2a66857fa023607 /etc | |
parent | cac04731d8662e87c83d729e775411916e2875dd (diff) | |
download | mongo-61ab44c46f6474094648219537c07378f724b578.tar.gz |
SERVER-69628 Standup Metrics Collection Service
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 9 | ||||
-rw-r--r-- | etc/evergreen_yml_components/definitions.yml | 12 | ||||
-rw-r--r-- | etc/pip/components/external_auth.req | 2 | ||||
-rw-r--r-- | etc/pip/components/testing.req | 1 |
4 files changed, 23 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 68422296352..88453c01e73 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -827,6 +827,15 @@ buildvariants: tasks: - name: blackduck_scanner +- name: tooling-metrics + display_name: "Tooling Metrics" + cron: "0 4 * * *" # From the ${project_nightly_cron} parameter. + run_on: + - ubuntu1804-small + stepback: false + tasks: + - name: vpc_connectivity + ########################################### # Windows buildvariants # ########################################### diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml index eadbdd7a5aa..42ae02d8006 100644 --- a/etc/evergreen_yml_components/definitions.yml +++ b/etc/evergreen_yml_components/definitions.yml @@ -7779,6 +7779,18 @@ tasks: vars: suite: query_golden_cqf +- name: vpc_connectivity + commands: + - *f_expansions_write + - func: "do non-compile setup" + - command: subprocess.exec + type: test + params: + binary: bash + args: + - "src/evergreen/run_python_script.sh" + - "evergreen/vpc_connectivity.py" + ####################################### # Task Groups # ####################################### diff --git a/etc/pip/components/external_auth.req b/etc/pip/components/external_auth.req index b00a20062ed..f3524f9d96b 100644 --- a/etc/pip/components/external_auth.req +++ b/etc/pip/components/external_auth.req @@ -1,6 +1,6 @@ # These are the dependencies of ldaptor passlib == 1.7.1 -pyOpenSSL == 19.0.0 +pyOpenSSL == 22.0.0 pyparsing == 2.4.0 service_identity == 18.1.0 twisted == 21.2.0 diff --git a/etc/pip/components/testing.req b/etc/pip/components/testing.req index b95e6c8d2ec..fd6f106cc49 100644 --- a/etc/pip/components/testing.req +++ b/etc/pip/components/testing.req @@ -21,3 +21,4 @@ oauthlib == 3.1.1 requests-oauthlib == 1.3.0 packaging <= 21.3 docker +mongomock == 4.1.2
\ No newline at end of file |