Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,3 @@ image-build: build
.PHONY: image-push
image-push: image-build
$(DOCKER_BIN) push $(IMAGE_REPO):$(IMAGE_TAG)

.PRECIOUS: %.cast
%.cast: %.demo
@WORK_DIR=$(shell dirname $<) \
./hack/democtl.sh "$<" "$@" \
--ps1='\033[1;96m~/nvidia/knavigator\033[1;94m$$\033[0m '

.PRECIOUS: %.svg
%.svg: %.cast
@./hack/democtl.sh "$<" "$@" \
--term xresources \
--profile ./.xresources
rm -f $(shell dirname $<)/*.cast

%.mp4: %.cast
@./hack/democtl.sh "$<" "$@"
rm -f $(shell dirname $<)/*.cast
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ Alternatively, in server or package configurations, Knavigator can receive a ser

Regardless of the configuration mode, Knavigator executes tasks sequentially. Each task is dependent on the successful completion of the preceding one. Therefore, if any task fails during execution, the entire test is marked as failed. This ensures comprehensive testing and accurate reporting of results, maintaining the integrity of the testing process.

### Demo

Here's a demo showing how to install and configure `Knavigator`, and run an example test that deploys a k8s job in a `minikube` cluster.

<p align="center">
<img width="800" src="./demos/basic.svg">
</p>

### Documentation

- [Deployment](docs/deployment.md)
Expand Down
31 changes: 0 additions & 31 deletions demos/Makefile

This file was deleted.

33 changes: 0 additions & 33 deletions demos/basic.demo

This file was deleted.

1 change: 0 additions & 1 deletion demos/basic.svg

This file was deleted.

Loading
Loading