File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
config/jobs/kubernetes/sig-arch Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ presubmits:
5
5
cluster : k8s-infra-prow-build
6
6
optional : true
7
7
always_run : false
8
+ run_if_changed : ' ^(test/conformance/testdata/|api/openapi-spec/)'
8
9
decorate : true
9
10
skip_branches :
10
11
- release-\d+\.\d+ # per-release settings
@@ -33,7 +34,6 @@ presubmits:
33
34
&& curl -sO https://raw.githubusercontent.com/ii/kind/ci-audit-logging/hack/ci/e2e-k8s.sh
34
35
&& bash e2e-k8s.sh
35
36
&& python3 ./../test-infra/experiment/audit/audit_log_parser.py --audit-logs ${ARTIFACTS}/audit/audit*.log --output "${ARTIFACTS}/audit/audit-endpoints.txt" --audit-operations-json "${ARTIFACTS}/audit/audit-operations.json" --swagger-url "file://$PWD/api/openapi-spec/swagger.json"
36
- && set -x
37
37
&& python3 ./../test-infra/experiment/audit/kubernetes_api_analysis.py --pull-audit-endpoints "${ARTIFACTS}/audit/audit-endpoints.txt" --swagger-url "file://$PWD/api/openapi-spec/swagger.json"
38
38
env :
39
39
- name : BUILD_TYPE
You can’t perform that action at this time.
0 commit comments