Skip to content

Commit 3c3c32a

Browse files
authored
kokoro: use lightweight license-checker image (#143)
BUG=393622588
1 parent d01c822 commit 3c3c32a

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd )"
2020
ROOT_DIR="$( cd "${SCRIPT_DIR}/../.." >/dev/null 2>&1 && pwd )"
2121

2222
docker run --rm -i \
23-
--volume "${ROOT_DIR}:${ROOT_DIR}" \
24-
--volume "${KOKORO_ARTIFACTS_DIR}:/mnt/artifacts" \
23+
--volume "${ROOT_DIR}:${ROOT_DIR}:ro" \
2524
--workdir "${ROOT_DIR}" \
26-
--entrypoint "${SCRIPT_DIR}/presubmit-docker.sh" \
27-
"gcr.io/shaderc-build/radial-build:latest"
25+
us-east4-docker.pkg.dev/shaderc-build/radial-docker/ubuntu-24.04-amd64/license-checker

kokoro/license-check/presubmit-docker.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

kokoro/license-check/presubmit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22

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

0 commit comments

Comments
 (0)