Skip to content

Commit d2b7826

Browse files
authored
temporarily delete obsolete demo (#115)
Signed-off-by: Dmitry Shmulevich <[email protected]>
1 parent d9bdbf5 commit d2b7826

File tree

6 files changed

+0
-471
lines changed

6 files changed

+0
-471
lines changed

Makefile

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,3 @@ image-build: build
7171
.PHONY: image-push
7272
image-push: image-build
7373
$(DOCKER_BIN) push $(IMAGE_REPO):$(IMAGE_TAG)
74-
75-
.PRECIOUS: %.cast
76-
%.cast: %.demo
77-
@WORK_DIR=$(shell dirname $<) \
78-
./hack/democtl.sh "$<" "$@" \
79-
--ps1='\033[1;96m~/nvidia/knavigator\033[1;94m$$\033[0m '
80-
81-
.PRECIOUS: %.svg
82-
%.svg: %.cast
83-
@./hack/democtl.sh "$<" "$@" \
84-
--term xresources \
85-
--profile ./.xresources
86-
rm -f $(shell dirname $<)/*.cast
87-
88-
%.mp4: %.cast
89-
@./hack/democtl.sh "$<" "$@"
90-
rm -f $(shell dirname $<)/*.cast

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ Alternatively, in server or package configurations, Knavigator can receive a ser
3939

4040
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.
4141

42-
### Demo
43-
44-
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.
45-
46-
<p align="center">
47-
<img width="800" src="./demos/basic.svg">
48-
</p>
49-
5042
### Documentation
5143

5244
- [Deployment](docs/deployment.md)

demos/Makefile

Lines changed: 0 additions & 31 deletions
This file was deleted.

demos/basic.demo

Lines changed: 0 additions & 33 deletions
This file was deleted.

demos/basic.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)