-
-
Save fidencio/662899805eaec19f07711d06c04cff13 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@monitor-crio:~/kata-containers$ history | |
1 git clone --branch topic/ci-add-kata-monitor-tests https://github.com/fidencio/kata-containers | |
2 mkdir kata-containers/kata-artifacts | |
3 cp kata-static.tar.xz kata-containers/kata-artifacts/ | |
4 cd kata-containers/ | |
5 CONTAINER_ENGINE="crio" KATA_HYPERVISOR="qemu" bash tests/functional/kata-monitor/gha-run.sh install-dependencies | |
6 CONTAINER_ENGINE="crio" KATA_HYPERVISOR="qemu" bash tests/functional/kata-monitor/gha-run.sh install-kata | |
7 CONTAINER_ENGINE="crio" KATA_HYPERVISOR="qemu" bash tests/functional/kata-monitor/gha-run.sh run | |
8 reset | |
9 history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment