File tree Expand file tree Collapse file tree 1 file changed +24
-22
lines changed Expand file tree Collapse file tree 1 file changed +24
-22
lines changed Original file line number Diff line number Diff line change @@ -70,17 +70,18 @@ functions:
7070 args :
7171 - .evergreen/perf-submission-setup.sh
7272 working_dir : src
73- include_expansions_in_env :
74- - requester
75- - revision_order_id
76- - project_id
77- - version_id
78- - build_variant
79- - parsed_order_id
80- - task_name
81- - task_id
82- - execution
83- - is_mainline
73+ include_expansions_in_env : [
74+ " requester" ,
75+ " revision_order_id" ,
76+ " project_id" ,
77+ " version_id" ,
78+ " build_variant" ,
79+ " parsed_order_id" ,
80+ " task_name" ,
81+ " task_id" ,
82+ " execution" ,
83+ " is_mainline"
84+ ]
8485 type : test
8586 - command : expansions.update
8687 params :
@@ -91,17 +92,18 @@ functions:
9192 args :
9293 - .evergreen/perf-submission.sh
9394 working_dir : src
94- include_expansions_in_env :
95- - requester
96- - revision_order_id
97- - project_id
98- - version_id
99- - build_variant
100- - parsed_order_id
101- - task_name
102- - task_id
103- - execution
104- - is_mainline
95+ include_expansions_in_env : [
96+ " requester" ,
97+ " revision_order_id" ,
98+ " project_id" ,
99+ " version_id" ,
100+ " build_variant" ,
101+ " parsed_order_id" ,
102+ " task_name" ,
103+ " task_id" ,
104+ " execution" ,
105+ " is_mainline"
106+ ]
105107 type : test
106108
107109 " teardown " :
You can’t perform that action at this time.
0 commit comments