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 de10213
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions e2etests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ launch_cvd_boot_test(
target="aosp_cf_x86_64_phone-trunk_staging-userdebug"
)

launch_cvd_boot_test(
name="git_main_x64_phone",
branch="git_main",
target="cf_x86_64_phone-trunk_staging-userdebug"
)

2 changes: 1 addition & 1 deletion e2etests/launch_cvd_boot_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ trap collect_logs_and_cleanup EXIT
# client can still connect to the server outside the sandbox and cause issues.
cvd reset -y

cvd fetch --default_build="${BRANCH}/${TARGET}" --target_directory="${workdir}"
cvd fetch --default_build="${BRANCH}/${TARGET}" --target_directory="${workdir}" --credential_source=gce

(
cd "${workdir}"
Expand Down

0 comments on commit de10213

Please sign in to comment.