File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,16 @@ jobs:
78
78
BLIXT_UDP_SERVER_IMAGE : " ghcr.io/kubernetes-sigs/blixt-udp-test-server"
79
79
TAG : " integration-tests"
80
80
81
- - name : run integration tests with bpfd
82
- run : make test.integration
83
- env :
84
- BLIXT_CONTROLPLANE_IMAGE : " ghcr.io/kubernetes-sigs/blixt-controlplane"
85
- BLIXT_DATAPLANE_IMAGE : " ghcr.io/kubernetes-sigs/blixt-dataplane"
86
- BLIXT_UDP_SERVER_IMAGE : " ghcr.io/kubernetes-sigs/blixt-udp-test-server"
87
- BLIXT_USE_BPFD : true
88
- TAG : " integration-tests"
81
+ # temporarily disabled due to upstream changes in bpfman (previously bpfd)
82
+ # ref: https://github.com/kubernetes-sigs/blixt/issues/152
83
+ # - name: run integration tests with bpfd
84
+ # run: make test.integration
85
+ # env:
86
+ # BLIXT_CONTROLPLANE_IMAGE: "ghcr.io/kubernetes-sigs/blixt-controlplane"
87
+ # BLIXT_DATAPLANE_IMAGE: "ghcr.io/kubernetes-sigs/blixt-dataplane"
88
+ # BLIXT_UDP_SERVER_IMAGE: "ghcr.io/kubernetes-sigs/blixt-udp-test-server"
89
+ # BLIXT_USE_BPFD: true
90
+ # TAG: "integration-tests"
89
91
90
92
# # Upload diagnostics if integration test step failed.
91
93
- name : upload diagnostics
You can’t perform that action at this time.
0 commit comments