Skip to content

Commit

Permalink
Disable kokoro and Update without key (#7106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored May 29, 2024
1 parent ad73e07 commit 0ca090c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .kokoro/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 2 additions & 8 deletions .kokoro/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
# TODO: to reenable kokoro, please setup how to fetch keysore here
}

0 comments on commit 0ca090c

Please sign in to comment.