commit | e477a2432532eb6fed1a7cc8f33066cacd0a4aea | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Tue Oct 15 17:43:44 2024 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Tue Oct 15 17:43:44 2024 +0900 |
tree | 69ba8cdf63ebe976422ae0df22b6729519938eb6 | |
parent | 1100ae21632ccfeeeacd44bab4c50be0f0768689 [diff] |
Trying to find exact location of log file in remote kokoro build Bug: 372162211 Test: N/A Change-Id: I2315bc434fd274cda5d548ad2d906e2fe8e547ed
diff --git a/build/debian/kokoro/gcp_ubuntu_docker/build.sh b/build/debian/kokoro/gcp_ubuntu_docker/build.sh index 5023d09..284cbbd 100644 --- a/build/debian/kokoro/gcp_ubuntu_docker/build.sh +++ b/build/debian/kokoro/gcp_ubuntu_docker/build.sh
@@ -10,4 +10,5 @@ mkdir -p ${KOKORO_ARTIFACTS_DIR}/logs # TODO(b/372162211): Find exact location of log without breaking kokoro build. +find / -name "fai.log" || true cp -r /var/log/fai/*/last/* ${KOKORO_ARTIFACTS_DIR}/logs || true