summaryrefslogtreecommitdiff
path: root/etc/perf.yml
diff options
context:
space:
mode:
authorDavid Bradford <david.bradford@mongodb.com>2020-06-08 17:18:56 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-09 17:19:55 +0000
commita3cc95f19c07f8c9c5370bc1ab8a116107ed5c26 (patch)
tree253b6be28a9fc38a5bb54be539cd5ad1cbdb0285 /etc/perf.yml
parent2148b273b0bd531d6a89410298349556ccedfdd9 (diff)
downloadmongo-a3cc95f19c07f8c9c5370bc1ab8a116107ed5c26.tar.gz
SERVER-48657: Use evergreen modules for performance signal-processing management
(cherry picked from commit 2f05f86f91359c7cebef7adf97b0ab624893ad00) (cherry picked from commit 1c196c94bd0f2f0b28a4952d6048776940889a94) (cherry picked from commit 8194c3123c598b5bc866f108739d7b8368216cd7)
Diffstat (limited to 'etc/perf.yml')
-rw-r--r--etc/perf.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index f7b20632049..8a75c0027a5 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -48,13 +48,20 @@ modules:
repo: git@github.com:10gen/mongo-enterprise-modules.git
prefix: src/mongo/db/modules
branch: v4.0
+
- name: dsi
repo: git@github.com:10gen/dsi.git
branch: master
+
- name: mongo-perf
repo: git@github.com:mongodb/mongo-perf.git
branch: master
+- name: signal-processing
+ repo: git@github.com:10gen/signal-processing.git
+ prefix: signal_processing
+ branch: master
+
functions:
"git get project": &git_get_project
command: git.get_project
@@ -64,6 +71,7 @@ functions:
enterprise: ${enterprise_rev}
dsi: ${dsi_rev}
mongo-perf: ${mongo-perf_rev}
+ signal-processing: ${signal-processing_rev}
"start server":
- command: s3.get
params:
@@ -487,6 +495,7 @@ buildvariants:
- enterprise
- dsi
- mongo-perf
+ - signal-processing
expansions:
# We are explicitly tracking the rhel62 variant compile options from evergreen.yml for
# microbenchmarks, since they run on the centos6 boxes. If we can get proper artifacts directly
@@ -568,6 +577,7 @@ buildvariants:
modules:
- dsi
- mongo-perf
+ - signal-processing
expansions:
mongod_exec_wrapper: *exec_wrapper
perf_exec_wrapper: *perf_wrapper