Skip to content

Commit 56864b4

Browse files
committed
conformance-aws-cni: disable l7 proxy with aws-cni
AWS-CNI chaining does not support L7 policies and such we should not deploy it to prevent the L7 tests from being tested. Signed-off-by: André Martins <andre@cilium.io>
1 parent 53d27f3 commit 56864b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conformance-aws-cni.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ jobs:
204204
external-target: 'amazon.com.'
205205
hubble: false
206206
test-concurrency: 3
207-
tests: '!fqdn,!l7' # L7 policies are not supported in chaining mode.
208207

209208
- name: Set up job variables
210209
id: vars
@@ -226,6 +225,7 @@ jobs:
226225
--helm-set=cni.chainingMode=aws-cni \
227226
--helm-set=eni.enabled=false \
228227
--helm-set=ipam.mode=cluster-pool \
228+
--helm-set=enable-l7-proxy=false \
229229
--helm-set=routingMode=native \
230230
--helm-set=bandwidthManager.enabled=false \
231231
--helm-set=extraArgs={--enable-identity-mark=false} \

0 commit comments

Comments
 (0)