Skip to content

Commit d364090

Browse files
committed
Add adhoc job for running all configurations on a non-primary branch
This job has no schedule and can be used for manually kicking off all configs with long suite.
1 parent 147f6ca commit d364090

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

build.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ schedules:
2121
include: ["/\\d+(\\.[\\dx]+)+/"]
2222
env_vars: |
2323
TEST_GROUP="long"
24+
adhoc:
25+
# Adhoc job for non-primary braches that doesn't have a schedule but may be used to run all configs.
26+
schedule: adhoc
27+
branches:
28+
# regex matches primary branch format (2.1, 3.x, 3.0.x, 3.1.x, etc).
29+
exclude: ["/\\d+(\\.[\\dx]+)+/"]
30+
env_vars: |
31+
TEST_GROUP="long"
2432
java:
2533
- openjdk6
2634
- oraclejdk7

0 commit comments

Comments
 (0)