update to latest version of istio-api repo#1898
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:You can indicate your approval by writing |
There was a problem hiding this comment.
routingconfig or maybe even routing to match the unaliased package name?
There was a problem hiding this comment.
Done, went with routing.
|
/retest |
|
Not at all clear to me why prow presubmit is failing - it logs that the build failed, but I can't find any indication of failure from bazel in the logs it produces (and I can't repro locally). |
Codecov Report
@@ Coverage Diff @@
## master #1898 +/- ##
==========================================
+ Coverage 81.14% 81.69% +0.54%
==========================================
Files 190 201 +11
Lines 19424 20460 +1036
==========================================
+ Hits 15761 16714 +953
- Misses 3199 3274 +75
- Partials 464 472 +8
Continue to review full report at Codecov.
|
|
Looks like |
|
Thanks, I was searching around for bazel failures and missed that. |
5746266 to
f36f57c
Compare
|
Presubmit appears to be failing because Gopkg.lock and generated_files are being changed? I don't touch them in this PR. |
|
/cc @jmuk |
|
Why are we running any go commands at all as part of our presubmit? We have a single build system, bazel. This PR works under bazel. There is no reason we should be using any other tooling. |
|
@ZackButcher PR needs rebase |
|
fmt.sh relies on bazel, needs to run after init.sh. Didn't notice about Gopkg.lock changes can happen, but that file needs to be updated anyways, doesn't they? |
3a8d4af to
9bb750c
Compare
What this PR does / why we need it: Update to the latest version of istio/api, which refactors where the various proxy related config protos live.
Note this only affects //pilot.
Release note: