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

Side by Side Diff: scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Mac_Tester.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webrtc", 8 "chromium.webrtc",
9 "--builder", 9 "--builder",
10 "Mac Tester", 10 "Mac Tester",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245} \"@@@", 66 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245} \"@@@",
67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
68 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383 }\"@@@", 68 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383 }\"@@@",
69 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134 440}\"@@@" 69 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134 440}\"@@@"
70 ] 70 ]
71 }, 71 },
72 { 72 {
73 "cmd": [ 73 "cmd": [
74 "python", 74 "python",
75 "-u", 75 "-u",
76 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/cleanup_files.py", 76 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
77 "[SLAVE_BUILD]/src/out" 77 "[SLAVE_BUILD]/src/out"
78 ], 78 ],
79 "name": "clean test output files" 79 "name": "clean test output files"
80 }, 80 },
81 { 81 {
82 "cmd": [ 82 "cmd": [
83 "python", 83 "python",
84 "-u", 84 "-u",
85 "[BUILD]/scripts/slave/cleanup_temp.py" 85 "[BUILD]/scripts/slave/cleanup_temp.py"
86 ], 86 ],
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "-o", 278 "-o",
279 "gtest-results/content_unittests", 279 "gtest-results/content_unittests",
280 "--builder-name=Mac Tester", 280 "--builder-name=Mac Tester",
281 "--slave-name=TestSlavename", 281 "--slave-name=TestSlavename",
282 "--build-number=571", 282 "--build-number=571",
283 "content_unittests" 283 "content_unittests"
284 ], 284 ],
285 "name": "content_unittests" 285 "name": "content_unittests"
286 } 286 }
287 ] 287 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698