build: add missing export for example_configs_test_setup.sh. #1255
Merged
htuch merged 1 commit intoenvoyproxy:masterfrom Jul 13, 2017
Merged
build: add missing export for example_configs_test_setup.sh. #1255htuch merged 1 commit intoenvoyproxy:masterfrom
htuch merged 1 commit intoenvoyproxy:masterfrom
Conversation
…t that //test/server/config_validation:server_test has a dependency on this, surprised Bazel didn't complain before.
mattklein123
approved these changes
Jul 13, 2017
jpsim
pushed a commit
that referenced
this pull request
Nov 28, 2022
Updating upstream to include: #14945 Update includes adding extension categories for `envoy_cc_extension` Signed-off-by: Alan Chiu <achiu@lyft.com> For an explanation of how to fill out the fields, please see the relevant section in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/master/PULL_REQUESTS.md) Description: Updating upstream to include: #14945 Risk Level: low Testing: CI Docs Changes: N/A Release Notes: N/A [Optional Fixes #Issue] [Optional Deprecated:] Signed-off-by: JP Simard <jp@jpsim.com>
jpsim
pushed a commit
that referenced
this pull request
Nov 29, 2022
Updating upstream to include: #14945 Update includes adding extension categories for `envoy_cc_extension` Signed-off-by: Alan Chiu <achiu@lyft.com> For an explanation of how to fill out the fields, please see the relevant section in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/master/PULL_REQUESTS.md) Description: Updating upstream to include: #14945 Risk Level: low Testing: CI Docs Changes: N/A Release Notes: N/A [Optional Fixes #Issue] [Optional Deprecated:] Signed-off-by: JP Simard <jp@jpsim.com>
mathetake
pushed a commit
that referenced
this pull request
Mar 3, 2026
**Description** Hopefully helps with `TestUpgrade` flakiness --------- Signed-off-by: Adrian Cole <adrian@tetrate.io>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Description** This is a follow up on #1248 and #1255. This switches to use metallb instead of port-forwarding multiple times to avoid the complexity/race as well as to make the situation closer to the real world scenario where type: LoadBalancer Service is utilized to access the gateway rather than directly accessing pod ips via port-forward. --------- Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Turns out that //test/server/config_validation:server_test has a dependency on this, surprised Bazel didn't complain before.