Skip to content

Commit 2f41083

Browse files
committed
ci: disable bpfd integration tests due to change upstream
Signed-off-by: Sanskar Jaiswal <[email protected]>
1 parent 445eec4 commit 2f41083

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/test.yaml

+9-8
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,15 @@ jobs:
7878
BLIXT_UDP_SERVER_IMAGE: "ghcr.io/kubernetes-sigs/blixt-udp-test-server"
7979
TAG: "integration-tests"
8080

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"
8990

9091
## Upload diagnostics if integration test step failed.
9192
- name: upload diagnostics

0 commit comments

Comments
 (0)