|
34 | 34 | - SENTRY_SKIP_BACKEND_VALIDATION=1
|
35 | 35 | - MIGRATIONS_TEST_MIGRATE=0
|
36 | 36 | # Use this to override the django version in the requirements file.
|
37 |
| - - DJANGO_VERSION=">=1.9,<1.10" |
| 37 | + - DJANGO_VERSION=">=1.10,<1.11" |
38 | 38 | # node's version is pinned by .nvmrc and is autodetected by `nvm install`.
|
39 | 39 | - NODE_DIR="${HOME}/.nvm/versions/node/v$(< .nvmrc)"
|
40 | 40 | - NODE_OPTIONS=--max-old-space-size=4096
|
@@ -149,18 +149,6 @@ matrix:
|
149 | 149 | name: 'Acceptance'
|
150 | 150 | env: TEST_SUITE=acceptance USE_SNUBA=1
|
151 | 151 |
|
152 |
| - - <<: *postgres_default |
153 |
| - name: '[Django 1.10] Backend with migrations [Postgres] (1/2)' |
154 |
| - env: DJANGO_VERSION=">=1.10,<1.11" TEST_SUITE=postgres DB=postgres TOTAL_TEST_GROUPS=2 TEST_GROUP=0 MIGRATIONS_TEST_MIGRATE=1 |
155 |
| - |
156 |
| - - <<: *postgres_default |
157 |
| - name: '[Django 1.10] Backend with migrations [Postgres] (2/2)' |
158 |
| - env: DJANGO_VERSION=">=1.10,<1.11" TEST_SUITE=postgres DB=postgres TOTAL_TEST_GROUPS=2 TEST_GROUP=1 MIGRATIONS_TEST_MIGRATE=1 |
159 |
| - |
160 |
| - - <<: *acceptance_default |
161 |
| - name: '[Django 1.10] Acceptance' |
162 |
| - env: DJANGO_VERSION=">=1.10,<1.11" TEST_SUITE=acceptance USE_SNUBA=1 PERCY_ENABLE=0 |
163 |
| - |
164 | 152 | - <<: *acceptance_default
|
165 | 153 | name: 'Plugins'
|
166 | 154 | env: TEST_SUITE=plugins DB=postgres PERCY_TOKEN=${PLUGIN_PERCY_TOKEN}
|
@@ -226,28 +214,6 @@ matrix:
|
226 | 214 | before_script:
|
227 | 215 | - psql -c 'create database sentry;' -U postgres
|
228 | 216 |
|
229 |
| - - python: 2.7 |
230 |
| - name: '[Django 1.10] Snuba Integration with migrations' |
231 |
| - 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 |
232 |
| - services: |
233 |
| - - docker |
234 |
| - - memcached |
235 |
| - - redis-server |
236 |
| - - postgresql |
237 |
| - before_install: |
238 |
| - - *pip_install |
239 |
| - - docker run -d --network host --name zookeeper -e ZOOKEEPER_CLIENT_PORT=2181 confluentinc/cp-zookeeper:4.1.0 |
240 |
| - - docker run -d --network host --name kafka -e KAFKA_ZOOKEEPER_CONNECT=localhost:2181 -e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://localhost:9092 -e KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1 confluentinc/cp-kafka:4.1.0 |
241 |
| - - docker run -d --network host --name clickhouse-server --ulimit nofile=262144:262144 yandex/clickhouse-server:19.11 |
242 |
| - - docker run -d --network host --name snuba --env SNUBA_SETTINGS=test --env CLICKHOUSE_SERVER=localhost:9000 getsentry/snuba |
243 |
| - - docker ps -a |
244 |
| - install: |
245 |
| - - python setup.py install_egg_info |
246 |
| - - pip install -U -e ".[dev]" |
247 |
| - - pip install confluent-kafka |
248 |
| - before_script: |
249 |
| - - psql -c 'create database sentry;' -U postgres |
250 |
| - |
251 | 217 | # Deploy 'storybook' (component & style guide) - allowed to fail
|
252 | 218 | - name: 'Storybook Deploy'
|
253 | 219 | language: node_js
|
|
0 commit comments