Skip to content

Commit 9136b56

Browse files
authored
Merge branch 'master' into PYTHON-5369
2 parents e775c65 + 775b683 commit 9136b56

File tree

19 files changed

+511
-5445
lines changed

19 files changed

+511
-5445
lines changed

.evergreen/generated_configs/functions.yml

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,45 @@ functions:
162162

163163
# Send dashboard data
164164
send dashboard data:
165-
- command: perf.send
165+
- command: subprocess.exec
166+
params:
167+
binary: bash
168+
args:
169+
- .evergreen/scripts/perf-submission-setup.sh
170+
working_dir: src
171+
include_expansions_in_env:
172+
- requester
173+
- revision_order_id
174+
- project_id
175+
- version_id
176+
- build_variant
177+
- parsed_order_id
178+
- task_name
179+
- task_id
180+
- execution
181+
- is_mainline
182+
type: test
183+
- command: expansions.update
166184
params:
167-
file: src/results.json
185+
file: src/expansion.yml
186+
- command: subprocess.exec
187+
params:
188+
binary: bash
189+
args:
190+
- .evergreen/scripts/perf-submission.sh
191+
working_dir: src
192+
include_expansions_in_env:
193+
- requester
194+
- revision_order_id
195+
- project_id
196+
- version_id
197+
- build_variant
198+
- parsed_order_id
199+
- task_name
200+
- task_id
201+
- execution
202+
- is_mainline
203+
type: test
168204

169205
# Setup system
170206
setup system:

0 commit comments

Comments
 (0)