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