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

Side by Side Diff: scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_fyi_Mac.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.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Mac", 10 "Mac",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#120644}\"@@@" , 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#120644}\"@@@" ,
71 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383 }\"@@@", 71 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383 }\"@@@",
72 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134 440}\"@@@", 72 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134 440}\"@@@",
73 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702 42}\"@@@" 73 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702 42}\"@@@"
74 ] 74 ]
75 }, 75 },
76 { 76 {
77 "cmd": [ 77 "cmd": [
78 "python", 78 "python",
79 "-u", 79 "-u",
80 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/cleanup_files.py", 80 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
81 "[SLAVE_BUILD]/src/out" 81 "[SLAVE_BUILD]/src/out"
82 ], 82 ],
83 "name": "clean test output files" 83 "name": "clean test output files"
84 }, 84 },
85 { 85 {
86 "cmd": [ 86 "cmd": [
87 "python", 87 "python",
88 "-u", 88 "-u",
89 "[BUILD]/scripts/slave/cleanup_temp.py" 89 "[BUILD]/scripts/slave/cleanup_temp.py"
90 ], 90 ],
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "-o", 306 "-o",
307 "gtest-results/content_unittests", 307 "gtest-results/content_unittests",
308 "--builder-name=Mac", 308 "--builder-name=Mac",
309 "--slave-name=TestSlavename", 309 "--slave-name=TestSlavename",
310 "--build-number=571", 310 "--build-number=571",
311 "content_unittests" 311 "content_unittests"
312 ], 312 ],
313 "name": "content_unittests" 313 "name": "content_unittests"
314 } 314 }
315 ] 315 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698