From 332aed9c886cea820d1ba666eba5785b3da2b809 Mon Sep 17 00:00:00 2001 From: Ricardo Amador <32242716+ricardoamador@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:45:07 -0800 Subject: [PATCH] Revert "Update the Linux Android defines test to use dimensions when selecting a build bot (#118930)" (#119023) This reverts commit 392dffeb08157a43b840e9de199a6f4d8c60a757. --- .ci.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index fa406516a32..1c2120ee8ae 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -1379,26 +1379,12 @@ targets: - name: Linux_android android_defines_test recipe: devicelab/devicelab_drone - presubmit: true - bringup: true + presubmit: false timeout: 60 - dimensions: { - kvm: "1", - cores: "8", - machine_type: "n1-standard-8" - } properties: - device_type: "none" tags: > ["devicelab" ,"android", "linux"] task_name: android_defines_test - dependencies: >- - [ - {"dependency": "android_virtual_device", "version": "31"}, - {"dependency": "android_sdk", "version": "version:33v6"}, - {"dependency": "open_jdk", "version": "version:11"} - ] - use_emulator: "true" - name: Linux_android android_obfuscate_test recipe: devicelab/devicelab_drone