Add 'define_artifacts' for build artifacts in kokoro
Bug: 363237196
Test: will be checked in kokoro
Change-Id: I712d959fe9d0700b4db0bed9b6878f6f3da5b69a
diff --git a/build/debian/kokoro/gcp_ubuntu_docker/continuous.cfg b/build/debian/kokoro/gcp_ubuntu_docker/continuous.cfg
index d92031e..111096d 100644
--- a/build/debian/kokoro/gcp_ubuntu_docker/continuous.cfg
+++ b/build/debian/kokoro/gcp_ubuntu_docker/continuous.cfg
@@ -5,3 +5,9 @@
# Location of the bash script. Should have value <git_on_borg_scm.name>/<path_from_repository_root>.
# git_on_borg_scm.name is specified in the job configuration (next section).
build_file: "avf/build/debian/kokoro/gcp_ubuntu_docker/build.sh"
+
+action {
+ define_artifacts {
+ regex: "image.raw"
+ }
+}
diff --git a/build/debian/kokoro/gcp_ubuntu_docker/hourly.cfg b/build/debian/kokoro/gcp_ubuntu_docker/hourly.cfg
index d92031e..111096d 100644
--- a/build/debian/kokoro/gcp_ubuntu_docker/hourly.cfg
+++ b/build/debian/kokoro/gcp_ubuntu_docker/hourly.cfg
@@ -5,3 +5,9 @@
# Location of the bash script. Should have value <git_on_borg_scm.name>/<path_from_repository_root>.
# git_on_borg_scm.name is specified in the job configuration (next section).
build_file: "avf/build/debian/kokoro/gcp_ubuntu_docker/build.sh"
+
+action {
+ define_artifacts {
+ regex: "image.raw"
+ }
+}