https://github.com/cilium/cilium
Revision 4ec82bbc5072afcd7037c8447132fae573002986 authored by Martynas Pumputis on 21 December 2022, 10:47:52 UTC, committed by Daniel Borkmann on 16 January 2023, 14:29:17 UTC
We enable it only on two jobs, because until [1] it would disable the
BPF host routing. Also, we get a fair coverage of it in the managed K8s
GHA jobs.

In addition, we no longer create a CI job per kernel version, as we want
to test more configurations w/o running them sequentially (one of the
ci-datapath goals is to run under 30min).

[1]: https://github.com/cilium/cilium/pull/22006

Signed-off-by: Martynas Pumputis <m@lambda.lt>
1 parent b65c23e
Raw File
Tip revision: 4ec82bbc5072afcd7037c8447132fae573002986 authored by Martynas Pumputis on 21 December 2022, 10:47:52 UTC
gh/workflows: Add endpoint routes to ci-datapath
Tip revision: 4ec82bb
.gitattributes
/install/kubernetes/cilium/values.yaml.tmpl linguist-language=yml
go.sum linguist-generated
examples/kubernetes/connectivity-check/connectivity-*.yaml linguist-generated
pkg/k8s/apis/cilium.io/v2/client/crds/*.yaml linguist-generated
test/controlplane/**/v1.[0-9][0-9]/*.yaml linguist-generated
test/controlplane/services/graceful-termination/*.yaml linguist-generated
Documentation/cmdref/** linguist-generated
Documentation/helm-values.rst linguist-generated
Documentation/codeowners.rst linguist-generated
Documentation/_static/* -diff
*svg -diff
pkg/k8s/client/clientset/** linguist-generated
pkg/k8s/client/informers/** linguist-generated
pkg/k8s/client/listers/** linguist-generated
back to top