| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.gpu.fyi", | 8 "chromium.gpu.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Debug (Nexus 9)", | 10 "Android Debug (Nexus 9)", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlave", | 12 "TestSlave", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/third_party
/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'http://%s.google
code.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project', 'nacl_trunk': 'ht
tp://src.chromium.org/native_client/trunk', 'sourceforge_url': 'https://svn.code
.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromium.org/blink/trunk'}
, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chro
mium.googlesource.com/chromium/src.git'}]\ntarget_os = ['android']", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/third_party
/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'http://%s.google
code.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project', 'nacl_trunk': 'ht
tp://src.chromium.org/native_client/trunk', 'sourceforge_url': 'https://svn.code
.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromium.org/blink/trunk'}
, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chro
mium.googlesource.com/chromium/src.git'}]\ntarget_os = ['android']", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revi
sion\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v
8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revi
sion\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v
8\": \"got_v8_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@HEAD", | 24 "src@HEAD", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 28 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 30 }, |
| 32 "name": "bot_update", | 31 "name": "bot_update", |
| 33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 ] | 81 ] |
| 83 }, | 82 }, |
| 84 { | 83 { |
| 85 "cmd": [ | 84 "cmd": [ |
| 86 "python", | 85 "python", |
| 87 "-u", | 86 "-u", |
| 88 "[BUILD]/scripts/slave/gclient_safe_revert.py", | 87 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
| 89 ".", | 88 ".", |
| 90 "[DEPOT_TOOLS]/gclient" | 89 "[DEPOT_TOOLS]/gclient" |
| 91 ], | 90 ], |
| 92 "cwd": "[SLAVE_BUILD]", | |
| 93 "name": "gclient revert" | 91 "name": "gclient revert" |
| 94 }, | 92 }, |
| 95 { | 93 { |
| 96 "cmd": [ | 94 "cmd": [ |
| 97 "python", | 95 "python", |
| 98 "-u", | 96 "-u", |
| 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 97 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 100 "--show-path", | 98 "--show-path", |
| 101 "python", | 99 "python", |
| 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 100 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 103 ], | 101 ], |
| 104 "cwd": "[SLAVE_BUILD]", | |
| 105 "name": "cleanup_temp" | 102 "name": "cleanup_temp" |
| 106 }, | 103 }, |
| 107 { | 104 { |
| 108 "allow_subannotations": true, | 105 "allow_subannotations": true, |
| 109 "cmd": [ | 106 "cmd": [ |
| 110 "python", | 107 "python", |
| 111 "-u", | 108 "-u", |
| 112 "src/build/android/buildbot/bb_run_bot.py", | 109 "src/build/android/buildbot/bb_run_bot.py", |
| 113 "--build-properties={\"buildername\":\"Android Debug (Nexus 9)\",\"mastern
ame\":\"chromium.gpu.fyi\",\"recipe\":\"chromium.gpu.recipe_autogen\",\"slavenam
e\":\"TestSlave\"}", | 110 "--build-properties={\"buildername\":\"Android Debug (Nexus 9)\",\"mastern
ame\":\"chromium.gpu.fyi\",\"recipe\":\"chromium.gpu.recipe_autogen\",\"slavenam
e\":\"TestSlave\"}", |
| 114 "--factory-properties={\"GYP_DEFINES\":\" component=shared_library\",\"and
roid_bot_id\":\"gpu-builder-tests-dbg\",\"clobber\":false,\"gclient_env\":{},\"g
client_timeout\":3600,\"target\":\"Debug\",\"target_os\":\"android\"}" | 111 "--factory-properties={\"GYP_DEFINES\":\" component=shared_library\",\"and
roid_bot_id\":\"gpu-builder-tests-dbg\",\"clobber\":false,\"gclient_env\":{},\"g
client_timeout\":3600,\"target\":\"Debug\",\"target_os\":\"android\"}" |
| 115 ], | 112 ], |
| 116 "cwd": "[SLAVE_BUILD]", | |
| 117 "name": "slave_steps" | 113 "name": "slave_steps" |
| 118 }, | 114 }, |
| 119 { | 115 { |
| 120 "name": "$result", | 116 "name": "$result", |
| 121 "recipe_result": null, | 117 "recipe_result": null, |
| 122 "status_code": 0 | 118 "status_code": 0 |
| 123 } | 119 } |
| 124 ] | 120 ] |
| OLD | NEW |