Skip to content

[RELEASE-1.14] add startup probe support to Knative Service #307

[RELEASE-1.14] add startup probe support to Knative Service

[RELEASE-1.14] add startup probe support to Knative Service #307

Triggered via pull request July 9, 2024 05:32
Status Failure
Total duration 38s
Artifacts

validate.yaml

on: pull_request
Generated files are committed
11s
Generated files are committed
Lint
29s
Lint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 14 warnings
Lint: ci-operator/generate-dockerfiles.sh#L8
[shellcheck] reported by reviewdog 🐶 Double quote array expansions to avoid re-splitting elements. Raw Output: ./ci-operator/generate-dockerfiles.sh:8:14: error: Double quote array expansions to avoid re-splitting elements. (ShellCheck.SC2068)
Lint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
Lint: ci-operator/generate-dockerfiles.sh#L21
[shellcheck] reported by reviewdog 🐶 Double quote array expansions to avoid re-splitting elements. Raw Output: ./ci-operator/generate-dockerfiles.sh:21:22: error: Double quote array expansions to avoid re-splitting elements. (ShellCheck.SC2068)
Lint
Process completed with exit code 1.
Generated files are committed
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Generated files are committed
Restore cache failed: Dependencies file is not found in /home/runner/work/serving/serving. Supported file pattern: go.sum
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint: ci-operator/generate-dockerfiles.sh#L9
[shellcheck] reported by reviewdog 🐶 Declare and assign separately to avoid masking return values. Raw Output: ./ci-operator/generate-dockerfiles.sh:9:11: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
Lint: ci-operator/generate-dockerfiles.sh#L9
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./ci-operator/generate-dockerfiles.sh:9:33: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Lint: ci-operator/generate-dockerfiles.sh#L11
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./ci-operator/generate-dockerfiles.sh:11:14: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Lint: ci-operator/generate-dockerfiles.sh#L11
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./ci-operator/generate-dockerfiles.sh:11:26: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Lint: ci-operator/generate-dockerfiles.sh#L14
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./ci-operator/generate-dockerfiles.sh:14:109: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Lint: ci-operator/generate-dockerfiles.sh#L14
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./ci-operator/generate-dockerfiles.sh:14:121: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Lint: ci-operator/generate-dockerfiles.sh#L16
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./ci-operator/generate-dockerfiles.sh:16:72: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Lint: ci-operator/generate-dockerfiles.sh#L16
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./ci-operator/generate-dockerfiles.sh:16:84: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Lint: release/mirror-upstream-branches.sh#L8
[shellcheck] reported by reviewdog 🐶 Declare and assign separately to avoid masking return values. Raw Output: ./release/mirror-upstream-branches.sh:8:10: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
Lint: release/mirror-upstream-branches.sh#L27
[shellcheck] reported by reviewdog 🐶 Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead. Raw Output: ./release/mirror-upstream-branches.sh:27:23: info: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead. (ShellCheck.SC2002)