Skip to content

Commit

Permalink
scope to only the pieces we actually use in gloo
Browse files Browse the repository at this point in the history
  • Loading branch information
nfuden committed Aug 16, 2024
1 parent 1b39b04 commit 47cbb0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ steps:
- 'GCP_SERVICE_ACCOUNT_KEY'

- name: 'envoyproxy/envoy-build-ubuntu:f94a38f62220a2b017878b790b6ea98a0f6c5f9c'
id: 'do_upstream_ci' # validate local rate limit tests for our backported functionality.
id: 'do_upstream_ci' # validate local rate limit tests for our backported functionality for http local rate limiter.
args: ['ci/do_ci.sh', 'dev','@envoy//test/extensions/filters/common/local_ratelimit/...',
'@envoy//test/extensions/filters/http/local_ratelimit/...','@envoy//test/extensions/filters/listener/local_ratelimit/...',
'@envoy//test/extensions/filters/network/local_ratelimit/...', '@envoy//test/extensions/filters/http/local_ratelimit/...']
'@envoy//test/extensions/filters/http/local_ratelimit/...']
volumes:
- name: 'vol-build'
path: '/build'
Expand Down

0 comments on commit 47cbb0c

Please sign in to comment.