kubebb / core

A declarative component lifecycle management platform
https://kubebb.github.io/website
Apache License 2.0
8 stars 9 forks source link

test: skip install kustomize to avoid Github rate-limiter failure #282

Closed Abirdcfly closed 1 year ago

Abirdcfly commented 1 year ago

fix issue like https://github.com/kubebb/core/actions/runs/5937625058/job/16100509925#step:6:90

/home/runner/work/core/core/bin/controller-gen rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases
test -s /home/runner/work/core/core/bin/kustomize || { curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash -s -- 3.8.7 /home/runner/work/core/core/bin; }
Github rate-limiter failed the request. Either authenticate or wait a couple of minutes.
make: *** [Makefile:195: /home/runner/work/core/core/bin/kustomize] Error 1
codecov[bot] commented 1 year ago

Codecov Report

Merging #282 (52988f2) into main (80a5f0a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #282   +/-   ##
=======================================
  Coverage   16.96%   16.96%           
=======================================
  Files          34       34           
  Lines        3359     3359           
=======================================
  Hits          570      570           
  Misses       2756     2756           
  Partials       33       33           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more