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

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

Issue 2175373002: Move Skia recipes from build repo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fixes, add simulation test to presubmit 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
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json",
8 "Housekeeper-PerCommit"
9 ],
10 "cwd": "[SLAVE_BUILD]/skia",
11 "name": "exec buildbot_spec.py",
12 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@json.output@{@@@",
14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
16 "@@@STEP_LOG_LINE@json.output@ ], @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
18 "@@@STEP_LOG_LINE@json.output@ \"frequency\": \"PerCommit\", @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Housekeeper\"@@@",
21 "@@@STEP_LOG_LINE@json.output@ }, @@@",
22 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
23 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@",
24 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
25 "@@@STEP_LOG_LINE@json.output@ ], @@@",
26 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@",
27 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@",
28 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
29 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_shared_lib=1 ski a_warnings_as_errors=0\"@@@",
30 "@@@STEP_LOG_LINE@json.output@ }, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@",
32 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
33 "@@@STEP_LOG_LINE@json.output@ ], @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
36 "@@@STEP_LOG_LINE@json.output@}@@@",
37 "@@@STEP_LOG_END@json.output@@@"
38 ]
39 },
40 {
41 "cmd": [
42 "python",
43 "-u",
44 "\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",
45 "[SLAVE_BUILD]/tmp",
46 "511"
47 ],
48 "name": "makedirs tmp_dir",
49 "~followup_annotations": [
50 "@@@STEP_LOG_LINE@python.inline@@@@",
51 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
52 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
53 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
54 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
55 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
56 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
57 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
58 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
59 "@@@STEP_LOG_END@python.inline@@@"
60 ]
61 },
62 {
63 "cmd": [
64 "python",
65 "[SLAVE_BUILD]/skia/platform_tools/android/tests/run_all.py"
66 ],
67 "cwd": "[SLAVE_BUILD]/skia",
68 "env": {
69 "BUILDTYPE": "Release",
70 "CHROME_HEADLESS": "1",
71 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
72 "PYTHONPATH": "[BUILD]/scripts",
73 "SKIA_OUT": "[SLAVE_BUILD]/out"
74 },
75 "name": "android platform self-tests"
76 },
77 {
78 "cmd": [
79 "python",
80 "RECIPE_MODULE[skia::skia]/resources/generate_and_upload_doxygen.py",
81 "[DEPOT_TOOLS]/third_party/gsutil/gsutil"
82 ],
83 "cwd": "[SLAVE_BUILD]/skia",
84 "env": {
85 "BUILDTYPE": "Release",
86 "CHROME_HEADLESS": "1",
87 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
88 "PYTHONPATH": "[BUILD]/scripts",
89 "SKIA_OUT": "[SLAVE_BUILD]/out"
90 },
91 "name": "generate and upload doxygen"
92 },
93 {
94 "cmd": [
95 "python",
96 "RECIPE_MODULE[skia::skia]/resources/run_binary_size_analysis.py",
97 "--library",
98 "[SLAVE_BUILD]/out/Release/lib/libskia.so",
99 "--githash",
100 "abc123",
101 "--gsutil_path",
102 "[DEPOT_TOOLS]/third_party/gsutil/gsutil"
103 ],
104 "cwd": "[SLAVE_BUILD]/skia",
105 "env": {
106 "BUILDTYPE": "Release",
107 "CHROME_HEADLESS": "1",
108 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
109 "PYTHONPATH": "[BUILD]/scripts",
110 "SKIA_OUT": "[SLAVE_BUILD]/out"
111 },
112 "name": "generate and upload binary size data"
113 },
114 {
115 "name": "$result",
116 "recipe_result": null,
117 "status_code": 0
118 }
119 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698