From fbf2740a60d2057c22974aedae70e6f59c3daba2 Mon Sep 17 00:00:00 2001 From: Daniel Grau Date: Wed, 15 Mar 2023 01:00:00 +0000 Subject: [PATCH] verbose --- cloudbuild/presubmit.sh | 2 +- cloudbuild/presubmit.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cloudbuild/presubmit.sh b/cloudbuild/presubmit.sh index 797f11dc..8866dffb 100755 --- a/cloudbuild/presubmit.sh +++ b/cloudbuild/presubmit.sh @@ -31,4 +31,4 @@ docker network connect kind "$(cat /etc/hostname)" popd kne deploy /kne-internal/deploy/kne/kind-bridge.yaml -go test -v ./integration_tests/onedut_tests/ \ No newline at end of file +go test -x -v ./integration_tests/onedut_tests/ \ No newline at end of file diff --git a/cloudbuild/presubmit.yaml b/cloudbuild/presubmit.yaml index 5a1da286..05c72a24 100644 --- a/cloudbuild/presubmit.yaml +++ b/cloudbuild/presubmit.yaml @@ -21,4 +21,5 @@ steps: timeout: 1800s options: - machineType: E2_HIGHCPU_8 \ No newline at end of file + pool: + name: 'projects/openconfig-lemming/locations/us-central1/workerPools/test-pool' \ No newline at end of file