Skip to content

Commit 138f416

Browse files
committed
debug command line to audit_log_parser.py
1 parent 5254f92 commit 138f416

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

config/jobs/kubernetes/sig-arch/conformance-audit.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ presubmits:
3232
curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/"
3333
&& curl -sO https://raw.githubusercontent.com/ii/kind/ci-audit-logging/hack/ci/e2e-k8s.sh
3434
&& bash e2e-k8s.sh
35-
&& python3 ./../test-infra/experiment/audit/audit_log_parser.py \
36-
--output "${ARTIFACTS}/audit/audit-endpoints.txt" \
37-
--swagger-url "file://$PWD/api/openapi-spec/swagger.json" \
38-
--audit-logs ${ARTIFACTS}/audit/audit*.log
35+
&& set -x
36+
&& python3 ./../test-infra/experiment/audit/audit_log_parser.py --audit-logs ${ARTIFACTS}/audit/audit*.log --output "${ARTIFACTS}/audit/audit-endpoints.txt" --swagger-url "file://$PWD/api/openapi-spec/swagger.json"
3937
env:
4038
- name: BUILD_TYPE
4139
value: docker

0 commit comments

Comments
 (0)