From d35d872b85b9e0b13c59481cdd846f1eb52297bf Mon Sep 17 00:00:00 2001 From: Elena German Date: Thu, 11 Jun 2026 12:56:35 -0400 Subject: [PATCH] test: cosmetic change to trigger all e2e Signed-off-by: Elena German --- integration-tests/run-test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration-tests/run-test.sh b/integration-tests/run-test.sh index 179be3b12a..b6ab7d7a16 100755 --- a/integration-tests/run-test.sh +++ b/integration-tests/run-test.sh @@ -13,6 +13,9 @@ # The script is designed to be generic, with suite-specific configurations # and test logic loaded from a specified suite directory. # +# CI: changes to this file select the full release-pipelines e2e matrix +# (see integration-tests/scripts/find_release_pipelines_from_pr.sh). +# # Usage: # ./run-test.sh [options] #