From 98ce3a13f1221894edbdf95e01ce6955cc0d4fd6 Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Mon, 29 Jun 2026 15:08:29 -0400 Subject: [PATCH 1/2] Run all system tests VMs on master and mq --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1937d97cc70..807cd5c578a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,11 +81,16 @@ workflow: - if: '$CI_COMMIT_BRANCH =~ /^gh-readonly-queue\//' when: never - if: '$CI_COMMIT_BRANCH == "master"' + variables: + SYSTEM_TESTS_RUN_ALL_VMS: "true" auto_cancel: on_new_commit: none - if: '$CI_COMMIT_BRANCH =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/' auto_cancel: on_new_commit: none + - if: '$CI_COMMIT_BRANCH =~ /^mq-working-branch-/' + variables: + SYSTEM_TESTS_RUN_ALL_VMS: "true" - when: always .test_matrix: &test_matrix From 9d5487f39ee6a227a32aff238bf06f2f576066ea Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Mon, 29 Jun 2026 15:13:26 -0400 Subject: [PATCH 2/2] Test system-tests branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 807cd5c578a..56dd273d527 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1409,7 +1409,7 @@ publishing-gate: configure_system_tests: variables: - SYSTEM_TESTS_REF: "main" # system tests are pinned on release branches only + SYSTEM_TESTS_REF: "sarahchen6/allow-repos-to-run-all-VMs" # REVERT BEFORE MERGING SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,simple_onboarding_profiling,simple_onboarding_appsec,docker-ssi,lib-injection" create_key: