Skip to content

Commit 42ad9eb

Browse files
committed
Adding a prow script to test a basic deployment.
This test will make sure that steps added to the `e2e` workflow are not braking our deployment flow mentioned in kernel-module-management#getting-started or by using `make deploy` which are basically the same. A good example for it is to add a validation web-hook that requires the installation of `cert-manager` which should also be installed outside of the CI environment. Signed-off-by: Yoni Bettan <[email protected]>
1 parent a50f1a8 commit 42ad9eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/prow/test-deploy

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
3+
set -euxo pipefail
4+
5+
echo "Deploy KMMO..."
6+
make deploy

0 commit comments

Comments
 (0)