Skip to content

Commit

Permalink
feat: skip running vtadmin build for vitess tester workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Jul 23, 2024
1 parent 2e847cd commit 0d88c1c
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 0d88c1c

Please sign in to comment.