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 "CFI Linux CF", | 10 "CFI Linux CF", |
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'}]", | 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'}]", |
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 "[ROOT]/b/build/slave/cache_dir", |
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]", | |
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\": \"123456789abcdef\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 77 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
79 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 79 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
81 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" | 80 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" |
82 ] | 81 ] |
83 }, | 82 }, |
84 { | 83 { |
85 "cmd": [ | 84 "cmd": [ |
86 "python", | 85 "python", |
87 "-u", | 86 "-u", |
88 "[BUILD]/scripts/slave/runhooks_wrapper.py" | 87 "[ROOT]/b/build/scripts/slave/runhooks_wrapper.py" |
89 ], | 88 ], |
90 "cwd": "[SLAVE_BUILD]", | |
91 "env": { | 89 "env": { |
92 "CHROMIUM_GYP_SYNTAX_CHECK": "1", | 90 "CHROMIUM_GYP_SYNTAX_CHECK": "1", |
93 "DEPOT_TOOLS_UPDATE": "0", | 91 "DEPOT_TOOLS_UPDATE": "0", |
94 "GYP_DEFINES": " component=static_library", | 92 "GYP_DEFINES": " component=static_library", |
95 "LANDMINES_VERBOSE": "1", | 93 "LANDMINES_VERBOSE": "1", |
96 "LLVM_DOWNLOAD_GOLD_PLUGIN": "1" | 94 "LLVM_DOWNLOAD_GOLD_PLUGIN": "1" |
97 }, | 95 }, |
98 "name": "gclient runhooks wrapper" | 96 "name": "gclient runhooks wrapper" |
99 }, | 97 }, |
100 { | 98 { |
101 "cmd": [ | 99 "cmd": [ |
102 "python", | 100 "python", |
103 "-u", | 101 "-u", |
104 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
105 "--show-path", | 103 "--show-path", |
106 "python", | 104 "python", |
107 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
108 ], | 106 ], |
109 "cwd": "[SLAVE_BUILD]", | |
110 "name": "cleanup_temp" | 107 "name": "cleanup_temp" |
111 }, | 108 }, |
112 { | 109 { |
113 "cmd": [ | 110 "cmd": [ |
114 "python", | 111 "python", |
115 "-u", | 112 "-u", |
116 "[BUILD]/scripts/slave/compile.py", | 113 "[ROOT]/b/build/scripts/slave/compile.py", |
117 "--target", | 114 "--target", |
118 "Release", | 115 "Release", |
119 "--clobber", | 116 "--clobber", |
120 "chromium_builder_asan" | 117 "chromium_builder_asan" |
121 ], | 118 ], |
122 "cwd": "[SLAVE_BUILD]", | |
123 "name": "compile" | 119 "name": "compile" |
124 }, | 120 }, |
125 { | 121 { |
126 "cmd": [ | 122 "cmd": [ |
127 "python", | 123 "python", |
128 "-u", | 124 "-u", |
129 "[BUILD]/scripts/slave/chromium/cf_archive_build.py", | 125 "[ROOT]/b/build/scripts/slave/chromium/cf_archive_build.py", |
130 "--target", | 126 "--target", |
131 "Release", | 127 "Release", |
132 "--build-properties={\"buildername\":\"CFI Linux CF\",\"buildnumber\":\"42
\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"got_revision_
cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\":\"a0ee5d99
f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp\":\"refs/he
ads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a35f03975671d4
3e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_webkit_revis
ion\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revision_cp\":\"
refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"primary_repo\":\
"\",\"recipe\":\"chromium.fyi.misc_block.recipe_autogen\",\"revision\":\"1234567
89abcdef\",\"slavename\":\"TestSlave\"}", | 128 "--build-properties={\"buildername\":\"CFI Linux CF\",\"buildnumber\":\"42
\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"got_revision_
cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\":\"a0ee5d99
f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp\":\"refs/he
ads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a35f03975671d4
3e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_webkit_revis
ion\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revision_cp\":\"
refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"primary_repo\":\
"\",\"recipe\":\"chromium.fyi.misc_block.recipe_autogen\",\"revision\":\"1234567
89abcdef\",\"slavename\":\"TestSlave\"}", |
133 "--factory-properties={\"blink_config\":\"chromium\",\"cf_archive_build\":
true,\"cf_archive_name\":\"cfi\",\"gclient_env\":{\"CHROMIUM_GYP_SYNTAX_CHECK\":
\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\" component=static_library\"
,\"LANDMINES_VERBOSE\":\"1\",\"LLVM_DOWNLOAD_GOLD_PLUGIN\":\"1\"},\"gs_acl\":\"p
ublic-read\",\"gs_bucket\":\"gs://chromium-browser-cfi\"}" | 129 "--factory-properties={\"blink_config\":\"chromium\",\"cf_archive_build\":
true,\"cf_archive_name\":\"cfi\",\"gclient_env\":{\"CHROMIUM_GYP_SYNTAX_CHECK\":
\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\" component=static_library\"
,\"LANDMINES_VERBOSE\":\"1\",\"LLVM_DOWNLOAD_GOLD_PLUGIN\":\"1\"},\"gs_acl\":\"p
ublic-read\",\"gs_bucket\":\"gs://chromium-browser-cfi\"}" |
134 ], | 130 ], |
135 "cwd": "[SLAVE_BUILD]", | 131 "cwd": "[CWD]", |
136 "name": "ClusterFuzz Archive" | 132 "name": "ClusterFuzz Archive" |
137 }, | 133 }, |
138 { | 134 { |
139 "name": "$result", | 135 "name": "$result", |
140 "recipe_result": null, | 136 "recipe_result": null, |
141 "status_code": 0 | 137 "status_code": 0 |
142 } | 138 } |
143 ] | 139 ] |
OLD | NEW |