-
Notifications
You must be signed in to change notification settings - Fork 596
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (27 loc) · 1.06 KB
/
.travis.yml
File metadata and controls
35 lines (27 loc) · 1.06 KB
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
branches:
only:
- master
sudo: required
language: go
go: "1.11.5"
services:
- docker
script:
- docker build . -f images/spark-base/Dockerfile -t cortexlabs/spark-base:latest
- docker build . -f images/tf-base/Dockerfile -t cortexlabs/tf-base:latest
- ./build/images.sh images/operator operator
- ./build/images.sh images/spark spark
- ./build/images.sh images/spark-operator spark-operator
- ./build/images.sh images/tf-train tf-train
- ./build/images.sh images/tf-serve tf-serve
- ./build/images.sh images/tf-api tf-api
- ./build/images.sh images/nginx-controller nginx-controller
- ./build/images.sh images/nginx-backend nginx-backend
- ./build/images.sh images/fluentd fluentd
- ./build/images.sh images/argo-controller argo-controller
- ./build/images.sh images/argo-executor argo-executor
- ./build/test.sh
- sudo apt-get install -y apt-transport-https ca-certificates software-properties-common zip python3-pip python3-dev build-essential
- sudo pip3 install --upgrade pip
- pip3 install --upgrade awscli --user
- ./build/cli.sh