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

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

Issue 2215803002: Move builder_spec, [dm|nanobench]_flags, builder_name_schema to recipes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add missing blacklist 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 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json",
8 "Housekeeper-PerCommit-Trybot"
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\": true, @@@",
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", 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",
45 "[SLAVE_BUILD]/tmp", 7 "[SLAVE_BUILD]/tmp",
46 "511" 8 "511"
47 ], 9 ],
48 "name": "makedirs tmp_dir", 10 "name": "makedirs tmp_dir",
49 "~followup_annotations": [ 11 "~followup_annotations": [
50 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
51 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
52 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
53 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "SKIA_OUT": "[SLAVE_BUILD]/out" 56 "SKIA_OUT": "[SLAVE_BUILD]/out"
95 }, 57 },
96 "name": "generate and upload binary size data" 58 "name": "generate and upload binary size data"
97 }, 59 },
98 { 60 {
99 "name": "$result", 61 "name": "$result",
100 "recipe_result": null, 62 "recipe_result": null,
101 "status_code": 0 63 "status_code": 0
102 } 64 }
103 ] 65 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698