Skip to content

Commit

Permalink
Disable API30 tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed May 4, 2023
1 parent d1d3b00 commit 25ceeea
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions azure-pipelines.yml
Expand Up @@ -282,26 +282,26 @@ stages:
- bash: sh -c "echo \"y\" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager \"system-images;android-29;google_apis;x86\""
displayName: Install the Android emulators

- template: .ci/build.v1.yml@components
parameters:
name: devicetests_android_api_30
runChecks: false
displayName: Android API 30
publishOutputSuffix: '-android30'
windowsImage: '' # Mac only
areaPath: $(AREA_PATH)
verbosity: diagnostic
cakeFile: DeviceTests/build.cake
cakeTarget: test-android-emu
cakeExtraArgs: --avd-target="`"system-images;android-30;google_apis_playstore;x86`""
cake: $(CAKE_VERSION)
preBuildSteps:
# Setup JDK Paths
- bash: |
echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)"
displayName: 'Setup JDK Paths'
- bash: sh -c "echo \"y\" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager \"system-images;android-30;google_apis_playstore;x86\""
displayName: Install the Android emulators
# - template: .ci/build.v1.yml@components
# parameters:
# name: devicetests_android_api_30
# runChecks: false
# displayName: Android API 30
# publishOutputSuffix: '-android30'
# windowsImage: '' # Mac only
# areaPath: $(AREA_PATH)
# verbosity: diagnostic
# cakeFile: DeviceTests/build.cake
# cakeTarget: test-android-emu
# cakeExtraArgs: --avd-target="`"system-images;android-30;google_apis_playstore;x86`""
# cake: $(CAKE_VERSION)
# preBuildSteps:
# # Setup JDK Paths
# - bash: |
# echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)"
# displayName: 'Setup JDK Paths'
# - bash: sh -c "echo \"y\" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager \"system-images;android-30;google_apis_playstore;x86\""
# displayName: Install the Android emulators

# - template: .ci/build.v1.yml@components
# parameters:
Expand Down

0 comments on commit 25ceeea

Please sign in to comment.