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

Unified Diff: scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin_manifest_failure.json

Issue 2325913002: recipe_modules/chromite: Use "build_type". (Closed)
Patch Set: Keep variant API in for downstream compatibility. Created 4 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.expected/chromiumos_paladin_manifest_failure.json
diff --git a/scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin_manifest_failure.json b/scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin_manifest_failure.json
index d9e5cbbaab4e6785516d499907d6258725f00b36..f56026c49d4fe07552e4793e94454156e51a7d26 100644
--- a/scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin_manifest_failure.json
+++ b/scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin_manifest_failure.json
@@ -43,6 +43,24 @@
"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"
+ ],
+ "name": "read chromite config",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@config@{@@@",
+ "@@@STEP_LOG_LINE@config@ \"x86-generic-paladin\": {@@@",
+ "@@@STEP_LOG_LINE@config@ \"build_type\": \"paladin\"@@@",
+ "@@@STEP_LOG_LINE@config@ }@@@",
+ "@@@STEP_LOG_LINE@config@}@@@",
+ "@@@STEP_LOG_END@config@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py",
"--json-file",
"/path/to/tmp/json",
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin.json ('k') | scripts/slave/recipes/cros/cbuildbot_tryjob.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698