From 4e654caa7d3a6d036f76ba6417e78fd7e4668be3 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Wed, 5 Jul 2023 12:32:05 -0400 Subject: [PATCH] Reduce to just drive for initial testing --- .ci/targets/android_platform_tests.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.ci/targets/android_platform_tests.yaml b/.ci/targets/android_platform_tests.yaml index ee5de6e56b1..b8f57548c65 100644 --- a/.ci/targets/android_platform_tests.yaml +++ b/.ci/targets/android_platform_tests.yaml @@ -1,12 +1,12 @@ tasks: - name: prepare tool script: .ci/scripts/prepare_tool.sh - - name: build examples - script: script/tool_runner.sh - args: ["build-examples", "--apk"] - - name: lint - script: script/tool_runner.sh - args: ["lint-android"] + #- name: build examples + # script: script/tool_runner.sh + # args: ["build-examples", "--apk"] + #- name: lint + # script: script/tool_runner.sh + # args: ["lint-android"] # Native unit and native integration are split into two steps to allow for # different exclusions. # TODO(stuartmorgan): Eliminate the native unit test exclusion, and combine @@ -22,6 +22,6 @@ tasks: #- name: native integration tests # script: script/tool_runner.sh # args: ["native-test", "--android", "--no-unit"] - #- name: drive examples - # script: script/tool_runner.sh - # args: ["drive-examples", "--android", "--exclude=script/configs/exclude_integration_android.yaml"] + - name: drive examples + script: script/tool_runner.sh + args: ["drive-examples", "--android", "--exclude=script/configs/exclude_integration_android.yaml"]