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

Issue 505153002: WebRTC: Remove android_apk recipe (Closed)

Created:
6 years, 3 months ago by kjellander_chromium
Modified:
6 years, 3 months ago
CC:
chromium-reviews, pgervais+watch_chromium.org, kjellander-cc_chromium.org, cmp-cc_chromium.org, stip+watch_chromium.org, ilevy-cc_chromium.org
Project:
tools
Visibility:
Public.

Description

WebRTC: Remove android_apk recipe This merges the android_apk into the standalone recipe since it's become possible to build the Android APK tests from a standalone checkout with https://review.webrtc.org/22149004/ Building from a standalone checkout also means we automatically gets http://crbug.com/402594 fixed. I changed the package/extract build revision passing a little for both standalone and chromium recipe, which will hopefully fix both http://crbug.com/407311 and http://crbug.com/385092 as well. This makes it possible to remove the base_android recipe module since it was only used by WebRTC anyway. The scripts/slave/patch_path_filter.py script is also removed, since there's no need for filtering of patches like these trybots needed. Along with that, the third_party/depot_tools_patch copy is no longer needed. Summary of master builder changes: client.webrtc: Renames: * Android -> Android Builder * Android (dbg) -> Android Builder (dbg) * Android Chromium-APK Tests bots gets "Chromium-APK" removed from their name. Removed: * Android Chromium-APK Builder * Android Chromium-APK Builder (dbg) tryserver.webrtc: Got APK tests added to their steps (previously only compiled): * android * android_rel Removed: * android_apk * android_apk_rel BUG=webrtc:3741, 402594, 407311, 385092 TESTED= Regular build and test of client.webrtc: scripts/tools/run_recipe.py webrtc/standalone buildername="Android Builder" mastername=client.webrtc slavename=x revision='"6973"' scripts/tools/run_recipe.py webrtc/standalone buildername="Android Tests (KK Nexus5)" mastername=client.webrtc slavename=x revision='"6973"' Trybot run of tryserver.webrtc: scripts/tools/run_recipe.py webrtc/standalone buildername="android" mastername=tryserver.webrtc slavename=x revision='"6973"' patchset=1 issue=22149004 rietveld=https://webrtc-codereview.appspot.com Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=291753

Patch Set 1 #

Patch Set 2 : Updated for https://codereview.chromium.org/500423004/ #

Total comments: 2

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2224 lines, -7751 lines) Patch
M masters/master.client.webrtc/master_android_cfg.py View 2 chunks +17 lines, -34 lines 0 comments Download
M masters/master.client.webrtc/slaves.cfg View 1 2 5 chunks +6 lines, -8 lines 0 comments Download
M masters/master.tryserver.webrtc/master.cfg View 1 chunk +1 line, -12 lines 0 comments Download
M masters/master.tryserver.webrtc/slaves.cfg View 3 chunks +2 lines, -4 lines 0 comments Download
D scripts/slave/patch_path_filter.py View 1 chunk +0 lines, -129 lines 0 comments Download
D scripts/slave/recipe_modules/base_android/__init__.py View 1 chunk +0 lines, -7 lines 0 comments Download
D scripts/slave/recipe_modules/base_android/api.py View 1 chunk +0 lines, -41 lines 0 comments Download
M scripts/slave/recipe_modules/webrtc/__init__.py View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipe_modules/webrtc/api.py View 1 5 chunks +86 lines, -62 lines 0 comments Download
M scripts/slave/recipe_modules/webrtc/builders.py View 1 2 12 chunks +19 lines, -65 lines 0 comments Download
M scripts/slave/recipe_modules/webrtc/chromium_android_config.py View 1 chunk +0 lines, -4 lines 0 comments Download
M scripts/slave/recipe_modules/webrtc/chromium_config.py View 1 chunk +0 lines, -13 lines 0 comments Download
M scripts/slave/recipe_modules/webrtc/config.py View 2 chunks +0 lines, -31 lines 0 comments Download
M scripts/slave/recipe_modules/webrtc/gclient_config.py View 8 chunks +0 lines, -21 lines 0 comments Download
D scripts/slave/recipes/webrtc/android_apk.py View 1 chunk +0 lines, -193 lines 0 comments Download
D scripts/slave/recipes/webrtc/android_apk.expected/client_webrtc_Android_Chromium_APK_Builder.json View 1 chunk +0 lines, -172 lines 0 comments Download
D scripts/slave/recipes/webrtc/android_apk.expected/client_webrtc_Android_Chromium_APK_Builder__dbg_.json View 1 chunk +0 lines, -172 lines 0 comments Download
D scripts/slave/recipes/webrtc/android_apk.expected/client_webrtc_Android_Chromium_APK_Builder_forced.json View 1 chunk +0 lines, -172 lines 0 comments Download
D scripts/slave/recipes/webrtc/android_apk.expected/client_webrtc_Android_Chromium_APK_Tests__JB_Nexus7_2_.json View 1 chunk +0 lines, -452 lines 0 comments Download
D scripts/slave/recipes/webrtc/android_apk.expected/client_webrtc_Android_Chromium_APK_Tests__JB_Nexus7_2__dbg_.json View 1 chunk +0 lines, -439 lines 0 comments Download
D scripts/slave/recipes/webrtc/android_apk.expected/client_webrtc_Android_Chromium_APK_Tests__KK_Nexus5_.json View 1 chunk +0 lines, -452 lines 0 comments Download
D scripts/slave/recipes/webrtc/android_apk.expected/client_webrtc_Android_Chromium_APK_Tests__KK_Nexus5__dbg_.json View 1 chunk +0 lines, -439 lines 0 comments Download
D scripts/slave/recipes/webrtc/android_apk.expected/client_webrtc_Android_Chromium_APK_Tests__KK_Nexus5__forced.json View 1 chunk +0 lines, -452 lines 0 comments Download
D scripts/slave/recipes/webrtc/android_apk.expected/tryserver_webrtc_android_apk.json View 1 chunk +0 lines, -496 lines 0 comments Download
D scripts/slave/recipes/webrtc/android_apk.expected/tryserver_webrtc_android_apk_rel.json View 1 chunk +0 lines, -509 lines 0 comments Download
M scripts/slave/recipes/webrtc/chromium.py View 4 chunks +20 lines, -31 lines 0 comments Download
M scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Android_Tests__dbg___JB_Nexus7_2_.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Android_Tests__dbg___KK_Nexus5_.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Linux_Tester.json View 1 chunk +1 line, -1 line 0 comments Download
A + scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Linux_Tester_forced_invalid.json View 4 chunks +15 lines, -32 lines 0 comments Download
M scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Mac_Tester.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Win7_Tester.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Win8_Tester.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_WinXP_Tester.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_fyi_Android_Tests__dbg___JB_Nexus7_2_.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_fyi_Android_Tests__dbg___KK_Nexus5_.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_fyi_Win7_Tester.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_fyi_Win7_Tester_periodic_triggered.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_fyi_WinXP_Tester.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/webrtc/standalone.py View 4 chunks +61 lines, -24 lines 0 comments Download
D scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android.json View 1 chunk +0 lines, -76 lines 0 comments Download
D scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android__dbg_.json View 1 chunk +0 lines, -76 lines 0 comments Download
A + scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android_builder.json View 1 chunk +19 lines, -0 lines 0 comments Download
A + scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android_builder__dbg_.json View 1 chunk +19 lines, -0 lines 0 comments Download
A + scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android_builder_forced.json View 2 chunks +19 lines, -2 lines 0 comments Download
A + scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android_tests__jb_nexus7_2_.json View 1 17 chunks +116 lines, -124 lines 0 comments Download
A scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android_tests__jb_nexus7_2__dbg_.json View 1 1 chunk +431 lines, -0 lines 0 comments Download
A + scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android_tests__kk_nexus5_.json View 1 17 chunks +116 lines, -124 lines 0 comments Download
A scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android_tests__kk_nexus5__dbg_.json View 1 1 chunk +431 lines, -0 lines 0 comments Download
A + scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android_tests__kk_nexus5__forced.json View 1 17 chunks +116 lines, -124 lines 0 comments Download
A + scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android_tests__kk_nexus5__forced_invalid.json View 2 chunks +31 lines, -13 lines 0 comments Download
M scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android.json View 1 1 chunk +338 lines, -0 lines 0 comments Download
M scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.json View 1 1 chunk +351 lines, -0 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/README View 1 chunk +0 lines, -29 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch1.args1 View 1 chunk +0 lines, -1 line 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch1.args2 View 1 chunk +0 lines, -1 line 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch1.args3 View 1 chunk +0 lines, -1 line 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch1.output1 View 1 chunk +0 lines, -108 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch1.output2 View 1 chunk +0 lines, -436 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch1.output3 View 0 chunks +-1 lines, --1 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch1.patch View 1 chunk +0 lines, -544 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch2.args1 View 1 chunk +0 lines, -1 line 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch2.args2 View 1 chunk +0 lines, -1 line 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch2.output1 View 1 chunk +0 lines, -35 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch2.output2 View 1 chunk +0 lines, -36 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch2.patch View 1 chunk +0 lines, -86 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch3.args1 View 1 chunk +0 lines, -1 line 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch3.args2 View 1 chunk +0 lines, -1 line 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch3.output1 View 1 chunk +0 lines, -23 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch3.output2 View 1 chunk +0 lines, -26 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/git_patch3.patch View 1 chunk +0 lines, -45 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/svn_patch1.args1 View 1 chunk +0 lines, -1 line 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/svn_patch1.args2 View 1 chunk +0 lines, -1 line 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/svn_patch1.args3 View 1 chunk +0 lines, -1 line 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/svn_patch1.output1 View 1 chunk +0 lines, -66 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/svn_patch1.output2 View 1 chunk +0 lines, -13 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/svn_patch1.output3 View 1 chunk +0 lines, -51 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/svn_patch1.patch View 1 chunk +0 lines, -130 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/svn_patch2.args1 View 1 chunk +0 lines, -1 line 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/svn_patch2.args2 View 1 chunk +0 lines, -1 line 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/svn_patch2.output1 View 1 chunk +0 lines, -18 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/svn_patch2.output2 View 1 chunk +0 lines, -6 lines 0 comments Download
D scripts/slave/unittests/data/patch_path_filter/svn_patch2.patch View 1 chunk +0 lines, -35 lines 0 comments Download
D scripts/slave/unittests/patch_path_filter_test.py View 1 chunk +0 lines, -128 lines 0 comments Download
D third_party/depot_tools_patch/README.chromium View 1 chunk +0 lines, -16 lines 0 comments Download
D third_party/depot_tools_patch/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/depot_tools_patch/patch.py View 1 chunk +0 lines, -543 lines 0 comments Download
D third_party/depot_tools_patch/test_support/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/depot_tools_patch/test_support/patches_data.py View 1 chunk +0 lines, -351 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
kjellander_chromium
kjellander@chromium.org changed reviewers: + iannucci@chromium.org, machenbach@chromium.org
6 years, 3 months ago (2014-08-26 13:52:31 UTC) #1
kjellander_chromium
Sorry for the huge review. I thought it would be quite tricky to do this ...
6 years, 3 months ago (2014-08-26 13:52:31 UTC) #2
kjellander_chromium
During local testing I found that the root directory is calculated by relative path traversal ...
6 years, 3 months ago (2014-08-27 14:32:59 UTC) #3
kjellander_chromium
kjellander@chromium.org changed reviewers: + phajdan.jr@chromium.org
6 years, 3 months ago (2014-08-29 09:33:16 UTC) #4
kjellander_chromium
phajdan: feel free to take a stab at this. I'd really like to get this ...
6 years, 3 months ago (2014-08-29 09:33:16 UTC) #5
Paweł Hajdan Jr.
LGTM
6 years, 3 months ago (2014-08-29 09:54:23 UTC) #6
kjellander_chromium
Patchset #3 (id:40001) has been deleted
6 years, 3 months ago (2014-08-29 11:05:59 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kjellander@chromium.org/505153002/60001
6 years, 3 months ago (2014-09-01 11:07:22 UTC) #9
commit-bot: I haz the power
6 years, 3 months ago (2014-09-01 11:09:16 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as 291753

Powered by Google App Engine
This is Rietveld 408576698