Merge pull request #758 from datastax/python-upgrade-buildyaml
Updated build.yaml
This commit is contained in:
48
build.yaml
48
build.yaml
@@ -1,26 +1,34 @@
|
|||||||
schedules:
|
schedules:
|
||||||
commit:
|
commit_master:
|
||||||
schedule: per_commit
|
schedule: per_commit
|
||||||
branches:
|
|
||||||
include: [master, /python.*/]
|
|
||||||
env_vars: |
|
|
||||||
EVENT_LOOP_MANAGER='libev'
|
|
||||||
matrix:
|
|
||||||
exclude:
|
|
||||||
- python: [3.4, 3.6]
|
|
||||||
|
|
||||||
nightly_libev:
|
|
||||||
schedule: nightly
|
|
||||||
branches:
|
branches:
|
||||||
include: [master]
|
include: [master]
|
||||||
env_vars: |
|
env_vars: |
|
||||||
EVENT_LOOP_MANAGER='libev'
|
EVENT_LOOP_MANAGER='libev'
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
|
- python: [3.4, 3.6]
|
||||||
|
|
||||||
|
commit_branches:
|
||||||
|
schedule: per_commit
|
||||||
|
branches:
|
||||||
|
include: [/python.*/]
|
||||||
|
env_vars: |
|
||||||
|
EVENT_LOOP_MANAGER='libev'
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- python: [3.4, 3.6]
|
||||||
- cassandra: ['2.0', '2.1', '3.0']
|
- cassandra: ['2.0', '2.1', '3.0']
|
||||||
|
|
||||||
|
nightly_libev:
|
||||||
|
schedule: weekly
|
||||||
|
branches:
|
||||||
|
include: [master]
|
||||||
|
env_vars: |
|
||||||
|
EVENT_LOOP_MANAGER='libev'
|
||||||
|
|
||||||
nightly_gevent:
|
nightly_gevent:
|
||||||
schedule: nightly
|
schedule: weekly
|
||||||
branches:
|
branches:
|
||||||
include: [master]
|
include: [master]
|
||||||
env_vars: |
|
env_vars: |
|
||||||
@@ -28,37 +36,27 @@ schedules:
|
|||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- python: [3.4, 3.6]
|
- python: [3.4, 3.6]
|
||||||
cassandra: ['2.0', '2.1', '3.0']
|
|
||||||
|
|
||||||
nightly_eventlet:
|
nightly_eventlet:
|
||||||
schedule: nightly
|
schedule: weekly
|
||||||
branches:
|
branches:
|
||||||
include: [master]
|
include: [master]
|
||||||
env_vars: |
|
env_vars: |
|
||||||
EVENT_LOOP_MANAGER='eventlet'
|
EVENT_LOOP_MANAGER='eventlet'
|
||||||
matrix:
|
|
||||||
exclude:
|
|
||||||
- cassandra: ['2.0', '2.1', '3.0']
|
|
||||||
|
|
||||||
nightly_async:
|
nightly_async:
|
||||||
schedule: nightly
|
schedule: weekly
|
||||||
branches:
|
branches:
|
||||||
include: [master]
|
include: [master]
|
||||||
env_vars: |
|
env_vars: |
|
||||||
EVENT_LOOP_MANAGER='async'
|
EVENT_LOOP_MANAGER='async'
|
||||||
matrix:
|
|
||||||
exclude:
|
|
||||||
- cassandra: ['2.0', '2.1', '3.0']
|
|
||||||
|
|
||||||
nightly_twister:
|
nightly_twister:
|
||||||
schedule: nightly
|
schedule: weekly
|
||||||
branches:
|
branches:
|
||||||
include: [master]
|
include: [master]
|
||||||
env_vars: |
|
env_vars: |
|
||||||
EVENT_LOOP_MANAGER='twisted'
|
EVENT_LOOP_MANAGER='twisted'
|
||||||
matrix:
|
|
||||||
exclude:
|
|
||||||
- cassandra: ['2.0', '2.1', '3.0']
|
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
|
|||||||
Reference in New Issue
Block a user