Index: scripts/slave/recipes/chromium_trybot.expected/arm.json |
diff --git a/scripts/slave/recipes/chromium_trybot.expected/arm.json b/scripts/slave/recipes/chromium_trybot.expected/arm.json |
index f415fe6ab39564592625946f1c5949cf64b6f051..1f92ea39aabef2464a49a3b468674c1fab457c31 100644 |
--- a/scripts/slave/recipes/chromium_trybot.expected/arm.json |
+++ b/scripts/slave/recipes/chromium_trybot.expected/arm.json |
@@ -106,6 +106,27 @@ |
"cmd": [ |
"python", |
"-u", |
+ "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
+ "--output", |
+ "/path/to/tmp/json", |
+ "--", |
+ "--build-config-fs", |
+ "Release", |
+ "--paths", |
+ "{\"build\": \"[BUILD]\"}", |
+ "--properties", |
+ "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"slavename\": \"TestSlavename\"}" |
+ ], |
+ "name": "get compile targets for scripts", |
+ "~followup_annotations": [ |
+ "@@@STEP_LOG_LINE@json.output@{}@@@", |
+ "@@@STEP_LOG_END@json.output@@@" |
+ ] |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
"[DEPOT_TOOLS]/gclient.py", |
"runhooks" |
], |
@@ -168,4 +189,4 @@ |
"@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
] |
} |
-] |
+] |