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:
70
70
args :
71
71
- .evergreen/perf-submission-setup.sh
72
72
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
+ ]
84
85
type : test
85
86
- command : expansions.update
86
87
params :
@@ -91,17 +92,18 @@ functions:
91
92
args :
92
93
- .evergreen/perf-submission.sh
93
94
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
+ ]
105
107
type : test
106
108
107
109
" teardown " :
You can’t perform that action at this time.
0 commit comments