File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ variables:
1313 KIND : v0.30.0
1414 DOCKER_HOST : tcp://docker:2375
1515 DOCKER_DRIVER : overlay2
16- GO_VERSION : " 1.25 "
17- DOCKER_VERSION : " 28 .1"
16+ GO_VERSION : " 1.26 "
17+ DOCKER_VERSION : " 29 .1"
1818 JUNIT_FILE : " junit-report.xml"
1919 GOTESTSUM_JUNITFILE : " junit-report.xml"
2020include :
Original file line number Diff line number Diff line change 1010 services :
1111 - name : $CI_REGISTRY_GO/docker:$DOCKER_VERSION-dind
1212 alias : docker
13+ variables :
14+ DOCKER_INSECURE_NO_IPTABLES_RAW : " 1"
1315 tags :
1416 - go
1517 artifacts :
Original file line number Diff line number Diff line change @@ -119,4 +119,4 @@ while [ $COUNTER -lt 150 ]; do
119119 fi
120120done
121121
122- kubectl wait --for=condition=ready --timeout=10s pod -l run=haproxy-ingress -n haproxy-controller
122+ time kubectl wait --for=condition=ready --timeout=10m pod -l run=haproxy-ingress -n haproxy-controller
You can’t perform that action at this time.
0 commit comments