Skip to content

chore: Refactor cluster allocation script to use latest Knative bits #4888

chore: Refactor cluster allocation script to use latest Knative bits

chore: Refactor cluster allocation script to use latest Knative bits #4888

Triggered via pull request February 29, 2024 11:51
Status Success
Total duration 30s
Artifacts

knative-style.yaml

on: pull_request
style  /  changes
2s
style / changes
style  /  ...  /  shell
6s
style / suggester / shell
style  /  ...  /  yaml
0s
style / suggester / yaml
style  /  ...  /  github_actions
0s
style / suggester / github_actions
style  /  ...  /  Auto-format and Check
style / Golang / Auto-format and Check
style  /  ...  /  Do Not Submit
style / Golang / Do Not Submit
style  /  ...  /  Lint
style / Golang / Lint
Matrix: style / Golang / Boilerplate Check
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
style / suggester / shell: hack/allocate.sh#L125
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: hack/allocate.sh:125:- kubectl apply --filename https://github.com/knative/serving/releases/download/knative-$knative_serving_version/serving-crds.yaml hack/allocate.sh:125:+ kubectl apply --filename https://github.com/knative/serving/releases/download/knative-"$knative_serving_version"/serving-crds.yaml
style / suggester / shell: hack/allocate.sh#L130
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: hack/allocate.sh:130:- curl -L -s https://github.com/knative/serving/releases/download/knative-$knative_serving_version/serving-core.yaml | yq 'del(.spec.template.spec.containers[]?.resources)' -y | yq 'del(.metadata.annotations."knative.dev/example-checksum")' -y | yq | kubectl apply -f - hack/allocate.sh:130:+ curl -L -s https://github.com/knative/serving/releases/download/knative-"$knative_serving_version"/serving-core.yaml | yq 'del(.spec.template.spec.containers[]?.resources)' -y | yq 'del(.metadata.annotations."knative.dev/example-checksum")' -y | yq | kubectl apply -f -
style / suggester / shell: hack/allocate.sh#L222
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: hack/allocate.sh:222:- curl -L -s https://github.com/knative/eventing/releases/download/knative-$knative_eventing_version/eventing-core.yaml | yq 'del(.spec.template.spec.containers[]?.resources)' -y | yq 'del(.metadata.annotations."knative.dev/example-checksum")' -y | yq | kubectl apply -f - hack/allocate.sh:222:+ curl -L -s https://github.com/knative/eventing/releases/download/knative-"$knative_eventing_version"/eventing-core.yaml | yq 'del(.spec.template.spec.containers[]?.resources)' -y | yq 'del(.metadata.annotations."knative.dev/example-checksum")' -y | yq | kubectl apply -f -
style / suggester / shell: hack/allocate.sh#L227
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: hack/allocate.sh:227:- curl -L -s https://github.com/knative/eventing/releases/download/knative-$knative_eventing_version/in-memory-channel.yaml | kubectl apply -f - hack/allocate.sh:227:+ curl -L -s https://github.com/knative/eventing/releases/download/knative-"$knative_eventing_version"/in-memory-channel.yaml | kubectl apply -f -
style / suggester / shell: hack/allocate.sh#L232
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: hack/allocate.sh:232:- curl -L -s https://github.com/knative/eventing/releases/download/knative-$knative_eventing_version/mt-channel-broker.yaml | yq 'del(.spec.template.spec.containers[]?.resources)' -y | yq 'del(.metadata.annotations."knative.dev/example-checksum")' -y | yq | kubectl apply -f - hack/allocate.sh:232:+ curl -L -s https://github.com/knative/eventing/releases/download/knative-"$knative_eventing_version"/mt-channel-broker.yaml | yq 'del(.spec.template.spec.containers[]?.resources)' -y | yq 'del(.metadata.annotations."knative.dev/example-checksum")' -y | yq | kubectl apply -f -
style / changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
style / suggester / shell
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.