Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanG100 committed Aug 3, 2023
1 parent 3b1c393 commit 979e191
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cloudbuild/presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ sudo install bazel /usr/local/bin/
cd /tmp/workspace
kne deploy ~/kne-internal/deploy/kne/kind-bridge.yaml

set +e
make load-operator
kubectl set image -n lemming-operator deployment/lemming-controller-manager manager=us-west1-docker.pkg.dev/openconfig-lemming/release/operator:ga
make load

set +e
rc=0
trap dumpinfo EXIT
trap 'rc=$?' ERR

make load-operator
kubectl set image -n lemming-operator deployment/lemming-controller-manager manager=us-west1-docker.pkg.dev/openconfig-lemming/release/operator:ga
make load
make itest
# Reenable these tests once not flaky.
# cd cloudbuild && ./fp-test.sh
Expand Down

0 comments on commit 979e191

Please sign in to comment.