Skip to content

Commit

Permalink
Skip running vtadmin build for vitess tester workflow (#16459)
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 authored Jul 23, 2024
1 parent ae7214d commit 88fc8f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vitess_tester_vtgate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
export NOVTADMINBUILD=1
make build
set -exo pipefail
Expand Down
1 change: 1 addition & 0 deletions test/templates/cluster_vitess_tester.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
export NOVTADMINBUILD=1
make build

set -exo pipefail
Expand Down

0 comments on commit 88fc8f0

Please sign in to comment.