Skip to content

Add integration tests with Envoy. #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unnecessary extensions
Signed-off-by: mathetake <takeshi@tetrate.io>
  • Loading branch information
mathetake committed Nov 27, 2020
commit 3d36ce08634410684824e518f1ae9f6de8c6faff
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.0
3.6.0
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
"${GITHUB_WORKSPACE}/bin/bazel" test //test/...

integration-test-envoy: # TODO: add setup.sh
integration-test-envoy:
runs-on: ubuntu-latest
container:
image: gcr.io/envoy-ci/envoy-build:19a268cfe3d12625380e7c61d2467c8779b58b56
Expand Down
8 changes: 0 additions & 8 deletions bazel/external/envoy/extensions_build_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ EXTENSIONS = {
#
# Access loggers
#
"envoy.access_loggers.file": "//source/extensions/access_loggers/file:config",
"envoy.access_loggers.wasm": "//source/extensions/access_loggers/wasm:config",

#
Expand All @@ -20,7 +19,6 @@ EXTENSIONS = {
#
# Network filters
#
"envoy.filters.network.echo": "//source/extensions/filters/network/echo:config",
"envoy.filters.network.http_connection_manager": "//source/extensions/filters/network/http_connection_manager:config",
"envoy.filters.network.tcp_proxy": "//source/extensions/filters/network/tcp_proxy:config",
"envoy.filters.network.wasm": "//source/extensions/filters/network/wasm:config",
Expand All @@ -30,12 +28,6 @@ EXTENSIONS = {
#
"envoy.stat_sinks.wasm": "//source/extensions/stat_sinks/wasm:config",

#
# Http Upstreams (excepting envoy.upstreams.http.generic which is hard-coded into the build so not registered here)
#
"envoy.upstreams.http.http": "//source/extensions/upstreams/http/http:config",
"envoy.upstreams.http.tcp": "//source/extensions/upstreams/http/tcp:config",

#
# WebAssembly runtimes
#
Expand Down