File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,15 @@ 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
82
+ # - name: run integration tests with bpfd
83
+ # run: make test.integration
84
+ # env:
85
+ # BLIXT_CONTROLPLANE_IMAGE: "ghcr.io/kubernetes-sigs/blixt-controlplane"
86
+ # BLIXT_DATAPLANE_IMAGE: "ghcr.io/kubernetes-sigs/blixt-dataplane"
87
+ # BLIXT_UDP_SERVER_IMAGE: "ghcr.io/kubernetes-sigs/blixt-udp-test-server"
88
+ # BLIXT_USE_BPFD: true
89
+ # TAG: "integration-tests"
89
90
90
91
# # Upload diagnostics if integration test step failed.
91
92
- name : upload diagnostics
You can’t perform that action at this time.
0 commit comments