forked from Juniper/contrail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zuul.yaml
39 lines (38 loc) · 1.01 KB
/
.zuul.yaml
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
- project:
name: Juniper/contrail
check:
jobs:
- contrail-go-docker
gate:
jobs:
- contrail-go-docker
- job:
name: contrail-go-docker
description: |
Job that builds and tests Juniper/contrail project.
voting: True
parent: contrail-base2
timeout: 5400
required-projects:
- Juniper/contrail
run: playbooks/contrail-go-docker/run.yaml
nodeset:
nodes:
- name: builder
label: centos-7-4-builder
vars:
setup_docker_registry: true
docker:
- image: circleci/golang:1.10
- image: circleci/mysql:5.7
name: contrail_mysql
environment:
MYSQL_ROOT_PASSWORD: contrail123
- image: circleci/postgres:10.3-alpine
name: contrail_postgres
environment:
POSTGRES_USER: root
POSTGRES_DB: contrail123
command: postgres -c wal_level=logical
- image: gcr.io/etcd-development/etcd:v3.3.2
name: contrail_etcd