forked from litmuschaos/test-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
86 lines (86 loc) · 2.17 KB
/
.travis.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
dist: trusty
sudo: required
install: true
stages:
- build docker images
env:
global:
- GOARCH=amd64
before_install:
- sleep 15
- sudo apt-get install -y
- sudo apt-get install -y curl
jobs:
include:
- stage: build docker images
name: build docker image vdbench
script:
- make vdbench
- stage: build docker images
name: build docker image forkbomb
script:
- make forkbomb
- stage: build docker images
name: build docker image fio
script:
- make fio
- stage: build docker images
name: build docker image iometer
script:
- make iometer
- stage: build docker images
name: build docker image chaostoolkit
script:
- make chaostoolkit-aws
# - stage: build docker images
# name: build docker image mysql-client
# script:
# - make mysql-client
- stage: build docker images
name: build docker image sysbench-client
script:
- make sysbench-client
- stage: build docker images
name: build docker image tpcc-client
script:
- make tpcc-client
- stage: build docker images
name: build docker image mongo-client
script:
- make mongo-client
- stage: build docker images
name: build docker image postgres-client
script:
- make postgres-client
- stage: build docker images
name: build docker image custom-client
script:
- make custom-client
- stage: build docker images
name: build docker image jenkins-client
script:
- make jenkins-client
- stage: build docker images
name: build docker image libiscsi
script:
- make libiscsi
- stage: build docker images
name: build docker image logger
script:
- make logger
- stage: build docker images
name: build docker image dd-client
script:
- make dd-client
- stage: build docker images
name: build docker image gitlab-runner
script:
- make gitlab-runner
- stage: build docker images
name: build docker image memleak
script:
- make memleak
notifications:
email:
recipients: