-
Notifications
You must be signed in to change notification settings - Fork 0
/
sharpcd.yml
80 lines (70 loc) · 2.02 KB
/
sharpcd.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
version: 1.1
trak:
local: https://localhost:5666
remote: https://mcaq.me:5666
tasks:
basic_task:
name: Basic
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/SharpSet/
compose: /sharpcd/dev/testing/basic.yml
registry_task:
name: Registry
type: docker
registry: docker.mcaq.me
envfile: .env
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/SharpSet/
compose: /sharpcd/dev/testing/registry.yml
env_task:
name: Enviroment Test Fail
type: docker
envfile: .env
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/SharpSet/
compose: /sharpcd/dev/testing/env.yml
external_task:
name: External Network and Named Volume
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/SharpSet/
compose: /sharpcd/dev/testing/external.yml
external2_task:
name: External Host Volume
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/SharpSet/
compose: /sharpcd/dev/testing/external2.yml
env_task2:
name: Enviroment Test Pass
type: docker
envfile: ./testing/.env
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/SharpSet/
compose: /sharpcd/dev/testing/env.yml
depends:
- env_task
- basic_task
file_task:
name: No Compose File
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/SharpSet/
compose: /sharpcd/dev/testing/basic
depends:
- env_task2
restart_task:
name: Test Log exit
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/SharpSet/
compose: /sharpcd/dev/testing/restart.yml
trak_task:
name: Trak Log Test
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/SharpSet/
compose: /sharpcd/dev/testing/trak.yml
depends:
- file_task