Skip to content

Commit

Permalink
[tmp] #2
Browse files Browse the repository at this point in the history
  • Loading branch information
labbati committed Sep 12, 2018
1 parent f8d9dc7 commit 031b8b5
Showing 1 changed file with 89 additions and 89 deletions.
178 changes: 89 additions & 89 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -872,92 +872,92 @@ workflows:
- asyncio
- pylons
- aiohttp
- tornado
- bottle
- cassandra
- celery
- elasticsearch
- falcon
- django
- flask
- gevent
- httplib
- mongoengine
- mysqlconnector
- mysqlpython
- mysqldb
- pymemcache
- pymysql
- pylibmc
- pymongo
- pyramid
- requests
- sqlalchemy
- psycopg
- aiobotocore
- aiopg
- redis
- sqlite3
- msgpack
- wait_all_tests:
requires:
- flake8
- tracer
- opentracer
- integration
- futures
- boto
- ddtracerun
- asyncio
- pylons
- aiohttp
- tornado
- bottle
- cassandra
- celery
- elasticsearch
- falcon
- django
- flask
- gevent
- httplib
- mongoengine
- mysqlconnector
- mysqlpython
- mysqldb
- pymysql
- pylibmc
- pymemcache
- pymongo
- pyramid
- requests
- sqlalchemy
- psycopg
- aiobotocore
- aiopg
- redis
- sqlite3
- msgpack
- deploy_dev:
requires:
- wait_all_tests
filters:
branches:
only: /(master)/
- deploy_experimental:
requires:
- wait_all_tests
filters:
branches:
only: /(develop)/
- deploy_docs:
requires:
- wait_all_tests
filters:
# By default the job is available for a `release-vX.X.X`
# version without manual approval. This simplifies a bit
# the docs building.
# NOTE: we may update this step so that a tag push with a
# manual approval can trigger the documents building.
branches:
only: /release-v[0-9]+(\.[0-9]+)*/
# - tornado
# - bottle
# - cassandra
# - celery
# - elasticsearch
# - falcon
# - django
# - flask
# - gevent
# - httplib
# - mongoengine
# - mysqlconnector
# - mysqlpython
# - mysqldb
# - pymemcache
# - pymysql
# - pylibmc
# - pymongo
# - pyramid
# - requests
# - sqlalchemy
# - psycopg
# - aiobotocore
# - aiopg
# - redis
# - sqlite3
# - msgpack
# - wait_all_tests:
# requires:
# - flake8
# - tracer
# - opentracer
# - integration
# - futures
# - boto
# - ddtracerun
# - asyncio
# - pylons
# - aiohttp
# - tornado
# - bottle
# - cassandra
# - celery
# - elasticsearch
# - falcon
# - django
# - flask
# - gevent
# - httplib
# - mongoengine
# - mysqlconnector
# - mysqlpython
# - mysqldb
# - pymysql
# - pylibmc
# - pymemcache
# - pymongo
# - pyramid
# - requests
# - sqlalchemy
# - psycopg
# - aiobotocore
# - aiopg
# - redis
# - sqlite3
# - msgpack
# - deploy_dev:
# requires:
# - wait_all_tests
# filters:
# branches:
# only: /(master)/
# - deploy_experimental:
# requires:
# - wait_all_tests
# filters:
# branches:
# only: /(develop)/
# - deploy_docs:
# requires:
# - wait_all_tests
# filters:
# # By default the job is available for a `release-vX.X.X`
# # version without manual approval. This simplifies a bit
# # the docs building.
# # NOTE: we may update this step so that a tag push with a
# # manual approval can trigger the documents building.
# branches:
# only: /release-v[0-9]+(\.[0-9]+)*/

0 comments on commit 031b8b5

Please sign in to comment.