Skip to content

Commit

Permalink
kokoro: use lightweight license-checker image (#143)
Browse files Browse the repository at this point in the history
BUG=393622588
  • Loading branch information
dneto0 authored Feb 19, 2025
1 parent d01c822 commit 3c3c32a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd )"
ROOT_DIR="$( cd "${SCRIPT_DIR}/../.." >/dev/null 2>&1 && pwd )"

docker run --rm -i \
--volume "${ROOT_DIR}:${ROOT_DIR}" \
--volume "${KOKORO_ARTIFACTS_DIR}:/mnt/artifacts" \
--volume "${ROOT_DIR}:${ROOT_DIR}:ro" \
--workdir "${ROOT_DIR}" \
--entrypoint "${SCRIPT_DIR}/presubmit-docker.sh" \
"gcr.io/shaderc-build/radial-build:latest"
us-east4-docker.pkg.dev/shaderc-build/radial-docker/ubuntu-24.04-amd64/license-checker
19 changes: 0 additions & 19 deletions kokoro/license-check/presubmit-docker.sh

This file was deleted.

2 changes: 1 addition & 1 deletion kokoro/license-check/presubmit.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format: //devtools/kokoro/config/proto/build.proto

build_file: "cppdap/kokoro/license-check/presubmit.sh"
build_file: "cppdap/kokoro/license-check/build.sh"

0 comments on commit 3c3c32a

Please sign in to comment.