Skip to content

Commit

Permalink
Add internal build to presubmit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jemoreira committed Mar 8, 2024
1 parent 9ad6f7b commit a7a413d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions e2etests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,33 @@ launch_cvd_boot_test(
target="aosp_cf_x86_64_phone-trunk_staging-userdebug"
)

launch_cvd_boot_test(
name="aosp_android14_phone",
branch="aosp-android14-gsi",
target="aosp_cf_x86_64_phone-userdebug"
)

launch_cvd_boot_test(
name="aosp_android13_phone",
branch="aosp-android13-gsi",
target="aosp_cf_x86_64_phone-userdebug"
)

launch_cvd_boot_test(
name="aosp_android12_phone",
branch="aosp-android12-gsi",
target="aosp_cf_x86_64_phone-userdebug"
)

launch_cvd_boot_test(
name="aosp_android11_phone",
branch="aosp-android11-gsi",
target="aosp_cf_x86_64_phone-userdebug"
)

launch_cvd_boot_test(
name="aosp_android10_phone",
branch="aosp-android10-gsi",
target="aosp_cf_x86_64_phone-userdebug"
)

0 comments on commit a7a413d

Please sign in to comment.