Bug 1774862 - Add build_platform attr to android webrender tasks; r=releng-reviewers,ahal

Add build_platform so that the esr android filter will work.
https://searchfox.org/mozilla-central/rev/cc98a15c7327d742d283cddddde712a8a3165006/taskcluster/gecko_taskgraph/target_tasks.py#578-582

Differential Revision: https://phabricator.services.mozilla.com/D149791
This commit is contained in:
Geoff Brown 2022-06-20 19:47:50 +00:00
Родитель 5b663ef76f
Коммит d6296a5df5
1 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -240,6 +240,8 @@ jobs:
wrench-android-debug: wrench-android-debug:
description: Debug build of wrench for Android description: Debug build of wrench for Android
attributes:
build_platform: android
worker-type: b-linux worker-type: b-linux
worker: worker:
max-run-time: 5400 max-run-time: 5400
@ -283,6 +285,8 @@ jobs:
wrench-android-release: wrench-android-release:
description: Release build of wrench for Android description: Release build of wrench for Android
attributes:
build_platform: android
worker-type: b-linux worker-type: b-linux
worker: worker:
max-run-time: 5400 max-run-time: 5400
@ -326,6 +330,8 @@ jobs:
android-emulator-debug: android-emulator-debug:
description: Run debug wrench reftests on Android emulator 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-type: t-linux-metal # privileged:true doesn't work on b-linux
worker: worker:
max-run-time: 5400 max-run-time: 5400
@ -371,6 +377,8 @@ jobs:
android-emulator-release: android-emulator-release:
description: Run release wrench reftests on Android emulator 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-type: t-linux-metal # privileged:true doesn't work on b-linux
worker: worker:
max-run-time: 5400 max-run-time: 5400
@ -416,6 +424,8 @@ jobs:
android-hw-p2-debug: android-hw-p2-debug:
description: Run debug wrench reftests on Android Pixel2 description: Run debug wrench reftests on Android Pixel2
attributes:
build_platform: android
worker-type: t-bitbar-gw-unit-p2 worker-type: t-bitbar-gw-unit-p2
worker: worker:
max-run-time: 5400 max-run-time: 5400
@ -460,6 +470,8 @@ jobs:
android-hw-p2-opt: android-hw-p2-opt:
description: Run opt wrench reftests on Android Pixel2 description: Run opt wrench reftests on Android Pixel2
attributes:
build_platform: android
worker-type: t-bitbar-gw-unit-p2 worker-type: t-bitbar-gw-unit-p2
worker: worker:
max-run-time: 5400 max-run-time: 5400
@ -504,6 +516,8 @@ jobs:
android-hw-a51-debug: android-hw-a51-debug:
description: Run debug wrench reftests on Android Samsung Galaxy A51 description: Run debug wrench reftests on Android Samsung Galaxy A51
attributes:
build_platform: android
worker-type: t-bitbar-gw-perf-a51 worker-type: t-bitbar-gw-perf-a51
worker: worker:
max-run-time: 5400 max-run-time: 5400
@ -548,6 +562,8 @@ jobs:
android-hw-a51-opt: android-hw-a51-opt:
description: Run opt wrench reftests on Android Samsung Galaxy A51 description: Run opt wrench reftests on Android Samsung Galaxy A51
attributes:
build_platform: android
worker-type: t-bitbar-gw-perf-a51 worker-type: t-bitbar-gw-perf-a51
worker: worker:
max-run-time: 5400 max-run-time: 5400