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

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

Issue 2370153003: Make the housekeeper upload doxygen to a newer bucket (Closed)
Patch Set: Remove lots of references to chromium-skia-gm Created 4 years, 2 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
« no previous file with comments | « infra/bots/recipes/swarm_housekeeper.py ('k') | site/dev/contrib/directory.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 19 matching lines...) Expand all
30 "env": { 30 "env": {
31 "BUILDTYPE": "Release", 31 "BUILDTYPE": "Release",
32 "CHROME_HEADLESS": "1", 32 "CHROME_HEADLESS": "1",
33 "SKIA_OUT": "[SLAVE_BUILD]/out" 33 "SKIA_OUT": "[SLAVE_BUILD]/out"
34 }, 34 },
35 "name": "android platform self-tests" 35 "name": "android platform self-tests"
36 }, 36 },
37 { 37 {
38 "cmd": [ 38 "cmd": [
39 "python", 39 "python",
40 "RECIPE_MODULE[skia::core]/resources/generate_and_upload_doxygen.py", 40 "RECIPE_MODULE[skia::core]/resources/generate_and_upload_doxygen.py"
41 "[DEPOT_TOOLS]/gsutil.py"
42 ], 41 ],
43 "cwd": "[SLAVE_BUILD]/skia", 42 "cwd": "[SLAVE_BUILD]/skia",
44 "env": { 43 "env": {
45 "BUILDTYPE": "Release", 44 "BUILDTYPE": "Release",
46 "CHROME_HEADLESS": "1", 45 "CHROME_HEADLESS": "1",
47 "SKIA_OUT": "[SLAVE_BUILD]/out" 46 "SKIA_OUT": "[SLAVE_BUILD]/out"
48 }, 47 },
49 "name": "generate and upload doxygen" 48 "name": "generate and upload doxygen"
50 }, 49 },
51 { 50 {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "SKIA_OUT": "[SLAVE_BUILD]/out" 97 "SKIA_OUT": "[SLAVE_BUILD]/out"
99 }, 98 },
100 "name": "run extract_comments" 99 "name": "run extract_comments"
101 }, 100 },
102 { 101 {
103 "name": "$result", 102 "name": "$result",
104 "recipe_result": null, 103 "recipe_result": null,
105 "status_code": 0 104 "status_code": 0
106 } 105 }
107 ] 106 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_housekeeper.py ('k') | site/dev/contrib/directory.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698