commit | ef65949f5a25cf7bd6e4483b1f0ee40eef393046 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Oct 15 13:35:06 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 15 13:35:06 2024 +0000 |
tree | e46d3b0151b6817e156458b5f3e3ca1d6856566c | |
parent | 16a04c8f92b24afb91bd0efb35f34f957eae2deb [diff] | |
parent | 7f474e47776b2fa5ed57ce9bc21b15287db1deb7 [diff] |
Merge "rename artifact's name" into main am: 7f474e4777 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3307588 Change-Id: I2aa96ac9bbf3142bfd13f8baaa071f55236b6e37 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/build/debian/kokoro/gcp_ubuntu_docker/build.sh b/build/debian/kokoro/gcp_ubuntu_docker/build.sh index 5023d09..8125ad8 100644 --- a/build/debian/kokoro/gcp_ubuntu_docker/build.sh +++ b/build/debian/kokoro/gcp_ubuntu_docker/build.sh
@@ -6,7 +6,7 @@ sudo losetup -D grep vmx /proc/cpuinfo || true sudo ./build.sh -tar czvS -f ${KOKORO_ARTIFACTS_DIR}/image.tar.gz image.raw +tar czvS -f ${KOKORO_ARTIFACTS_DIR}/images.tar.gz image.raw mkdir -p ${KOKORO_ARTIFACTS_DIR}/logs # TODO(b/372162211): Find exact location of log without breaking kokoro build.
diff --git a/build/debian/kokoro/gcp_ubuntu_docker/continuous.cfg b/build/debian/kokoro/gcp_ubuntu_docker/continuous.cfg index ddb4ef7..4808164 100644 --- a/build/debian/kokoro/gcp_ubuntu_docker/continuous.cfg +++ b/build/debian/kokoro/gcp_ubuntu_docker/continuous.cfg
@@ -8,7 +8,7 @@ action { define_artifacts { - regex: "image.tar.gz" + regex: "images.tar.gz" regex: "logs/*" } }
diff --git a/build/debian/kokoro/gcp_ubuntu_docker/hourly.cfg b/build/debian/kokoro/gcp_ubuntu_docker/hourly.cfg index ddb4ef7..4808164 100644 --- a/build/debian/kokoro/gcp_ubuntu_docker/hourly.cfg +++ b/build/debian/kokoro/gcp_ubuntu_docker/hourly.cfg
@@ -8,7 +8,7 @@ action { define_artifacts { - regex: "image.tar.gz" + regex: "images.tar.gz" regex: "logs/*" } }
diff --git a/build/debian/kokoro/gcp_ubuntu_docker/presubmit.cfg b/build/debian/kokoro/gcp_ubuntu_docker/presubmit.cfg index ddb4ef7..4808164 100644 --- a/build/debian/kokoro/gcp_ubuntu_docker/presubmit.cfg +++ b/build/debian/kokoro/gcp_ubuntu_docker/presubmit.cfg
@@ -8,7 +8,7 @@ action { define_artifacts { - regex: "image.tar.gz" + regex: "images.tar.gz" regex: "logs/*" } }