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

Side by Side Diff: scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_fyi_Linux.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 "Linux", 10 "Linux",
(...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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "-o", 312 "-o",
313 "gtest-results/content_unittests", 313 "gtest-results/content_unittests",
314 "--builder-name=Linux", 314 "--builder-name=Linux",
315 "--slave-name=TestSlavename", 315 "--slave-name=TestSlavename",
316 "--build-number=571", 316 "--build-number=571",
317 "content_unittests" 317 "content_unittests"
318 ], 318 ],
319 "name": "content_unittests" 319 "name": "content_unittests"
320 } 320 }
321 ] 321 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698