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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Debug.json

Issue 2209423002: [recipes] Remove build environment vars from default_env (Closed) Base URL: https://skia.googlesource.com/skia.git@merge_buildbot_spec_fix_coverage
Patch Set: [recipes] Remove build environment vars from default_env Created 4 years, 4 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 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION", 7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "~inc2.png", 86 "~inc2.png",
87 "~inc12.png", 87 "~inc12.png",
88 "~inc13.png", 88 "~inc13.png",
89 "~inc14.png", 89 "~inc14.png",
90 "~inc0.webp", 90 "~inc0.webp",
91 "~inc1.webp" 91 "~inc1.webp"
92 ], 92 ],
93 "env": { 93 "env": {
94 "BUILDTYPE": "Debug_x64", 94 "BUILDTYPE": "Debug_x64",
95 "CHROME_HEADLESS": "1", 95 "CHROME_HEADLESS": "1",
96 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_gpu=0 skia_ warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp",
97 "SKIA_OUT": "[SLAVE_BUILD]\\out" 96 "SKIA_OUT": "[SLAVE_BUILD]\\out"
98 }, 97 },
99 "name": "nanobench" 98 "name": "nanobench"
100 }, 99 },
101 { 100 {
102 "name": "$result", 101 "name": "$result",
103 "recipe_result": null, 102 "recipe_result": null,
104 "status_code": 0 103 "status_code": 0
105 } 104 }
106 ] 105 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698