aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/infra/example.expected/infra_tests.json
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/infra/example.expected/infra_tests.json')
-rw-r--r--infra/bots/recipe_modules/infra/example.expected/infra_tests.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/infra/bots/recipe_modules/infra/example.expected/infra_tests.json b/infra/bots/recipe_modules/infra/example.expected/infra_tests.json
index 4b26480db3..1576173738 100644
--- a/infra/bots/recipe_modules/infra/example.expected/infra_tests.json
+++ b/infra/bots/recipe_modules/infra/example.expected/infra_tests.json
@@ -43,12 +43,9 @@
],
"cwd": "[CUSTOM_/_B_WORK]",
"env": {
- "BUILDTYPE": "Release",
- "CHROME_HEADLESS": "1",
"GIT_HTTP_LOW_SPEED_LIMIT": "1000",
"GIT_HTTP_LOW_SPEED_TIME": "300",
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
- "SKIA_OUT": "[START_DIR]/out"
+ "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
"infra_step": true,
"name": "bot_update",
@@ -88,7 +85,11 @@
"go.skia.org/infra/..."
],
"env": {
- "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
+ "BUILDTYPE": "Release",
+ "CHROME_HEADLESS": "1",
+ "GOPATH": "[CUSTOM_/_B_WORK]/gopath",
+ "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
+ "SKIA_OUT": "[START_DIR]/out"
},
"name": "update go pkgs"
},