Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(668)

Side by Side Diff: scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.json

Issue 1530293002: WebRTC: Add Libfuzzer commit and trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "linux_gn_rel", 10 "linux_libfuzzer_rel",
11 "--slave", 11 "--slave",
12 "slavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_ file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome -internal.googlesource.com/chrome/deps/webrtc-limited'}]", 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_ file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome -internal.googlesource.com/chrome/deps/webrtc-limited'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\"}", 18 "{\"src\": \"got_revision\"}",
19 "--issue", 19 "--issue",
20 "666666", 20 "12853011",
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://fake.rietveld.url", 24 "https://codereview.chromium.org",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "src@12345", 28 "src@HEAD",
29 "--output_manifest" 29 "--output_manifest"
30 ], 30 ],
31 "cwd": "[SLAVE_BUILD]", 31 "cwd": "[SLAVE_BUILD]",
32 "name": "bot_update", 32 "name": "bot_update",
33 "~followup_annotations": [ 33 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 34 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 35 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
(...skipping 12 matching lines...) Expand all
51 "@@@STEP_LOG_LINE@json.output@}@@@", 51 "@@@STEP_LOG_LINE@json.output@}@@@",
52 "@@@STEP_LOG_END@json.output@@@", 52 "@@@STEP_LOG_END@json.output@@@",
53 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 53 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
54 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 54 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
55 ] 55 ]
56 }, 56 },
57 { 57 {
58 "cmd": [ 58 "cmd": [
59 "python", 59 "python",
60 "-u", 60 "-u",
61 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
62 "[SLAVE_BUILD]/src/out"
63 ],
64 "cwd": "[SLAVE_BUILD]",
65 "name": "clean test output files"
66 },
67 {
68 "cmd": [
69 "python",
70 "-u",
71 "[BUILD]/scripts/slave/cleanup_temp.py"
72 ],
73 "cwd": "[SLAVE_BUILD]",
74 "name": "cleanup_temp"
75 },
76 {
77 "cmd": [
78 "python",
79 "-u",
80 "[DEPOT_TOOLS]/gclient.py", 61 "[DEPOT_TOOLS]/gclient.py",
81 "runhooks" 62 "runhooks"
82 ], 63 ],
83 "cwd": "[SLAVE_BUILD]", 64 "cwd": "[SLAVE_BUILD]",
84 "env": { 65 "env": {
85 "GYP_CHROMIUM_NO_ACTION": "1", 66 "GYP_CHROMIUM_NO_ACTION": "1",
86 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 67 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
87 }, 68 },
88 "name": "gclient runhooks" 69 "name": "gclient runhooks"
89 }, 70 },
90 { 71 {
91 "cmd": [ 72 "cmd": [
73 "tools/clang/scripts/update.py",
74 "--force-local-build",
75 "--without-android"
76 ],
77 "cwd": "[SLAVE_BUILD]/src",
78 "env": {
79 "LLVM_FORCE_HEAD_REVISION": "YES"
80 },
81 "name": "checkout llvm"
82 },
83 {
84 "cmd": [
85 "python",
86 "-u",
87 "[DEPOT_TOOLS]/gn.py",
88 "--root=[SLAVE_BUILD]/src",
89 "gen",
90 "//out/Release",
91 "--args=use_libfuzzer=true is_asan=true is_debug=false target_cpu=\"x64\""
92 ],
93 "cwd": "[SLAVE_BUILD]",
94 "name": "gn"
95 },
96 {
97 "cmd": [
92 "python", 98 "python",
93 "-u", 99 "-u",
94 "[DEPOT_TOOLS]/gn.py", 100 "[DEPOT_TOOLS]/gn.py",
95 "--root=[SLAVE_BUILD]/src", 101 "--root=[SLAVE_BUILD]/src",
96 "gen", 102 "refs",
97 "//out/Release", 103 "[SLAVE_BUILD]/src/out/Release",
98 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD] /goma\"" 104 "--all",
105 "--type=executable",
106 "--as=output",
107 "//webrtc/test/fuzzers:webrtc_fuzzer_main"
99 ], 108 ],
100 "cwd": "[SLAVE_BUILD]", 109 "cwd": "[SLAVE_BUILD]",
101 "name": "gn" 110 "name": "calculate targets",
111 "stdout": "/path/to/tmp/",
112 "~followup_annotations": [
113 "@@@STEP_LOG_LINE@targets@target1@@@",
114 "@@@STEP_LOG_LINE@targets@target2@@@",
115 "@@@STEP_LOG_LINE@targets@target3@@@",
116 "@@@STEP_LOG_END@targets@@@"
117 ]
102 }, 118 },
103 { 119 {
104 "cmd": [ 120 "cmd": [
105 "python", 121 "python",
106 "-u", 122 "-u",
107 "[BUILD]/scripts/slave/compile.py", 123 "[BUILD]/scripts/slave/compile.py",
108 "--target", 124 "--target",
109 "Release", 125 "Release",
110 "--src-dir", 126 "--src-dir",
111 "[SLAVE_BUILD]/src", 127 "[SLAVE_BUILD]/src",
112 "--build-tool", 128 "--build-tool",
113 "ninja", 129 "ninja",
114 "--compiler", 130 "--compiler",
115 "goma", 131 "goma",
116 "--goma-jsonstatus", 132 "--goma-jsonstatus",
117 "/path/to/tmp/json", 133 "/path/to/tmp/json",
118 "--goma-dir", 134 "--goma-dir",
119 "[BUILD]/goma", 135 "[BUILD]/goma",
120 "--goma-fail-fast", 136 "--goma-fail-fast",
121 "--goma-disable-local-fallback", 137 "--goma-disable-local-fallback",
122 "--", 138 "--",
123 "all" 139 "target1",
140 "target2",
141 "target3"
124 ], 142 ],
125 "cwd": "[SLAVE_BUILD]", 143 "cwd": "[SLAVE_BUILD]",
126 "name": "compile", 144 "name": "compile",
127 "~followup_annotations": [ 145 "~followup_annotations": [
128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 146 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
129 "@@@STEP_LOG_END@json.output (invalid)@@@" 147 "@@@STEP_LOG_END@json.output (invalid)@@@"
130 ] 148 ]
131 }, 149 },
132 { 150 {
133 "name": "$result", 151 "name": "$result",
134 "recipe_result": null, 152 "recipe_result": null,
135 "status_code": 0 153 "status_code": 0
136 } 154 }
137 ] 155 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698