Skip to content

Commit 600d89a

Browse files
committed
ci: Allow requesting non-default JVMs or specific test JVMs jobs
1 parent 8b1580f commit 600d89a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,9 @@ muzzle-dep-report:
591591
rules:
592592
- if: $testJvm =~ $DEFAULT_TEST_JVMS
593593
when: on_success
594-
- if: $NON_DEFAULT_JVMS == "true"
594+
- if: '$NON_DEFAULT_JVMS == "true" || $CI_COMMIT_MESSAGE =~ /\[ci: NON_DEFAULT_JVMS\]/'
595+
when: on_success
596+
- if: '$CI_COMMIT_MESSAGE =~ /\[ci: TEST_JVM=[^\]]*$testJvm/'
595597
when: on_success
596598
- if: $CI_COMMIT_BRANCH == "master"
597599
when: on_success

0 commit comments

Comments
 (0)