File tree 2 files changed +32
-0
lines changed 2 files changed +32
-0
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
You can’t perform that action at this time.
0 commit comments