From d14818215edae9910959439def57cf180d58f4c9 Mon Sep 17 00:00:00 2001 From: Mridula <66699525+mpeddada1@users.noreply.github.com> Date: Fri, 4 Nov 2022 15:39:52 -0400 Subject: [PATCH] test: add presubmit to verify java_library requirements file (#1701) * test: add presubmit to verify java_library requirements file --- docker/owlbot/java/cloudbuild_test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker/owlbot/java/cloudbuild_test.yaml b/docker/owlbot/java/cloudbuild_test.yaml index 36ce6236f..139192b51 100644 --- a/docker/owlbot/java/cloudbuild_test.yaml +++ b/docker/owlbot/java/cloudbuild_test.yaml @@ -55,3 +55,8 @@ steps: args: ["diff", "-rw", "input", "golden"] dir: docker/owlbot/java/tests/fix-poms waitFor: ["fix-poms-run"] + - name: "gcr.io/cloud-devrel-public-resources/java8" + dir: synthtool/gcp/templates/java_library/.kokoro + waitFor: ["-"] + entrypoint: 'python' + args: [ "-m", "pip", "install", "-r", "requirements.txt" ]