Chromium Code Reviews| Index: scripts/slave/recipes/chromium.expected/full_chromium_webkit_Linux_ChromiumOS_Builder.json |
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_webkit_Linux_ChromiumOS_Builder.json b/scripts/slave/recipes/chromium.expected/full_chromium_webkit_Linux_ChromiumOS_Builder.json |
| index 88cdce195f3eae9d9c7b3e8d920bab6772e8af13..315f63f8c63e4557292d9123969b467657c7ac27 100644 |
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_webkit_Linux_ChromiumOS_Builder.json |
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_webkit_Linux_ChromiumOS_Builder.json |
| @@ -64,11 +64,24 @@ |
| "cmd": [ |
| "python", |
| "-u", |
| + "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
|
Paweł Hajdan Jr.
2014/09/24 23:37:12
Why are chromium.webkit expectations changing?
Paweł Hajdan Jr.
2014/09/24 23:39:55
Ah, webkit ChromiumOS bots reuse config of main wa
|
| + "--version" |
| + ], |
| + "name": "swarming.py --version", |
| + "stdout": "/path/to/tmp/", |
| + "~followup_annotations": [ |
| + "@@@STEP_TEXT@0.4.10@@@" |
| + ] |
| + }, |
| + { |
| + "cmd": [ |
| + "python", |
| + "-u", |
| "[DEPOT_TOOLS]/gclient.py", |
| "runhooks" |
| ], |
| "env": { |
| - "GYP_DEFINES": "chromeos=1 component=static_library ffmpeg_branding=ChromeOS gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 use_goma=1" |
| + "GYP_DEFINES": "chromeos=1 component=static_library ffmpeg_branding=ChromeOS gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mode=archive test_isolation_outdir=https://isolateserver.appspot.com use_goma=1" |
| }, |
| "name": "gclient runhooks" |
| }, |