Skip to content

Commit 86efcd1

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 dd7690f commit 86efcd1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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"])
@@ -45,6 +46,12 @@ golden_update(
4546
data = ["//test/integration/goldens/asset:goldens_files"],
4647
)
4748

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

0 commit comments

Comments
 (0)