internal encryption e2e tests #8383
Annotations
10 errors
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
|
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/
|
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
|
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
|
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
|
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
|
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
|
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"
|
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
|
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
|
The logs for this run have expired and are no longer available.
Loading