File tree Expand file tree Collapse file tree 4 files changed +35
-3
lines changed Expand file tree Collapse file tree 4 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 9797 kubectl -n source-system apply -f ./config/testdata/helmchart-from-bucket/source.yaml
9898 kubectl -n source-system wait bucket/charts --for=condition=ready --timeout=1m
9999 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
100105 - name : Logs
101106 run : |
102107 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 (
1919 github.com/fluxcd/pkg/version v0.0.1
2020 github.com/fluxcd/source-controller/api v0.13.1
2121 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
2323 github.com/go-logr/logr v0.4.0
2424 github.com/libgit2/git2go/v31 v31.4.14
2525 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
297297github.com/go-git/go-billy/v5 v5.3.1 /go.mod h1:pmpqyWchKfYfrkb/UVH4otLvyi/5gJlGI4Hb3ZqZ3W0 =
298298github.com/go-git/go-git-fixtures/v4 v4.2.1 h1:n9gGL1Ct/yIw+nfsfr8s4+sbhT+Ncu2SubfXjIWgci8 =
299299github.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 =
302302github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 /go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU =
303303github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72 /go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8 =
304304github.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