File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,6 @@ matrix:
162
162
name : ' [Django 1.10] Acceptance'
163
163
env : DJANGO_VERSION=">=1.10,<1.11" TEST_SUITE=acceptance USE_SNUBA=1 PERCY_ENABLE=0
164
164
165
- # allowed to fail
166
165
- << : *acceptance_default
167
166
name : ' Plugins'
168
167
env : TEST_SUITE=plugins DB=postgres PERCY_TOKEN=${PLUGIN_PERCY_TOKEN}
@@ -207,8 +206,8 @@ matrix:
207
206
- docker ps -a
208
207
209
208
- python : 2.7
210
- name : ' Snuba Integration'
211
- env : TEST_SUITE=snuba USE_SNUBA=1 SENTRY_ZOOKEEPER_HOSTS=localhost:2181 SENTRY_KAFKA_HOSTS=localhost:9092
209
+ name : ' Snuba Integration with migrations '
210
+ env : TEST_SUITE=snuba USE_SNUBA=1 SENTRY_ZOOKEEPER_HOSTS=localhost:2181 SENTRY_KAFKA_HOSTS=localhost:9092 MIGRATIONS_TEST_MIGRATE=1
212
211
services :
213
212
- docker
214
213
- memcached
@@ -229,8 +228,8 @@ matrix:
229
228
- psql -c 'create database sentry;' -U postgres
230
229
231
230
- python : 2.7
232
- name : ' [Django 1.10] Snuba Integration'
233
- env : DJANGO_VERSION=">=1.10,<1.11" TEST_SUITE=snuba USE_SNUBA=1 SENTRY_ZOOKEEPER_HOSTS=localhost:2181 SENTRY_KAFKA_HOSTS=localhost:9092
231
+ name : ' [Django 1.10] Snuba Integration with migrations '
232
+ env : DJANGO_VERSION=">=1.10,<1.11" TEST_SUITE=snuba USE_SNUBA=1 SENTRY_ZOOKEEPER_HOSTS=localhost:2181 SENTRY_KAFKA_HOSTS=localhost:9092 MIGRATIONS_TEST_MIGRATE=1
234
233
services :
235
234
- docker
236
235
- memcached
You can’t perform that action at this time.
0 commit comments