forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.new-jenkins.yml
46 lines (40 loc) · 1.18 KB
/
docker-compose.new-jenkins.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# it is intended that this be used exclusive of all other docker-compose.*yml files in CI
version: "2.3"
services:
web:
# use master if NAME is unavailable
image: "${PATCHSET_TAG}"
links:
- postgres
- redis
- cassandra
- dynamodb
environment:
ENCRYPTION_KEY: facdd3a131ddd8988b14f6e4e01039c93cfa0160
RAILS_ENV: test
RAILS_DB_NAME_TEST: 'canvas_test'
RAILS_DB_HOST: postgres
RAILS_DB_PASSWORD: ''
DATABASE_URL: "postgres://postgres@postgres:5432/canvas_test"
RANDOMIZE_SEQUENCES: 1
RERUNS_RETRY:
MAX_FAIL:
# knapsack
CI_NODE_TOTAL:
CI_NODE_INDEX:
KNAPSACK_ENABLED:
KNAPSACK_TEST_FILE_PATTERN:
KNAPSACK_EXCLUDE_REGEX:
KNAPSACK_TEST_DIR:
KNAPSACK_GENERATE_REPORT:
redis:
image: starlord.inscloudgate.net/jenkins/redis:alpine
postgres:
image: starlord.inscloudgate.net/jenkins/postgres:9.5
cassandra:
image: starlord.inscloudgate.net/jenkins/cassandra:2.2
environment:
CASSANDRA_START_RPC: 'true'
dynamodb:
image: starlord.inscloudgate.net/jenkins/dynamodb-local
command: -jar DynamoDBLocal.jar #-dbPath /home/dynamodblocal