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 "win_rel", | 10 "win_rel", |
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": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 59 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
62 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1", | 60 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[ROOT]\\b\\build\\goma' target_arch=ia32 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 "cmd": [ | 66 "cmd": [ |
69 "python", | 67 "python", |
70 "-u", | 68 "-u", |
71 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 69 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
72 "--show-path", | 70 "--show-path", |
73 "python", | 71 "python", |
74 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 72 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
75 "--gsutil-py-path", | 73 "--gsutil-py-path", |
76 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 74 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
77 "--ninja-path", | 75 "--ninja-path", |
78 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 76 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
79 "--target", | 77 "--target", |
80 "Release", | 78 "Release", |
81 "--src-dir", | 79 "--src-dir", |
82 "[SLAVE_BUILD]\\src", | 80 "[CWD]\\src", |
83 "--goma-cache-dir", | 81 "--goma-cache-dir", |
84 "[GOMA_CACHE]", | 82 "[ROOT]\\b\\build\\slave\\goma_cache", |
85 "--build-tool", | 83 "--build-tool", |
86 "ninja", | 84 "ninja", |
87 "--compiler", | 85 "--compiler", |
88 "goma", | 86 "goma", |
89 "--goma-jsonstatus", | 87 "--goma-jsonstatus", |
90 "/path/to/tmp/json", | 88 "/path/to/tmp/json", |
91 "--goma-service-account-json-file", | 89 "--goma-service-account-json-file", |
92 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 90 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
93 "--goma-dir", | 91 "--goma-dir", |
94 "[BUILD]\\goma", | 92 "[ROOT]\\b\\build\\goma", |
95 "--goma-fail-fast", | 93 "--goma-fail-fast", |
96 "--goma-disable-local-fallback", | 94 "--goma-disable-local-fallback", |
97 "--", | 95 "--", |
98 "All" | 96 "All" |
99 ], | 97 ], |
100 "cwd": "[SLAVE_BUILD]", | |
101 "env": { | 98 "env": { |
102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 99 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
103 }, | 100 }, |
104 "name": "compile", | 101 "name": "compile", |
105 "~followup_annotations": [ | 102 "~followup_annotations": [ |
106 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 103 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
107 "@@@STEP_LOG_END@json.output (invalid)@@@" | 104 "@@@STEP_LOG_END@json.output (invalid)@@@" |
108 ] | 105 ] |
109 }, | 106 }, |
110 { | 107 { |
111 "cmd": [ | 108 "cmd": [ |
112 "python", | 109 "python", |
113 "-u", | 110 "-u", |
114 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 111 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
115 "--target", | 112 "--target", |
116 "Release", | 113 "Release", |
117 "--factory-properties", | 114 "--factory-properties", |
118 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"win_rel\", \"masternam
e\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"l
ibyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 115 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"win_rel\", \"masternam
e\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"l
ibyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
119 "--build-properties", | 116 "--build-properties", |
120 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"win_rel\", \"masternam
e\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"l
ibyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 117 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"win_rel\", \"masternam
e\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"l
ibyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
121 "--step-name=libyuv_unittest", | 118 "--step-name=libyuv_unittest", |
122 "--builder-name=win_rel", | 119 "--builder-name=win_rel", |
123 "--slave-name=slavename", | 120 "--slave-name=slavename", |
124 "libyuv_unittest.exe" | 121 "libyuv_unittest.exe" |
125 ], | 122 ], |
126 "cwd": "[SLAVE_BUILD]", | |
127 "name": "libyuv_unittest" | 123 "name": "libyuv_unittest" |
128 }, | 124 }, |
129 { | 125 { |
130 "name": "$result", | 126 "name": "$result", |
131 "recipe_result": null, | 127 "recipe_result": null, |
132 "status_code": 0 | 128 "status_code": 0 |
133 } | 129 } |
134 ] | 130 ] |
OLD | NEW |