File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ Vagrant.configure('2') do |config|
3535
3636 # Build the KIND cluster and install the resources
3737 k8shost . vm . provision 'shell' ,
38- inline : 'cd partner; make rebuild-cluster'
39- k8shost . vm . provision 'shell' ,
40- inline : 'cd partner; make install'
38+ inline : 'cd partner; make rebuild-cluster; make install' ,
39+ privileged : false
4140 end
4241end
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ oc patch installplan \
8181 grep " $COMMUNITY_OPERATOR_NAME " |
8282 cut -f 1 -d \ \
8383 ) " || { printf >&2 ' Unable to approve the installation plan.\n' ; exit 1; }
84- sleep 10
84+ sleep 30
8585oc wait \
8686 --for=jsonpath=\{ .status.phase\} =Succeeded \
8787 csv \
@@ -92,8 +92,8 @@ oc wait \
9292 oc get csv --namespace " $TNF_EXAMPLE_CNF_NAMESPACE "
9393 exit 1
9494}
95+ sleep 30
9596oc get csv --namespace " $TNF_EXAMPLE_CNF_NAMESPACE "
9697
9798# Label the community operator
9899oc label clusterserviceversions.operators.coreos.com " $COMMUNITY_OPERATOR_NAME " -n " $TNF_EXAMPLE_CNF_NAMESPACE " test-network-function.com/operator=target
99-
You can’t perform that action at this time.
0 commit comments