File tree 4 files changed +35
-3
lines changed 4 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 97
97
kubectl -n source-system apply -f ./config/testdata/helmchart-from-bucket/source.yaml
98
98
kubectl -n source-system wait bucket/charts --for=condition=ready --timeout=1m
99
99
kubectl -n source-system wait helmchart/helmchart-bucket --for=condition=ready --timeout=1m
100
+ - name : Run large Git repo tests
101
+ run : |
102
+ kubectl -n source-system apply -f ./config/testdata/git/large-repo.yaml
103
+ kubectl -n source-system wait gitrepository/large-repo-go-git --for=condition=ready --timeout=2m
104
+ kubectl -n source-system wait gitrepository/large-repo-libgit2 --for=condition=ready --timeout=2m
100
105
- name : Logs
101
106
run : |
102
107
kubectl -n source-system logs deploy/source-controller
Original file line number Diff line number Diff line change
1
+ apiVersion : source.toolkit.fluxcd.io/v1beta1
2
+ kind : GitRepository
3
+ metadata :
4
+ name : large-repo-go-git
5
+ spec :
6
+ gitImplementation : go-git
7
+ interval : 10m
8
+ url : https://github.com/hashgraph/hedera-mirror-node.git
9
+ ref :
10
+ branch : master
11
+ ignore : |
12
+ /*
13
+ !/charts
14
+ ---
15
+ apiVersion : source.toolkit.fluxcd.io/v1beta1
16
+ kind : GitRepository
17
+ metadata :
18
+ name : large-repo-libgit2
19
+ spec :
20
+ gitImplementation : libgit2
21
+ interval : 10m
22
+ url : https://github.com/hashgraph/hedera-mirror-node.git
23
+ ref :
24
+ branch : master
25
+ ignore : |
26
+ /*
27
+ !/charts
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
19
19
github.com/fluxcd/pkg/version v0.0.1
20
20
github.com/fluxcd/source-controller/api v0.13.1
21
21
github.com/go-git/go-billy/v5 v5.3.1
22
- github.com/go-git/go-git/v5 v5.4.1
22
+ github.com/go-git/go-git/v5 v5.4.2
23
23
github.com/go-logr/logr v0.4.0
24
24
github.com/libgit2/git2go/v31 v31.4.14
25
25
github.com/minio/minio-go/v7 v7.0.10
Original file line number Diff line number Diff line change @@ -297,8 +297,8 @@ github.com/go-git/go-billy/v5 v5.3.1 h1:CPiOUAzKtMRvolEKw+bG1PLRpT7D3LIs3/3ey4Ai
297
297
github.com/go-git/go-billy/v5 v5.3.1 /go.mod h1:pmpqyWchKfYfrkb/UVH4otLvyi/5gJlGI4Hb3ZqZ3W0 =
298
298
github.com/go-git/go-git-fixtures/v4 v4.2.1 h1:n9gGL1Ct/yIw+nfsfr8s4+sbhT+Ncu2SubfXjIWgci8 =
299
299
github.com/go-git/go-git-fixtures/v4 v4.2.1 /go.mod h1:K8zd3kDUAykwTdDCr+I0per6Y6vMiRR/nnVTBtavnB0 =
300
- github.com/go-git/go-git/v5 v5.4.1 h1:2RJXJuTMac944e419pJJJ3mOJBcr3A3M6SN6wQKZ/Gs =
301
- github.com/go-git/go-git/v5 v5.4.1 /go.mod h1:gQ1kArt6d+n+BGd+/B/I74HwRTLhth2+zti4ihgckDc =
300
+ github.com/go-git/go-git/v5 v5.4.2 h1:BXyZu9t0VkbiHtqrsvdq39UDhGJTl1h55VW6CSC4aY4 =
301
+ github.com/go-git/go-git/v5 v5.4.2 /go.mod h1:gQ1kArt6d+n+BGd+/B/I74HwRTLhth2+zti4ihgckDc =
302
302
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 /go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU =
303
303
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72 /go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8 =
304
304
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4 /go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8 =
You can’t perform that action at this time.
0 commit comments