This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.2.0esr-12.0-1 in repository tor-browser.
commit 7eac0daab42815140aa6ed2f0472dbf4a44896d8 Author: Geoff Brown gbrown@mozilla.com AuthorDate: Mon Jun 20 19:47:50 2022 +0000
Bug 1774862 - Add build_platform attr to android webrender tasks; r=ahal, a=RyanVM
Add build_platform so that the esr android filter will work. https://searchfox.org/mozilla-central/rev/cc98a15c7327d742d283cddddde712a8a3...
Differential Revision: https://phabricator.services.mozilla.com/D149791 --- taskcluster/ci/webrender/kind.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
diff --git a/taskcluster/ci/webrender/kind.yml b/taskcluster/ci/webrender/kind.yml index b9b5bda10ab45..895892a80bae4 100644 --- a/taskcluster/ci/webrender/kind.yml +++ b/taskcluster/ci/webrender/kind.yml @@ -240,6 +240,8 @@ jobs:
wrench-android-debug: description: Debug build of wrench for Android + attributes: + build_platform: android worker-type: b-linux worker: max-run-time: 5400 @@ -283,6 +285,8 @@ jobs:
wrench-android-release: description: Release build of wrench for Android + attributes: + build_platform: android worker-type: b-linux worker: max-run-time: 5400 @@ -326,6 +330,8 @@ jobs:
android-emulator-debug: description: Run debug wrench reftests on Android emulator + attributes: + build_platform: android worker-type: t-linux-metal # privileged:true doesn't work on b-linux worker: max-run-time: 5400 @@ -371,6 +377,8 @@ jobs:
android-emulator-release: description: Run release wrench reftests on Android emulator + attributes: + build_platform: android worker-type: t-linux-metal # privileged:true doesn't work on b-linux worker: max-run-time: 5400 @@ -416,6 +424,8 @@ jobs:
android-hw-p2-debug: description: Run debug wrench reftests on Android Pixel2 + attributes: + build_platform: android worker-type: t-bitbar-gw-unit-p2 worker: max-run-time: 5400 @@ -460,6 +470,8 @@ jobs:
android-hw-p2-opt: description: Run opt wrench reftests on Android Pixel2 + attributes: + build_platform: android worker-type: t-bitbar-gw-unit-p2 worker: max-run-time: 5400 @@ -504,6 +516,8 @@ jobs:
android-hw-a51-debug: description: Run debug wrench reftests on Android Samsung Galaxy A51 + attributes: + build_platform: android worker-type: t-bitbar-gw-perf-a51 worker: max-run-time: 5400 @@ -548,6 +562,8 @@ jobs:
android-hw-a51-opt: description: Run opt wrench reftests on Android Samsung Galaxy A51 + attributes: + build_platform: android worker-type: t-bitbar-gw-perf-a51 worker: max-run-time: 5400