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

Side by Side Diff: infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.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 sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[SLAVE_BUILD]/tmp", 7 "[SLAVE_BUILD]/tmp",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs tmp_dir", 10 "name": "makedirs tmp_dir",
(...skipping 12 matching lines...) Expand all
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "[SLAVE_BUILD]/skia/platform_tools/android/tests/run_all.py" 27 "[SLAVE_BUILD]/skia/platform_tools/android/tests/run_all.py"
28 ], 28 ],
29 "cwd": "[SLAVE_BUILD]/skia", 29 "cwd": "[SLAVE_BUILD]/skia",
30 "env": { 30 "env": {
31 "BUILDTYPE": "Release", 31 "BUILDTYPE": "Release",
32 "CHROME_HEADLESS": "1", 32 "CHROME_HEADLESS": "1",
33 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
34 "SKIA_OUT": "[SLAVE_BUILD]/out" 33 "SKIA_OUT": "[SLAVE_BUILD]/out"
35 }, 34 },
36 "name": "android platform self-tests" 35 "name": "android platform self-tests"
37 }, 36 },
38 { 37 {
39 "cmd": [ 38 "cmd": [
40 "python", 39 "python",
41 "RECIPE_MODULE[skia::core]/resources/run_binary_size_analysis.py", 40 "RECIPE_MODULE[skia::core]/resources/run_binary_size_analysis.py",
42 "--library", 41 "--library",
43 "[SLAVE_BUILD]/out/Release/lib/libskia.so", 42 "[SLAVE_BUILD]/out/Release/lib/libskia.so",
44 "--githash", 43 "--githash",
45 "abc123", 44 "abc123",
46 "--gsutil_path", 45 "--gsutil_path",
47 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", 46 "[DEPOT_TOOLS]/third_party/gsutil/gsutil",
48 "--issue_number", 47 "--issue_number",
49 "500" 48 "500"
50 ], 49 ],
51 "cwd": "[SLAVE_BUILD]/skia", 50 "cwd": "[SLAVE_BUILD]/skia",
52 "env": { 51 "env": {
53 "BUILDTYPE": "Release", 52 "BUILDTYPE": "Release",
54 "CHROME_HEADLESS": "1", 53 "CHROME_HEADLESS": "1",
55 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
56 "SKIA_OUT": "[SLAVE_BUILD]/out" 54 "SKIA_OUT": "[SLAVE_BUILD]/out"
57 }, 55 },
58 "name": "generate and upload binary size data" 56 "name": "generate and upload binary size data"
59 }, 57 },
60 { 58 {
61 "name": "$result", 59 "name": "$result",
62 "recipe_result": null, 60 "recipe_result": null,
63 "status_code": 0 61 "status_code": 0
64 } 62 }
65 ] 63 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698