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

Unified Diff: scripts/slave/recipes/cros/cbuildbot_tryjob.expected/unknown_config.json

Issue 1345143004: CrOS: Use local Chromite checkout for configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 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/cros/cbuildbot_tryjob.expected/unknown_config.json
diff --git a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/unknown_config.json b/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/unknown_config.json
index e94527a964146e55b4dd08794923bc54a2cd6ccf..e347b586b8afa92062ef37f6d27b0c3a63c34854 100644
--- a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/unknown_config.json
+++ b/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/unknown_config.json
@@ -47,6 +47,17 @@
"name": "checkout chromite branch [master]"
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[SLAVE_BUILD]/chromite/cbuildbot/config_dump.json",
+ "/path/to/tmp/json"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "read chromite config"
+ },
+ {
"allow_subannotations": true,
"cmd": [
"[SLAVE_BUILD]/chromite/bin/cbuildbot",

Powered by Google App Engine
This is Rietveld 408576698