Skip to content

Commit 9cd2c89

Browse files
xiaozhenliu-gg5miraleung
authored andcommitted
[ggj][infra][3/5]feat: add goldens update bazel rules for Redis API (#396)
* goldens update bazel rules * clean up
1 parent 58271c3 commit 9cd2c89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/integration/BUILD.bazel

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ load(
77
"//:rules_bazel/java/integration_test.bzl",
88
"golden_update",
99
"integration_test",
10+
"golden_update",
1011
)
1112

1213
package(default_visibility = ["//visibility:public"])
@@ -46,6 +47,12 @@ golden_update(
4647
target = ":asset_java_gapic",
4748
)
4849

50+
golden_update(
51+
name = "redis_update",
52+
target = ":redis_java_gapic",
53+
data = ["//test/integration/goldens/redis:goldens_files"],
54+
)
55+
4956
####################################################
5057
# API Library Rules
5158
####################################################

0 commit comments

Comments
 (0)