Skip to content

Commit

Permalink
Added remaining robustness tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cah-patrickthiem committed Nov 11, 2024
1 parent 6d98860 commit c3e3756
Show file tree
Hide file tree
Showing 6 changed files with 828 additions and 477 deletions.
132 changes: 0 additions & 132 deletions Tests/kaas/kaas-sonobuoy-go-example-e2e-framework/Makefile

This file was deleted.

19 changes: 0 additions & 19 deletions Tests/kaas/kaas-sonobuoy-go-example-e2e-framework/kind-config.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion Tests/kaas/kaas-sonobuoy-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dev-setup: kind-init

dev-build: container-init
@echo "[Building image...]"
DOCKER_BUILDKIT=1 docker build . -f ${DOCKERFILE} -t ${SONOBUOY_IMAGE}
DOCKER_BUILDKIT=1 docker build . -f ${DOCKERFILE} -t ${SONOBUOY_IMAGE} --load
kind load docker-image --name ${KIND_CLUSTER} ${SONOBUOY_IMAGE}


Expand Down
4 changes: 1 addition & 3 deletions Tests/kaas/kaas-sonobuoy-tests/kind_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ networking:
apiServerPort: 6443
nodes:
- role: control-plane
- role: worker
- role: worker
- role: worker
- role: worker
Loading

0 comments on commit c3e3756

Please sign in to comment.