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.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "ChromiumOS Linux Tests", | 10 "ChromiumOS Linux Tests", |
11 "--slave", | 11 "--slave", |
12 "TestSlave", | 12 "TestSlave", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_deps'
: {'src/third_party/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url'
: 'http://%s.googlecode.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project'
, 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', 'sourceforge_url'
: 'https://svn.code.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromiu
m.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', '
url': 'https://chromium.googlesource.com/chromium/src.git'}]", | 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'}]", |
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 "[ROOT]/b/build/slave/cache_dir", | 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@123456789abcdef", | 24 "src@123456789abcdef", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 78 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 79 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
79 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
80 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" | 81 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" |
81 ] | 82 ] |
82 }, | 83 }, |
83 { | 84 { |
84 "cmd": [ | 85 "cmd": [ |
85 "python", | 86 "python", |
86 "-u", | 87 "-u", |
87 "[ROOT]/b/build/scripts/slave/runhooks_wrapper.py" | 88 "[BUILD]/scripts/slave/runhooks_wrapper.py" |
88 ], | 89 ], |
| 90 "cwd": "[SLAVE_BUILD]", |
89 "env": { | 91 "env": { |
90 "CHROMIUM_GYP_SYNTAX_CHECK": "1", | 92 "CHROMIUM_GYP_SYNTAX_CHECK": "1", |
91 "DEPOT_TOOLS_UPDATE": "0", | 93 "DEPOT_TOOLS_UPDATE": "0", |
92 "GYP_DEFINES": " component=shared_library", | 94 "GYP_DEFINES": " component=shared_library", |
93 "LANDMINES_VERBOSE": "1" | 95 "LANDMINES_VERBOSE": "1" |
94 }, | 96 }, |
95 "name": "gclient runhooks wrapper" | 97 "name": "gclient runhooks wrapper" |
96 }, | 98 }, |
97 { | 99 { |
98 "cmd": [ | 100 "cmd": [ |
99 "python", | 101 "python", |
100 "-u", | 102 "-u", |
101 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 103 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
102 "--show-path", | 104 "--show-path", |
103 "python", | 105 "python", |
104 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 106 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
105 ], | 107 ], |
| 108 "cwd": "[SLAVE_BUILD]", |
106 "name": "cleanup_temp" | 109 "name": "cleanup_temp" |
107 }, | 110 }, |
108 { | 111 { |
109 "cmd": [ | 112 "cmd": [ |
110 "python", | 113 "python", |
111 "-u", | 114 "-u", |
112 "[ROOT]/b/build/scripts/slave/compile.py", | 115 "[BUILD]/scripts/slave/compile.py", |
113 "--target", | 116 "--target", |
114 "Debug", | 117 "Debug", |
115 "--clobber" | 118 "--clobber" |
116 ], | 119 ], |
| 120 "cwd": "[SLAVE_BUILD]", |
117 "name": "compile" | 121 "name": "compile" |
118 }, | 122 }, |
119 { | 123 { |
120 "cmd": [ | 124 "cmd": [ |
121 "python", | 125 "python", |
122 "-u", | 126 "-u", |
123 "[ROOT]/b/build/scripts/slave/runtest.py", | 127 "[BUILD]/scripts/slave/runtest.py", |
124 "--target", | 128 "--target", |
125 "Debug", | 129 "Debug", |
126 "--build-properties={\"buildername\":\"ChromiumOS Linux Tests\",\"buildnum
ber\":\"42\",\"clobber\":\"\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4eb
d0fe58cb9\",\"got_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_c
lient_revision\":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_cli
ent_revision_cp\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada22
5ddc271c132c3a35f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#
43426}\",\"got_webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"
got_webkit_revision_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromi
um.fyi\",\"recipe\":\"chromium.fyi.misc_block.recipe_autogen\",\"revision\":\"12
3456789abcdef\",\"slavename\":\"TestSlave\"}", | 130 "--build-properties={\"buildername\":\"ChromiumOS Linux Tests\",\"buildnum
ber\":\"42\",\"clobber\":\"\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4eb
d0fe58cb9\",\"got_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_c
lient_revision\":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_cli
ent_revision_cp\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada22
5ddc271c132c3a35f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#
43426}\",\"got_webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"
got_webkit_revision_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromi
um.fyi\",\"recipe\":\"chromium.fyi.misc_block.recipe_autogen\",\"revision\":\"12
3456789abcdef\",\"slavename\":\"TestSlave\"}", |
127 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"
component=shared_library\",\"LANDMINES_VERBOSE\":\"1\"},\"generate_gtest_json\":
true,\"test_results_server\":\"test-results.appspot.com\"}", | 131 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"
component=shared_library\",\"LANDMINES_VERBOSE\":\"1\"},\"generate_gtest_json\":
true,\"test_results_server\":\"test-results.appspot.com\"}", |
128 "--annotate=gtest", | 132 "--annotate=gtest", |
129 "--test-type", | 133 "--test-type", |
130 "sync_integration_tests", | 134 "sync_integration_tests", |
131 "--generate-json-file", | 135 "--generate-json-file", |
132 "-o", | 136 "-o", |
133 "gtest-results/sync_integration_tests", | 137 "gtest-results/sync_integration_tests", |
134 "--build-number", | 138 "--build-number", |
135 "42", | 139 "42", |
136 "--builder-name", | 140 "--builder-name", |
137 "ChromiumOS Linux Tests", | 141 "ChromiumOS Linux Tests", |
138 "sync_integration_tests", | 142 "sync_integration_tests", |
139 "--ui-test-action-max-timeout=120000", | 143 "--ui-test-action-max-timeout=120000", |
140 "--gtest_print_time" | 144 "--gtest_print_time" |
141 ], | 145 ], |
| 146 "cwd": "[SLAVE_BUILD]", |
142 "name": "sync_integration_tests" | 147 "name": "sync_integration_tests" |
143 }, | 148 }, |
144 { | 149 { |
145 "name": "$result", | 150 "name": "$result", |
146 "recipe_result": null, | 151 "recipe_result": null, |
147 "status_code": 0 | 152 "status_code": 0 |
148 } | 153 } |
149 ] | 154 ] |
OLD | NEW |