forked from cnti-testcatalog/testsuite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shard.yml
81 lines (72 loc) · 1.62 KB
/
shard.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
name: cnf_testsuite
version: 0.1.0
authors:
- W. Watson <Watson@vulk.coop>
- Joshua Darius <Joshua.smith@vulk.coop>
- Denver Williams <denver@debian.nz>
targets:
cnf_testsuite:
main: src/cnf_testsuite.cr
crystal: '>= 1.6.0'
dependencies:
sam:
github: vulk/sam.cr
commit: 4e3b271d31d7
totem:
github: icyleaf/totem
version: ~> 0.7.0
halite:
github: icyleaf/halite
version: ~> 0.12.0
icr:
github: crystal-community/icr
branch: master
commander:
github: mrrooijen/commander
version: ~> 0.4.0
retriable:
github: Sija/retriable.cr
version: ~> 0.2.4
tar:
github: cnf-testsuite/tar
# version: ~> 0.1.0
branch: main
find:
github: cnf-testsuite/find
branch: main
git:
github: cnf-testsuite/git
version: ~> 1.0.0
docker_client:
github: cnf-testsuite/docker_client
version: ~> 1.0.0
kubectl_client:
github: cnf-testsuite/kubectl_client
version: ~> 1.0.7
cluster_tools:
github: cnf-testsuite/cluster_tools
version: ~> 1.0.7
kernel_introspection:
github: cnf-testsuite/kernel_introspection
version: ~> 0.1.0
k8s_kernel_introspection:
github: cnf-testsuite/k8s_kernel_introspection
version: ~> 1.0.3
helm:
github: cnf-testsuite/helm
version: ~> 1.0.1
k8s_netstat:
github: cnf-testsuite/k8s_netstat
version: ~> 1.0.1
release_manager:
github: cnf-testsuite/release_manager
branch: main
retriable:
github: Sija/retriable.cr
protobuf:
github: jeromegn/protobuf.cr
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 1.3.1
license: MIT