From f0d96e91c75387f865d51063f4162404c1d2addf Mon Sep 17 00:00:00 2001 From: Mynhardt Burger Date: Tue, 31 Mar 2026 14:41:43 -0400 Subject: [PATCH] test: verify updated Konflux e2e pipeline No-op change to trigger Konflux build and validate the updated integration test pipeline from odh-konflux-central#238, which extracts both maas-api and maas-controller images from the Konflux snapshot. Signed-off-by: Mynhardt Burger Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Mynhardt Burger rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED --- test/e2e/scripts/prow_run_smoke_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/scripts/prow_run_smoke_test.sh b/test/e2e/scripts/prow_run_smoke_test.sh index f7abbfb57..2ded8f033 100755 --- a/test/e2e/scripts/prow_run_smoke_test.sh +++ b/test/e2e/scripts/prow_run_smoke_test.sh @@ -800,4 +800,4 @@ run_e2e_tests print_header "Validating Deployment" validate_deployment -echo "🎉 Deployment completed successfully!" \ No newline at end of file +echo "Deployment completed successfully!" \ No newline at end of file