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

Side by Side Diff: scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_Syzygy_Official.json

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase 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\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "--gsutil-py-path", 111 "--gsutil-py-path",
112 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 112 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
113 "--ninja-path", 113 "--ninja-path",
114 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 114 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
115 "--target", 115 "--target",
116 "Release", 116 "Release",
117 "--src-dir", 117 "--src-dir",
118 "[SLAVE_BUILD]\\src", 118 "[SLAVE_BUILD]\\src",
119 "--goma-cache-dir", 119 "--goma-cache-dir",
120 "[GOMA_CACHE]", 120 "[GOMA_CACHE]",
121 "--buildbot-buildername",
122 "Syzygy Official",
123 "--buildbot-mastername",
124 "master.client.syzygy",
125 "--buildbot-slavename",
126 "vm331-m3",
121 "--ninja-ensure-up-to-date", 127 "--ninja-ensure-up-to-date",
122 "--", 128 "--",
123 "official_build" 129 "official_build"
124 ], 130 ],
125 "env": { 131 "env": {
126 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
127 }, 133 },
128 "name": "compile" 134 "name": "compile"
129 }, 135 },
130 { 136 {
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "~followup_annotations": [ 325 "~followup_annotations": [
320 "@@@STEP_TEXT@Syzygy Smoke Test@@@" 326 "@@@STEP_TEXT@Syzygy Smoke Test@@@"
321 ] 327 ]
322 }, 328 },
323 { 329 {
324 "name": "$result", 330 "name": "$result",
325 "recipe_result": null, 331 "recipe_result": null,
326 "status_code": 0 332 "status_code": 0
327 } 333 }
328 ] 334 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698