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

Unified Diff: scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin.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.json
diff --git a/scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin.json b/scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin.json
index 702d931e261a2f6e78ea7aeaf98d5a19e749610e..77223bfd0ea5cd2779d37d3e17139d534a367cc3 100644
--- a/scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin.json
+++ b/scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin.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",

Powered by Google App Engine
This is Rietveld 408576698