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

Unified Diff: scripts/slave/recipes/cros/cbuildbot_tryjob.expected/external.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/external.json
diff --git a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/basic.json b/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/external.json
similarity index 77%
rename from scripts/slave/recipes/cros/cbuildbot_tryjob.expected/basic.json
rename to scripts/slave/recipes/cros/cbuildbot_tryjob.expected/external.json
index 755b197384feb1d0ca7771f25b3f7769a6725cc9..b983bc0b8750ba82e0c43afd3f68dcfd63205aa2 100644
--- a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/basic.json
+++ b/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/external.json
@@ -47,6 +47,23 @@
"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",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@config@{@@@",
+ "@@@STEP_LOG_LINE@config@ \"x86-generic-full\": {}@@@",
+ "@@@STEP_LOG_LINE@config@}@@@",
+ "@@@STEP_LOG_END@config@@@"
+ ]
+ },
+ {
"allow_subannotations": true,
"cmd": [
"[SLAVE_BUILD]/chromite/bin/cbuildbot",

Powered by Google App Engine
This is Rietveld 408576698