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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/parent.json

Issue 942953002: Add iOS try bots using the new iOS try bot recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 10 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "[BUILD]/scripts/slave/ios/host_info.py", 4 "[BUILD]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", 54 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@",
55 "@@@STEP_LOG_LINE@json.output@}@@@", 55 "@@@STEP_LOG_LINE@json.output@}@@@",
56 "@@@STEP_LOG_END@json.output@@@" 56 "@@@STEP_LOG_END@json.output@@@"
57 ] 57 ]
58 }, 58 },
59 { 59 {
60 "cmd": [ 60 "cmd": [
61 "python", 61 "python",
62 "-u", 62 "-u",
63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
64 "[SLAVE_BUILD]/src/ios/build/bots/chromium.mac/ios.json", 64 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json",
65 "/path/to/tmp/json" 65 "/path/to/tmp/json"
66 ], 66 ],
67 "name": "read build config", 67 "name": "read build config",
68 "~followup_annotations": [ 68 "~followup_annotations": [
69 "@@@STEP_LOG_LINE@json.output@{@@@", 69 "@@@STEP_LOG_LINE@json.output@{@@@",
70 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@", 70 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@",
71 "@@@STEP_LOG_LINE@json.output@ {@@@", 71 "@@@STEP_LOG_LINE@json.output@ {@@@",
72 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests\", @@@", 72 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests\", @@@",
73 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" , 73 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" ,
74 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@", 74 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@",
75 "@@@STEP_LOG_LINE@json.output@ }@@@", 75 "@@@STEP_LOG_LINE@json.output@ }@@@",
76 "@@@STEP_LOG_LINE@json.output@ ], @@@", 76 "@@@STEP_LOG_LINE@json.output@ ], @@@",
77 "@@@STEP_LOG_LINE@json.output@ \"triggered by\": \"parent\"@@@", 77 "@@@STEP_LOG_LINE@json.output@ \"triggered by\": \"parent\"@@@",
78 "@@@STEP_LOG_LINE@json.output@}@@@", 78 "@@@STEP_LOG_LINE@json.output@}@@@",
79 "@@@STEP_LOG_END@json.output@@@" 79 "@@@STEP_LOG_END@json.output@@@"
80 ] 80 ]
81 }, 81 },
82 { 82 {
83 "cmd": [ 83 "cmd": [
84 "python", 84 "python",
85 "-u", 85 "-u",
86 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 86 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
87 "[SLAVE_BUILD]/src/ios/build/bots/chromium.mac/parent.json", 87 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/parent.json",
88 "/path/to/tmp/json" 88 "/path/to/tmp/json"
89 ], 89 ],
90 "name": "read parent build config (parent)", 90 "name": "read parent build config (parent)",
91 "~followup_annotations": [ 91 "~followup_annotations": [
92 "@@@STEP_LOG_LINE@json.output@{@@@", 92 "@@@STEP_LOG_LINE@json.output@{@@@",
93 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 93 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
94 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 94 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
95 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@", 95 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@",
96 "@@@STEP_LOG_LINE@json.output@ }, @@@", 96 "@@@STEP_LOG_LINE@json.output@ }, @@@",
97 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", 97 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "@@@STEP_LOG_LINE@json.output@ }@@@", 175 "@@@STEP_LOG_LINE@json.output@ }@@@",
176 "@@@STEP_LOG_LINE@json.output@}@@@", 176 "@@@STEP_LOG_LINE@json.output@}@@@",
177 "@@@STEP_LOG_END@json.output@@@", 177 "@@@STEP_LOG_END@json.output@@@",
178 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", 178 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
179 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 179 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
180 "@@@STEP_LOG_END@fake log@@@", 180 "@@@STEP_LOG_END@fake log@@@",
181 "@@@STEP_LINK@fake URL text@fake URL@@@" 181 "@@@STEP_LINK@fake URL text@fake URL@@@"
182 ] 182 ]
183 } 183 }
184 ] 184 ]
OLDNEW
« scripts/slave/recipes/ios/try.py ('K') | « scripts/slave/recipes/ios/try.expected/basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698