Skip to content

Commit

Permalink
DO NOT MERGE: Run external workload tests with Cilium v1.14.4
Browse files Browse the repository at this point in the history
Ref: #2070

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
  • Loading branch information
michi-covalent committed Nov 18, 2023
1 parent d613922 commit 4afa59d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cilium install \
--version "${CILIUM_VERSION}" \
--cluster-name "${CLUSTER_NAME}" \
--set bpf.monitorAggregation=none \
--set routingMode=tunnel \
--datapath-mode=tunnel \
--set kubeProxyReplacement=strict \
--set loadBalancer.l7.backend=envoy \
--set tls.secretsBackend=k8s \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/externalworkloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ on:
# will disappear from the PR checks: please provide a direct link to the
# successful workflow run (can be found from Actions tab) in a comment.
#
# pull_request: {}
pull_request: {}
###
pull_request_target: {}
# pull_request_target: {}
# Run every 6 hours
schedule:
- cron: '0 4/6 * * *'
Expand Down

0 comments on commit 4afa59d

Please sign in to comment.