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

Side by Side Diff: infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json

Issue 2356813003: Attempt to fix nanobench upload (Closed)
Patch Set: Don't gzip locally 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 "\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 25 matching lines...) Expand all
36 }, 36 },
37 { 37 {
38 "cmd": [ 38 "cmd": [
39 "python", 39 "python",
40 "RECIPE_MODULE[skia::core]/resources/run_binary_size_analysis.py", 40 "RECIPE_MODULE[skia::core]/resources/run_binary_size_analysis.py",
41 "--library", 41 "--library",
42 "[SLAVE_BUILD]/out/Release/lib/libskia.so", 42 "[SLAVE_BUILD]/out/Release/lib/libskia.so",
43 "--githash", 43 "--githash",
44 "abc123", 44 "abc123",
45 "--gsutil_path", 45 "--gsutil_path",
46 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", 46 "[DEPOT_TOOLS]/gsutil.py",
47 "--issue_number", 47 "--issue_number",
48 "500" 48 "500"
49 ], 49 ],
50 "cwd": "[SLAVE_BUILD]/skia", 50 "cwd": "[SLAVE_BUILD]/skia",
51 "env": { 51 "env": {
52 "BUILDTYPE": "Release", 52 "BUILDTYPE": "Release",
53 "CHROME_HEADLESS": "1", 53 "CHROME_HEADLESS": "1",
54 "SKIA_OUT": "[SLAVE_BUILD]/out" 54 "SKIA_OUT": "[SLAVE_BUILD]/out"
55 }, 55 },
56 "name": "generate and upload binary size data" 56 "name": "generate and upload binary size data"
(...skipping 29 matching lines...) Expand all
86 "SKIA_OUT": "[SLAVE_BUILD]/out" 86 "SKIA_OUT": "[SLAVE_BUILD]/out"
87 }, 87 },
88 "name": "run extract_comments" 88 "name": "run extract_comments"
89 }, 89 },
90 { 90 {
91 "name": "$result", 91 "name": "$result",
92 "recipe_result": null, 92 "recipe_result": null,
93 "status_code": 0 93 "status_code": 0
94 } 94 }
95 ] 95 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit.json ('k') | infra/bots/recipes/swarm_trigger.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698