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 "tryserver.libyuv", | 8 "tryserver.libyuv", |
9 "--builder", | 9 "--builder", |
10 "linux_ubsan", | 10 "linux_ubsan", |
11 "--slave", | 11 "--slave", |
12 "slavename", | 12 "slavename", |
13 "--spec", | 13 "--spec", |
14 "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'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'root_dir': 'src'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url
': 'https://chromium.googlesource.com/libyuv/libyuv'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{}", | 18 "{}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--patch_url", | 21 "--patch_url", |
22 "try_job_svn_patch", | 22 "try_job_svn_patch", |
23 "--output_json", | 23 "--output_json", |
24 "/path/to/tmp/json", | 24 "/path/to/tmp/json", |
25 "--revision", | 25 "--revision", |
26 "src@12345", | 26 "src@12345", |
27 "--force", | 27 "--force", |
28 "--output_manifest" | 28 "--output_manifest" |
29 ], | 29 ], |
30 "cwd": "[SLAVE_BUILD]", | |
31 "env": { | 30 "env": { |
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
33 }, | 32 }, |
34 "name": "bot_update", | 33 "name": "bot_update", |
35 "~followup_annotations": [ | 34 "~followup_annotations": [ |
36 "@@@STEP_TEXT@Some step text@@@", | 35 "@@@STEP_TEXT@Some step text@@@", |
37 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
41 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
47 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
48 "@@@STEP_LOG_LINE@json.output@}@@@", | 47 "@@@STEP_LOG_LINE@json.output@}@@@", |
49 "@@@STEP_LOG_END@json.output@@@" | 48 "@@@STEP_LOG_END@json.output@@@" |
50 ] | 49 ] |
51 }, | 50 }, |
52 { | 51 { |
53 "cmd": [ | 52 "cmd": [ |
54 "python", | 53 "python", |
55 "-u", | 54 "-u", |
56 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 55 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
57 "runhooks" | 56 "runhooks" |
58 ], | 57 ], |
59 "cwd": "[SLAVE_BUILD]", | |
60 "env": { | 58 "env": { |
61 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 59 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
62 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' release_extra_cflags=-fno-sanitize-recover=undefine
d target_arch=x64 ubsan=1 use_goma=1", | 60 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[ROOT]/b/build/goma' release_extra_cflags=-fno-sanitize-recover=u
ndefined target_arch=x64 ubsan=1 use_goma=1", |
63 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
64 }, | 62 }, |
65 "name": "gclient runhooks" | 63 "name": "gclient runhooks" |
66 }, | 64 }, |
67 { | 65 { |
68 "allow_subannotations": true, | 66 "allow_subannotations": true, |
69 "cmd": [ | 67 "cmd": [ |
70 "python", | 68 "python", |
71 "-u", | 69 "-u", |
72 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 70 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
73 "--src-dir", | 71 "--src-dir", |
74 "[SLAVE_BUILD]/src", | 72 "[CWD]/src", |
75 "--output-json", | 73 "--output-json", |
76 "/path/to/tmp/json" | 74 "/path/to/tmp/json" |
77 ], | 75 ], |
78 "cwd": "[SLAVE_BUILD]", | |
79 "env": { | 76 "env": { |
80 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 77 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
81 }, | 78 }, |
82 "name": "clang_revision", | 79 "name": "clang_revision", |
83 "~followup_annotations": [ | 80 "~followup_annotations": [ |
84 "@@@STEP_LOG_LINE@json.output@{@@@", | 81 "@@@STEP_LOG_LINE@json.output@{@@@", |
85 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 82 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
86 "@@@STEP_LOG_LINE@json.output@}@@@", | 83 "@@@STEP_LOG_LINE@json.output@}@@@", |
87 "@@@STEP_LOG_END@json.output@@@" | 84 "@@@STEP_LOG_END@json.output@@@" |
88 ] | 85 ] |
89 }, | 86 }, |
90 { | 87 { |
91 "cmd": [ | 88 "cmd": [ |
92 "python", | 89 "python", |
93 "-u", | 90 "-u", |
94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 91 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
95 "--show-path", | 92 "--show-path", |
96 "python", | 93 "python", |
97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 94 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
98 "--gsutil-py-path", | 95 "--gsutil-py-path", |
99 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 96 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
100 "--ninja-path", | 97 "--ninja-path", |
101 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 98 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
102 "--target", | 99 "--target", |
103 "Release", | 100 "Release", |
104 "--src-dir", | 101 "--src-dir", |
105 "[SLAVE_BUILD]/src", | 102 "[CWD]/src", |
106 "--goma-cache-dir", | 103 "--goma-cache-dir", |
107 "[GOMA_CACHE]", | 104 "[ROOT]/b/build/slave/goma_cache", |
108 "--build-tool", | 105 "--build-tool", |
109 "ninja", | 106 "ninja", |
110 "--compiler", | 107 "--compiler", |
111 "goma-clang", | 108 "goma-clang", |
112 "--goma-jsonstatus", | 109 "--goma-jsonstatus", |
113 "/path/to/tmp/json", | 110 "/path/to/tmp/json", |
114 "--goma-service-account-json-file", | 111 "--goma-service-account-json-file", |
115 "/creds/service_accounts/service-account-goma-client.json", | 112 "/creds/service_accounts/service-account-goma-client.json", |
116 "--goma-dir", | 113 "--goma-dir", |
117 "[BUILD]/goma", | 114 "[ROOT]/b/build/goma", |
118 "--goma-fail-fast", | 115 "--goma-fail-fast", |
119 "--goma-disable-local-fallback", | 116 "--goma-disable-local-fallback", |
120 "--", | 117 "--", |
121 "All" | 118 "All" |
122 ], | 119 ], |
123 "cwd": "[SLAVE_BUILD]", | |
124 "env": { | 120 "env": { |
125 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 121 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
126 }, | 122 }, |
127 "name": "compile", | 123 "name": "compile", |
128 "~followup_annotations": [ | 124 "~followup_annotations": [ |
129 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 125 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
130 "@@@STEP_LOG_END@json.output (invalid)@@@" | 126 "@@@STEP_LOG_END@json.output (invalid)@@@" |
131 ] | 127 ] |
132 }, | 128 }, |
133 { | 129 { |
134 "cmd": [ | 130 "cmd": [ |
135 "python", | 131 "python", |
136 "-u", | 132 "-u", |
137 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 133 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
138 "--target", | 134 "--target", |
139 "Release", | 135 "Release", |
140 "--no-xvfb", | 136 "--no-xvfb", |
141 "--factory-properties", | 137 "--factory-properties", |
142 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"maste
rname\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\":
\"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 138 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"maste
rname\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\":
\"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
143 "--build-properties", | 139 "--build-properties", |
144 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"maste
rname\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\":
\"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 140 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"maste
rname\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\":
\"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
145 "--step-name=libyuv_unittest", | 141 "--step-name=libyuv_unittest", |
146 "--builder-name=linux_ubsan", | 142 "--builder-name=linux_ubsan", |
147 "--slave-name=slavename", | 143 "--slave-name=slavename", |
148 "libyuv_unittest" | 144 "libyuv_unittest" |
149 ], | 145 ], |
150 "cwd": "[SLAVE_BUILD]", | |
151 "name": "libyuv_unittest" | 146 "name": "libyuv_unittest" |
152 }, | 147 }, |
153 { | 148 { |
154 "name": "$result", | 149 "name": "$result", |
155 "recipe_result": null, | 150 "recipe_result": null, |
156 "status_code": 0 | 151 "status_code": 0 |
157 } | 152 } |
158 ] | 153 ] |
OLD | NEW |