Skip to content

Commit

Permalink
[BPF] remove counters ut
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastigera committed Dec 13, 2024
1 parent 632e09b commit f0417a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion felix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ $(FELIX_CONTAINER_CREATED): register \
docker-image/felix.cfg \
docker-image/Dockerfile \
$(shell test "$(FELIX_IMAGE_ID)" || echo force-rebuild)
$(DOCKER_BUILD) -t $(FELIX_IMAGE_WITH_TAG) -f ./docker-image/Dockerfile docker-image
$(DOCKER_BUILD) --network=host -t $(FELIX_IMAGE_WITH_TAG) -f ./docker-image/Dockerfile docker-image
$(MAKE) retag-build-images-with-registries VALIDARCHES=$(ARCH) IMAGETAG=latest
touch $(FELIX_CONTAINER_CREATED)

Expand Down
28 changes: 0 additions & 28 deletions felix/bpf/counters/counters_test.go

This file was deleted.

0 comments on commit f0417a7

Please sign in to comment.