[READ ONLY MIRROR] Envoy REST/proto API definitions and documentation.
(grpc依赖)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
references:
|
|
|
|
envoy-build-image: &envoy-build-image
|
|
|
|
envoyproxy/envoy-build:220e5cb537b5185c953de1aac7d0613f8cf155ac
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
jobs:
|
|
|
|
test:
|
|
|
|
docker:
|
|
|
|
- image: *envoy-build-image
|
|
|
|
resource_class: xlarge
|
|
|
|
working_directory: /source
|
|
|
|
steps:
|
|
|
|
- checkout
|
|
|
|
- run: ci/do_ci.sh bazel.test
|
|
|
|
|
|
|
|
workflows:
|
|
|
|
version: 2
|
|
|
|
all:
|
|
|
|
jobs:
|
|
|
|
- test
|