From 0ca090c30c216a2f5f9ac2b7a991e2bd9ca31166 Mon Sep 17 00:00:00 2001 From: Manfei <41607353+ManfeiBai@users.noreply.github.com> Date: Wed, 29 May 2024 16:23:18 -0700 Subject: [PATCH] Disable kokoro and Update without key (#7106) --- .kokoro/Dockerfile | 2 +- .kokoro/presubmit.cfg | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.kokoro/Dockerfile b/.kokoro/Dockerfile index e85930b57d9..f04cd7d7874 100644 --- a/.kokoro/Dockerfile +++ b/.kokoro/Dockerfile @@ -41,7 +41,7 @@ RUN python setup.py install # install torch xla ADD ./ /pytorch/xla WORKDIR /pytorch/xla -RUN cp keystore_content/77422_pytorch_tpu_cloud_build default_credentials.json +# TODO: to reenable kokoro back, please request security key and save in default_credentials.json ARG SCCACHE="$(which sccache)" WORKDIR /pytorch/xla diff --git a/.kokoro/presubmit.cfg b/.kokoro/presubmit.cfg index 3f166e3557e..3b35cde7315 100644 --- a/.kokoro/presubmit.cfg +++ b/.kokoro/presubmit.cfg @@ -7,11 +7,5 @@ build_file: "xla/.kokoro/build_and_run_stablehlo_tests.sh" timeout_mins: 360 before_action { - fetch_keystore { - keystore_resource { - keystore_config_id: 77422 - keyname: "pytorch_tpu_cloud_build" - backend: "blade:keystore-fastconfigpush" - } - } -} \ No newline at end of file +# TODO: to reenable kokoro, please setup how to fetch keysore here +}