summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJennifer Peshansky <jennifer.peshansky@mongodb.com>2022-12-28 02:23:08 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-28 02:53:39 +0000
commita6e1647309a4b9f9939b82da85d114922cf6cd7a (patch)
treec647ac2e3cd4bcec0fd7832ab5eb91dc16d53176 /etc
parent9a59a1f675d7346ba103510d5d48f5505c8947cf (diff)
downloadmongo-a6e1647309a4b9f9939b82da85d114922cf6cd7a.tar.gz
SERVER-71408 Create telemetry passthrough suite
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml5
-rw-r--r--etc/evergreen_yml_components/definitions.yml7
2 files changed, 12 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index f66bc9c5570..3b50d6f99e9 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -972,6 +972,7 @@ buildvariants:
- name: sharding_auth_audit_gen
- name: sharding_ese_gen
- name: sharding_opportunistic_secondary_targeting_gen
+ - name: telemetry_passthrough
- name: unittest_shell_hang_analyzer_gen
- name: &enterprise-windows-cxx20-debug-experimental enterprise-windows-cxx20-debug-experimental
@@ -1637,6 +1638,7 @@ buildvariants:
- name: secondary_reads_passthrough_gen
- name: .shard_split
- name: .shard_merge
+ - name: telemetry_passthrough
- &enterprise-rhel-80-64-bit-dynamic-classic-engine
<<: *linux_x86_dynamic_compile_variant_dependency
@@ -2267,6 +2269,7 @@ buildvariants:
- name: secondary_reads_passthrough_gen
- name: .shard_split
- name: .shard_merge
+ - name: telemetry_passthrough
###########################################
@@ -2366,6 +2369,7 @@ buildvariants:
- name: .stitch
- name: .shard_split
- name: .shard_merge
+ - name: telemetry_passthrough
# Disabling the following tests as they are not aware of feature flags.
# - name: .benchmarks - building benchmarks is also disabled
# - name: unittest_shell_hang_analyzer_gen
@@ -2544,6 +2548,7 @@ buildvariants:
- name: watchdog_wiredtiger
- name: .shard_split
- name: .shard_merge
+ - name: telemetry_passthrough
# Disabling the following tests as they are not aware of feature flags.
# - name: .benchmarks - building benchmarks is also disabled
# - name: server_discovery_and_monitoring_json_test_TG
diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml
index 891e6c02683..4993d7bd849 100644
--- a/etc/evergreen_yml_components/definitions.yml
+++ b/etc/evergreen_yml_components/definitions.yml
@@ -5620,6 +5620,13 @@ tasks:
vars:
use_large_distro: "true"
+- <<: *task_template
+ name: telemetry_passthrough
+ tags: []
+ commands:
+ - func: "do setup"
+ - func: "run tests"
+
- <<: *gen_task_template
name: tenant_migration_jscore_passthrough_gen
tags: ["serverless"]