Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
DanG100 committed Mar 15, 2023
1 parent bbe7a40 commit 9cc9bbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cloudbuild/presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ IMAGE="$(yq '.cluster.spec.image' < /kne-internal/deploy/kne/kind-bridge.yaml)"
CONFIG="$(yq '.cluster.spec.config' < /kne-internal/deploy/kne/kind-bridge.yaml)"

pushd /kne-internal/deploy/kne
# kne deploy /kne-internal/deploy/kne/kind-bridge.yaml || true
kind create cluster --name $NAME --config $CONFIG --image $IMAGE
mkdir -p ~/.kube
kind get kubeconfig --internal --name $NAME > ~/.kube/config
docker network connect kind "$(cat /etc/hostname)"

popd
make load
kne deploy /kne-internal/deploy/kne/kind-bridge.yaml
go test -v ./integration_tests/onedut_tests/
3 changes: 2 additions & 1 deletion cloudbuild/presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ steps:
timeout: 1800s

options:
machineType: E2_HIGHCPU_8
pool:
name: 'projects/openconfig-lemming/locations/us-central1/workerPools/test-pool'

0 comments on commit 9cc9bbc

Please sign in to comment.