From 86656bfdfdbe2a30ae70df25f3b135b2c6589df4 Mon Sep 17 00:00:00 2001 From: Zachary Spar Date: Tue, 30 Jun 2026 16:23:52 -0400 Subject: [PATCH] kata-deploy: include bats test Add kata-deploy-scheduling.bats to KATA_DEPLOY_TEST_UNION so the new Helm scheduling template tests run in CI. Signed-off-by: Zachary Spar --- tests/functional/kata-deploy/run-kata-deploy-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/kata-deploy/run-kata-deploy-tests.sh b/tests/functional/kata-deploy/run-kata-deploy-tests.sh index 611b891d0c..b801977c60 100644 --- a/tests/functional/kata-deploy/run-kata-deploy-tests.sh +++ b/tests/functional/kata-deploy/run-kata-deploy-tests.sh @@ -22,6 +22,7 @@ else "kata-deploy.bats" \ "kata-deploy-custom-runtimes.bats" \ "kata-deploy-lifecycle.bats" \ + "kata-deploy-scheduling.bats" \ ) fi