Skip to content

internal encryption e2e tests #8372

internal encryption e2e tests

internal encryption e2e tests #8372

Triggered via pull request August 14, 2023 15:49
Status Failure
Total duration 7m 27s
Artifacts

knative-style.yaml

on: pull_request
style  /  changes
2s
style / changes
style  /  ...  /  Auto-format and Check
22s
style / Golang / Auto-format and Check
style  /  ...  /  Lint
7m 4s
style / Golang / Lint
style  /  ...  /  Do Not Submit
8s
style / Golang / Do Not Submit
style  /  ...  /  shell
12s
style / suggester / shell
style  /  ...  /  yaml
25s
style / suggester / yaml
style  /  ...  /  github_actions
0s
style / suggester / github_actions
Matrix: style / Golang / Boilerplate Check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
style / suggester / shell: test/e2e-tests.sh#L28
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: test/e2e-tests.sh:28:-source $(dirname $0)/e2e-common.sh test/e2e-tests.sh:28:+source $(dirname "$0")/e2e-common.sh
style / suggester / shell: test/e2e-tests.sh#L48
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: test/e2e-tests.sh:48:- kubectl apply -f ${E2E_YAML_DIR}/test/config/autotls/certmanager/caissuer/ test/e2e-tests.sh:48:+ kubectl apply -f "${E2E_YAML_DIR}"/test/config/autotls/certmanager/caissuer/
style / suggester / shell: test/e2e-tests.sh#L82
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: test/e2e-tests.sh:82:- ${parallelism} \ test/e2e-tests.sh:83:- ${TEST_OPTIONS} || failed=1 test/e2e-tests.sh:82:+ "${parallelism}" \ test/e2e-tests.sh:83:+ "${TEST_OPTIONS}" || failed=1
style / suggester / shell: test/e2e-tests.sh#L87
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: test/e2e-tests.sh:87:-go_test_e2e -timeout=2m ./test/e2e/tagheader ${TEST_OPTIONS} || failed=1 test/e2e-tests.sh:87:+go_test_e2e -timeout=2m ./test/e2e/tagheader "${TEST_OPTIONS}" || failed=1
style / suggester / shell: test/e2e-tests.sh#L91
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: test/e2e-tests.sh:91:-go_test_e2e -timeout=2m ./test/e2e/initscale ${TEST_OPTIONS} || failed=1 test/e2e-tests.sh:91:+go_test_e2e -timeout=2m ./test/e2e/initscale "${TEST_OPTIONS}" || failed=1
style / suggester / shell: test/e2e-tests.sh#L95
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: test/e2e-tests.sh:95:-go_test_e2e -timeout=2m ./test/e2e/domainmapping ${TEST_OPTIONS} || failed=1 test/e2e-tests.sh:95:+go_test_e2e -timeout=2m ./test/e2e/domainmapping "${TEST_OPTIONS}" || failed=1
style / suggester / shell: test/e2e-tests.sh#L100
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: test/e2e-tests.sh:100:-restart_pod ${SYSTEM_NAMESPACE} "app=activator" test/e2e-tests.sh:101:-go_test_e2e -timeout=2m ./test/e2e/internalencryption ${TEST_OPTIONS} || failed=1 test/e2e-tests.sh:100:+restart_pod "${SYSTEM_NAMESPACE}" "app=activator" test/e2e-tests.sh:101:+go_test_e2e -timeout=2m ./test/e2e/internalencryption "${TEST_OPTIONS}" || failed=1
style / suggester / shell: test/e2e-tests.sh#L104
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: test/e2e-tests.sh:104:-restart_pod ${SYSTEM_NAMESPACE} "app=activator" test/e2e-tests.sh:104:+restart_pod "${SYSTEM_NAMESPACE}" "app=activator"
style / suggester / shell: test/e2e-tests.sh#L106
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: test/e2e-tests.sh:106:-kubectl get cm "config-gc" -n "${SYSTEM_NAMESPACE}" -o yaml > ${TMP_DIR}/config-gc.yaml test/e2e-tests.sh:106:+kubectl get cm "config-gc" -n "${SYSTEM_NAMESPACE}" -o yaml > "${TMP_DIR}"/config-gc.yaml
style / suggester / shell
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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/serving/serving. Supported file pattern: go.sum
style / Golang / Boilerplate Check (sh)
The following actions uses node12 which is deprecated and will be forced to run on node16: andstor/file-existence-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
style / Golang / Boilerplate Check (sh)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/serving/serving. Supported file pattern: go.sum
style / Golang / Boilerplate Check (go)
The following actions uses node12 which is deprecated and will be forced to run on node16: andstor/file-existence-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
style / Golang / Boilerplate Check (go)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/serving/serving. Supported file pattern: go.sum
style / Golang / Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: andstor/file-existence-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
style / Golang / Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/serving/serving. Supported file pattern: go.sum