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