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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release__clang_.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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 | Annotate | Revision Log
OLDNEW
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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Win64 Release (Clang)", 10 "Win64 Release (Clang)",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': '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 = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.goo glesource.com/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/w ebrtc-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 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[ROOT]\\b\\build\\slave\\cache_dir",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "src@12345", 24 "src@12345",
25 "--output_manifest" 25 "--output_manifest"
26 ], 26 ],
27 "cwd": "[SLAVE_BUILD]",
28 "env": { 27 "env": {
29 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 28 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
30 }, 29 },
31 "name": "bot_update", 30 "name": "bot_update",
32 "~followup_annotations": [ 31 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@", 32 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@", 33 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
54 "@@@STEP_LOG_END@json.output@@@", 53 "@@@STEP_LOG_END@json.output@@@",
55 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
57 ] 56 ]
58 }, 57 },
59 { 58 {
60 "cmd": [ 59 "cmd": [
61 "python", 60 "python",
62 "-u", 61 "-u",
63 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", 62 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py",
64 "[SLAVE_BUILD]\\src\\out" 63 "[CWD]\\src\\out"
65 ], 64 ],
66 "cwd": "[SLAVE_BUILD]",
67 "name": "clean test output files" 65 "name": "clean test output files"
68 }, 66 },
69 { 67 {
70 "cmd": [ 68 "cmd": [
71 "python", 69 "python",
72 "-u", 70 "-u",
73 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 71 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
74 "--show-path", 72 "--show-path",
75 "python", 73 "python",
76 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 74 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
77 ], 75 ],
78 "cwd": "[SLAVE_BUILD]",
79 "name": "cleanup_temp" 76 "name": "cleanup_temp"
80 }, 77 },
81 { 78 {
82 "cmd": [ 79 "cmd": [
83 "python", 80 "python",
84 "-u", 81 "-u",
85 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 82 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
86 "runhooks" 83 "runhooks"
87 ], 84 ],
88 "cwd": "[SLAVE_BUILD]",
89 "env": { 85 "env": {
90 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 86 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
91 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 target_arch=x64 use_goma= 1", 87 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[ROOT]\\b\\build\\goma' rtc_use_264=1 target_arch=x64 use_goma=1",
92 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 88 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
93 }, 89 },
94 "name": "gclient runhooks" 90 "name": "gclient runhooks"
95 }, 91 },
96 { 92 {
97 "allow_subannotations": true, 93 "allow_subannotations": true,
98 "cmd": [ 94 "cmd": [
99 "python", 95 "python",
100 "-u", 96 "-u",
101 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", 97 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py",
102 "--src-dir", 98 "--src-dir",
103 "[SLAVE_BUILD]\\src", 99 "[CWD]\\src",
104 "--output-json", 100 "--output-json",
105 "/path/to/tmp/json" 101 "/path/to/tmp/json"
106 ], 102 ],
107 "cwd": "[SLAVE_BUILD]",
108 "env": { 103 "env": {
109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 104 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
110 }, 105 },
111 "name": "clang_revision", 106 "name": "clang_revision",
112 "~followup_annotations": [ 107 "~followup_annotations": [
113 "@@@STEP_LOG_LINE@json.output@{@@@", 108 "@@@STEP_LOG_LINE@json.output@{@@@",
114 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 109 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
115 "@@@STEP_LOG_LINE@json.output@}@@@", 110 "@@@STEP_LOG_LINE@json.output@}@@@",
116 "@@@STEP_LOG_END@json.output@@@" 111 "@@@STEP_LOG_END@json.output@@@"
117 ] 112 ]
118 }, 113 },
119 { 114 {
120 "cmd": [ 115 "cmd": [
121 "python", 116 "python",
122 "-u", 117 "-u",
123 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 118 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
124 "--show-path", 119 "--show-path",
125 "python", 120 "python",
126 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 121 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
127 "--gsutil-py-path", 122 "--gsutil-py-path",
128 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 123 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
129 "--ninja-path", 124 "--ninja-path",
130 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 125 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
131 "--target", 126 "--target",
132 "Release_x64", 127 "Release_x64",
133 "--src-dir", 128 "--src-dir",
134 "[SLAVE_BUILD]\\src", 129 "[CWD]\\src",
135 "--goma-cache-dir", 130 "--goma-cache-dir",
136 "[GOMA_CACHE]", 131 "[ROOT]\\b\\build\\slave\\goma_cache",
137 "--build-tool", 132 "--build-tool",
138 "ninja", 133 "ninja",
139 "--compiler", 134 "--compiler",
140 "goma-clang", 135 "goma-clang",
141 "--goma-jsonstatus", 136 "--goma-jsonstatus",
142 "/path/to/tmp/json", 137 "/path/to/tmp/json",
143 "--goma-service-account-json-file", 138 "--goma-service-account-json-file",
144 "C:\\creds\\service_accounts\\service-account-goma-client.json", 139 "C:\\creds\\service_accounts\\service-account-goma-client.json",
145 "--goma-dir", 140 "--goma-dir",
146 "[BUILD]\\goma", 141 "[ROOT]\\b\\build\\goma",
147 "--", 142 "--",
148 "All" 143 "All"
149 ], 144 ],
150 "cwd": "[SLAVE_BUILD]",
151 "env": { 145 "env": {
152 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 146 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
153 }, 147 },
154 "name": "compile", 148 "name": "compile",
155 "~followup_annotations": [ 149 "~followup_annotations": [
156 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
157 "@@@STEP_LOG_END@json.output (invalid)@@@" 151 "@@@STEP_LOG_END@json.output (invalid)@@@"
158 ] 152 ]
159 }, 153 },
160 { 154 {
161 "name": "$result", 155 "name": "$result",
162 "recipe_result": null, 156 "recipe_result": null,
163 "status_code": 0 157 "status_code": 0
164 } 158 }
165 ] 159 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698