Skip to content

Commit

Permalink
fix: add release build for bench and mirror
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Jan 22, 2024
1 parent e25aba1 commit 0f3ca8b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/dockers-release-branch-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ jobs:
target: gateway-filter
secrets: inherit

gateway-mirror:
needs: [dump-contexts-to-log]
uses: ./.github/workflows/_docker-image.yaml
with:
target: gateway-mirror
secrets: inherit

index-correction:
needs: [dump-contexts-to-log]
uses: ./.github/workflows/_docker-image.yaml
Expand Down Expand Up @@ -120,3 +127,17 @@ jobs:
with:
target: readreplica-rotate
secrets: inherit

benchmark-job:
needs: [dump-contexts-to-log]
uses: ./.github/workflows/_docker-image.yaml
with:
target: benchmark-job
secrets: inherit

benchmark-operator:
needs: [dump-contexts-to-log]
uses: ./.github/workflows/_docker-image.yaml
with:
target: benchmark-operator
secrets: inherit
2 changes: 1 addition & 1 deletion charts/vald/values/multi-vald/dev-vald-with-mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
defaults:
image:
tag: pr-2262 # TODO: Delete it later.
tag: nightly
server_config:
metrics:
pprof:
Expand Down

0 comments on commit 0f3ca8b

Please sign in to comment.