Skip to content

Commit

Permalink
Remove aswb from CI
Browse files Browse the repository at this point in the history
Google moved the android studio plugin to the AOSP and JetBrains is not maintaining the aswb part. The code is only kept for reference and to reduce merge conflicts.
  • Loading branch information
LeFrosch committed Nov 18, 2024
1 parent 963d073 commit e28f99f
Showing 1 changed file with 1 addition and 78 deletions.
79 changes: 1 addition & 78 deletions .bazelci/android-studio.yml
Original file line number Diff line number Diff line change
@@ -1,79 +1,2 @@
---
tasks:
Android-Studio-internal-stable:
name: Android Studio Internal Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=android-studio-latest
build_targets:
- //aswb/...
test_flags:
- --define=ij_product=android-studio-latest
- --test_output=errors
test_targets:
- //:aswb_tests
Android-Studio-internal-beta:
name: Android Studio Internal Beta
platform: ubuntu2204
build_flags:
- --define=ij_product=android-studio-beta
build_targets:
- //aswb/...
test_flags:
- --define=ij_product=android-studio-beta
- --test_output=errors
test_targets:
- //:aswb_tests
Android-Studio-internal-canary:
name: Android Studio Internal Canary
platform: ubuntu2204
build_flags:
- --define=ij_product=android-studio-canary
build_targets:
- //aswb/...
test_flags:
- --define=ij_product=android-studio-canary
- --test_output=errors
test_targets:
- //:aswb_tests
soft_fail:
- exit_status: 1
Android-Studio-OSS-oldest-stable:
name: Android Studio OSS Oldest Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=android-studio-oss-oldest-stable
build_targets:
- //aswb/...
test_flags:
- --define=ij_product=android-studio-oss-oldest-stable
- --test_output=errors
test_targets:
- //:aswb_tests
Android-Studio-OSS-latest-stable:
name: Android Studio OSS Latest Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=android-studio-oss-latest-stable
build_targets:
- //aswb/...
test_flags:
- --define=ij_product=android-studio-oss-latest-stable
- --test_output=errors
test_targets:
- //:aswb_tests
Android-Studio-OSS-under-dev:
name: Android Studio OSS Under Development
platform: ubuntu2204
build_flags:
- --define=ij_product=android-studio-oss-under-dev
build_targets:
- //aswb/...
test_flags:
- --define=ij_product=android-studio-oss-under-dev
- --test_output=errors
test_targets:
- //:aswb_tests
soft_fail:
- exit_status: 1

tasks:

0 comments on commit e28f99f

Please sign in to comment.