Skip to content

Commit 0f25dc8

Browse files
authored
fix test failures. (istio#347)
* fix test failures. * fixed mixer sha
1 parent 35b6410 commit 0f25dc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/envoy/mixer/integration_test/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ gogoslick_proto_library(
139139
native.new_git_repository(
140140
name = "com_github_istio_api",
141141
build_file_content = ISTIO_API_BUILD_FILE,
142-
commit = "972765388bbadfeb8d57a707a0576748a59aa80c", # top of unary branch.
142+
commit = "8edd0f7d57cd336ed8acd7ada91ffd4ef5f2a1c4",
143143
remote = "https://github.com/istio/api.git",
144144
)
145145

@@ -211,6 +211,6 @@ def go_mixer_repositories(use_local_api=False):
211211

212212
go_repository(
213213
name = "com_github_istio_mixer",
214-
commit = "0ad9fa3aca4063f050f829338b06abdf9977ac75",
214+
commit = "a6bfb91da1325908fa8084dbe06486436e14f0ce",
215215
importpath = "github.com/istio/mixer",
216216
)

src/envoy/mixer/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
################################################################################
1616
#
1717

18-
MIXER_CLIENT = "42fe370f677f45693ecb2d6e42b41db914d75592"
18+
MIXER_CLIENT = "7c9a3f8b66d8d909eef27d1d7ff358e16b0f9845"
1919

2020
def mixer_client_repositories(bind=True):
2121
native.git_repository(

0 commit comments

Comments
 (0)