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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_tsan2.json

Issue 2306373003: libyuv: Add Android Testers (Closed)
Patch Set: Fixed WebRTC expectation Created 4 years, 3 months 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path",
8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ],
11 "name": "cleanup_temp"
12 },
13 {
14 "cmd": [
15 "python",
16 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 17 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 18 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src '}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu m.googlesource.com/libyuv/libyuv'}]", 19 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src '}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu m.googlesource.com/libyuv/libyuv'}]",
9 "--patch_root", 20 "--patch_root",
10 "src", 21 "src",
11 "--revision_mapping_file", 22 "--revision_mapping_file",
12 "{\"src\": \"got_revision\"}", 23 "{\"src\": \"got_revision\"}",
13 "--git-cache-dir", 24 "--git-cache-dir",
14 "[GIT_CACHE]", 25 "[GIT_CACHE]",
15 "--issue", 26 "--issue",
16 "123456789", 27 "123456789",
17 "--patchset", 28 "--patchset",
18 "1", 29 "1",
19 "--rietveld_server", 30 "--rietveld_server",
20 "https://rietveld.example.com", 31 "https://rietveld.example.com",
21 "--output_json", 32 "--output_json",
22 "/path/to/tmp/json", 33 "/path/to/tmp/json",
23 "--revision", 34 "--revision",
24 "src@12345", 35 "src@deadbeef",
25 "--output_manifest" 36 "--output_manifest"
26 ], 37 ],
27 "env": { 38 "env": {
28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
29 }, 40 },
30 "name": "bot_update", 41 "name": "bot_update",
31 "~followup_annotations": [ 42 "~followup_annotations": [
32 "@@@STEP_TEXT@Some step text@@@", 43 "@@@STEP_TEXT@Some step text@@@",
33 "@@@STEP_LOG_LINE@json.output@{@@@", 44 "@@@STEP_LOG_LINE@json.output@{@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@",
37 "@@@STEP_LOG_LINE@json.output@ }, @@@", 48 "@@@STEP_LOG_LINE@json.output@ }, @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 49 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", 50 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@", 51 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@", 52 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
42 "@@@STEP_LOG_LINE@json.output@ }@@@", 53 "@@@STEP_LOG_LINE@json.output@ }@@@",
43 "@@@STEP_LOG_LINE@json.output@ }, @@@", 54 "@@@STEP_LOG_LINE@json.output@ }, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 55 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 56 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 57 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
47 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@", 58 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
48 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\"@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\"@@@",
49 "@@@STEP_LOG_LINE@json.output@ }, @@@", 60 "@@@STEP_LOG_LINE@json.output@ }, @@@",
50 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 61 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
51 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 62 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
52 "@@@STEP_LOG_LINE@json.output@}@@@", 63 "@@@STEP_LOG_LINE@json.output@}@@@",
53 "@@@STEP_LOG_END@json.output@@@", 64 "@@@STEP_LOG_END@json.output@@@",
54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 65 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 66 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
56 ] 67 ]
57 }, 68 },
58 { 69 {
59 "cmd": [
60 "python",
61 "-u",
62 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
63 "--show-path",
64 "python",
65 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
66 ],
67 "name": "cleanup_temp"
68 },
69 {
70 "name": "ensure_goma" 70 "name": "ensure_goma"
71 }, 71 },
72 { 72 {
73 "cmd": [ 73 "cmd": [
74 "python", 74 "python",
75 "-u", 75 "-u",
76 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 76 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
77 "--platform", 77 "--platform",
78 "linux-amd64", 78 "linux-amd64",
79 "--dest-directory", 79 "--dest-directory",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 }, 208 },
209 { 209 {
210 "cmd": [ 210 "cmd": [
211 "python", 211 "python",
212 "-u", 212 "-u",
213 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 213 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
214 "--target", 214 "--target",
215 "Release", 215 "Release",
216 "--no-xvfb", 216 "--no-xvfb",
217 "--factory-properties", 217 "--factory-properties",
218 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_tsan2\", \"issue \": \"123456789\", \"mastername\": \"tryserver.libyuv\", \"patchset\": \"1\", \" recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"rietveld\": \"https://ri etveld.example.com\", \"slavename\": \"slavename\"}", 218 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_tsan2\", \"build number\": 1337, \"issue\": \"123456789\", \"mastername\": \"tryserver.libyuv\", \"patchset\": \"1\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"deadbeef\", \"rietveld\": \"https://rietveld.example.com\", \"slavename\": \"slavename\"}",
219 "--build-properties", 219 "--build-properties",
220 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_tsan2\", \"issue \": \"123456789\", \"mastername\": \"tryserver.libyuv\", \"patchset\": \"1\", \" recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"rietveld\": \"https://ri etveld.example.com\", \"slavename\": \"slavename\"}", 220 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_tsan2\", \"build number\": 1337, \"issue\": \"123456789\", \"mastername\": \"tryserver.libyuv\", \"patchset\": \"1\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"deadbeef\", \"rietveld\": \"https://rietveld.example.com\", \"slavename\": \"slavename\"}",
221 "--step-name=libyuv_unittest", 221 "--step-name=libyuv_unittest",
222 "--builder-name=linux_tsan2", 222 "--builder-name=linux_tsan2",
223 "--slave-name=slavename", 223 "--slave-name=slavename",
224 "--build-number=1337",
224 "--enable-tsan", 225 "--enable-tsan",
225 "libyuv_unittest" 226 "libyuv_unittest"
226 ], 227 ],
227 "name": "libyuv_unittest" 228 "name": "libyuv_unittest"
228 }, 229 },
229 { 230 {
230 "name": "$result", 231 "name": "$result",
231 "recipe_result": null, 232 "recipe_result": null,
232 "status_code": 0 233 "status_code": 0
233 } 234 }
234 ] 235 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698