| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "abort_on_failure": true, | 3 "abort_on_failure": true, |
| 4 "cmd": [ | 4 "cmd": [ |
| 5 "python", | 5 "python", |
| 6 "-u", | 6 "-u", |
| 7 "[BUILD]/scripts/slave/bot_update.py", | 7 "[BUILD]/scripts/slave/bot_update.py", |
| 8 "--master", | 8 "--master", |
| 9 "chromium.linux", | 9 "chromium.fyi", |
| 10 "--builder", | 10 "--builder", |
| 11 "Linux Clang (dbg)", | 11 "Linux ARM Cross-Compile", |
| 12 "--slave", | 12 "--slave", |
| 13 "TestSlavename", | 13 "TestSlavename", |
| 14 "--spec", | 14 "--spec", |
| 15 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 15 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
| 16 "--revision_mapping_file", | 16 "--revision_mapping_file", |
| 17 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarm_client\": \"got_swarm_client_revisi
on\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\
": \"got_v8_revision\"}", | 17 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarm_client\": \"got_swarm_client_revisi
on\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\
": \"got_v8_revision\"}", |
| 18 "--output_json", | 18 "--output_json", |
| 19 "/path/to/tmp/json" | 19 "/path/to/tmp/json" |
| 20 ], | 20 ], |
| 21 "name": "bot_update", | 21 "name": "bot_update", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 ] | 61 ] |
| 62 }, | 62 }, |
| 63 { | 63 { |
| 64 "cmd": [ | 64 "cmd": [ |
| 65 "python", | 65 "python", |
| 66 "-u", | 66 "-u", |
| 67 "[DEPOT_TOOLS]/gclient.py", | 67 "[DEPOT_TOOLS]/gclient.py", |
| 68 "runhooks" | 68 "runhooks" |
| 69 ], | 69 ], |
| 70 "env": { | 70 "env": { |
| 71 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[BUILD]/goma' ta
rget_arch=x64 use_goma=1" | 71 "AR": "arm-linux-gnueabihf-ar", |
| 72 "AS": "arm-linux-gnueabihf-as", |
| 73 "CC": "arm-linux-gnueabihf-gcc", |
| 74 "CC_host": "gcc", |
| 75 "CXX": "arm-linux-gnueabihf-g++", |
| 76 "CXX_host": "g++", |
| 77 "GYP_DEFINES": "arm_float_abi=hard component=static_library target_arch=ar
m test_isolation_mode=archive", |
| 78 "RANLIB": "arm-linux-gnueabihf-ranlib" |
| 72 }, | 79 }, |
| 73 "name": "gclient runhooks" | 80 "name": "gclient runhooks" |
| 74 }, | 81 }, |
| 75 { | 82 { |
| 76 "cmd": [ | 83 "cmd": [ |
| 77 "python", | 84 "python", |
| 78 "-u", | 85 "-u", |
| 79 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 86 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 80 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 87 "[SLAVE_BUILD]/src/testing/buildbot/chromium_arm.json", |
| 81 "/path/to/tmp/json" | 88 "/path/to/tmp/json" |
| 82 ], | 89 ], |
| 83 "name": "read test spec", | 90 "name": "read test spec", |
| 84 "~followup_annotations": [ | 91 "~followup_annotations": [ |
| 92 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium_arm.json@@
@", |
| 85 "@@@STEP_LOG_LINE@json.output@{}@@@", | 93 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 86 "@@@STEP_LOG_END@json.output@@@" | 94 "@@@STEP_LOG_END@json.output@@@" |
| 87 ] | 95 ] |
| 88 }, | 96 }, |
| 89 { | 97 { |
| 90 "cmd": [ | 98 "cmd": [ |
| 91 "python", | 99 "python", |
| 92 "-u", | 100 "-u", |
| 93 "[BUILD]/scripts/slave/cleanup_temp.py" | 101 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 94 ], | 102 ], |
| 95 "name": "cleanup_temp" | 103 "name": "cleanup_temp" |
| 96 }, | 104 }, |
| 97 { | 105 { |
| 98 "abort_on_failure": true, | 106 "abort_on_failure": true, |
| 99 "cmd": [ | 107 "cmd": [ |
| 100 "python", | 108 "python", |
| 101 "-u", | 109 "-u", |
| 102 "[BUILD]/scripts/slave/compile.py", | 110 "[BUILD]/scripts/slave/compile.py", |
| 103 "--target", | 111 "--target", |
| 104 "Debug", | 112 "Release", |
| 105 "--src-dir", | 113 "--src-dir", |
| 106 "[SLAVE_BUILD]/src", | 114 "[SLAVE_BUILD]/src", |
| 107 "--build-tool", | 115 "--build-tool", |
| 108 "ninja", | 116 "ninja", |
| 109 "--compiler", | |
| 110 "goma-clang", | |
| 111 "--goma-dir", | |
| 112 "[BUILD]/goma", | |
| 113 "--", | 117 "--", |
| 114 "all" | 118 "all" |
| 115 ], | 119 ], |
| 116 "name": "compile", | 120 "name": "compile", |
| 117 "seed_steps": [ | 121 "seed_steps": [ |
| 118 "compile", | 122 "compile", |
| 119 "checkdeps" | 123 "checkdeps" |
| 120 ] | 124 ] |
| 121 }, | 125 }, |
| 122 { | 126 { |
| 123 "cmd": [ | 127 "cmd": [ |
| 124 "python", | 128 "python", |
| 125 "-u", | 129 "-u", |
| 126 "[SLAVE_BUILD]/src/tools/checkdeps/checkdeps.py", | 130 "[SLAVE_BUILD]/src/tools/checkdeps/checkdeps.py", |
| 127 "--json", | 131 "--json", |
| 128 "/path/to/tmp/json" | 132 "/path/to/tmp/json" |
| 129 ], | 133 ], |
| 130 "name": "checkdeps", | 134 "name": "checkdeps", |
| 131 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 132 "@@@STEP_LOG_LINE@json.output@[]@@@", | 136 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 133 "@@@STEP_LOG_END@json.output@@@" | 137 "@@@STEP_LOG_END@json.output@@@" |
| 134 ] | 138 ] |
| 135 } | 139 } |
| 136 ] | 140 ] |
| OLD | NEW |