Skip to content

Commit 9745e0c

Browse files
committed
add long test per-commit build spec
1 parent 3e46fd7 commit 9745e0c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ schedules:
2020
exclude:
2121
- python: [3.4, 3.6]
2222

23+
commit_long_test:
24+
schedule: per_commit
25+
branches:
26+
include: [/long-python.*/]
27+
env_vars: |
28+
EVENT_LOOP_MANAGER='libev'
29+
matrix:
30+
exclude:
31+
- python: [3.4, 3.6]
32+
- cassandra: ['2.0', '2.1', '3.0']
33+
2334
commit_branches:
2435
schedule: per_commit
2536
branches:

0 commit comments

Comments
 (0)