From 40460444b4322cfe0530ea092cd94b21b2829058 Mon Sep 17 00:00:00 2001 From: Sergio Andres Rodriguez Orama Date: Mon, 30 Sep 2024 13:34:33 -0400 Subject: [PATCH] Bump e2e test artifacts build id. --- e2etests/orchestration/BUILD.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e2etests/orchestration/BUILD.bazel b/e2etests/orchestration/BUILD.bazel index cc31d5654a..f6e47b1bef 100644 --- a/e2etests/orchestration/BUILD.bazel +++ b/e2etests/orchestration/BUILD.bazel @@ -42,7 +42,7 @@ create_single_instance_test( aosp_artifact( name = "cvd_host_package", - build_id = "12266267", + build_id = "12432601", build_target="aosp_cf_x86_64_phone-trunk_staging-userdebug", artifact_name = "cvd-host_package.tar.gz", out_name = "cvd-host_package.tar.gz", @@ -50,9 +50,9 @@ aosp_artifact( aosp_artifact( name = "images_zip", - build_id = "12266267", + build_id = "12432601", build_target="aosp_cf_x86_64_phone-trunk_staging-userdebug", - artifact_name = "aosp_cf_x86_64_phone-img-12266267.zip", + artifact_name = "aosp_cf_x86_64_phone-img-12432601.zip", out_name = "images.zip", )