Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(932)

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/bot_update_failure.json

Issue 2162343002: tryserver.chromium.linux: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium_trybot.expected/bot_update_failure.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/bot_update_failure.json b/scripts/slave/recipes/chromium_trybot.expected/bot_update_failure.json
index 5d360580c3db85b9f855f2f40acd2092a36aac45..a0ca38c0de67c72807b3177ed455d082a6c2e4e7 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/bot_update_failure.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/bot_update_failure.json
@@ -4,7 +4,7 @@
"python",
"-u",
"\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
- "[BUILDER_CACHE]/linux_chromium_rel_ng",
+ "[BUILDER_CACHE]/linux",
"511"
],
"name": "makedirs checkout path",
@@ -52,7 +52,7 @@
"src@HEAD",
"--output_manifest"
],
- "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng",
+ "cwd": "[BUILDER_CACHE]/linux",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},

Powered by Google App Engine
This is Rietveld 408576698