File tree Expand file tree Collapse file tree 2 files changed +649
-0
lines changed
config/jobs/kubernetes/sig-arch Expand file tree Collapse file tree 2 files changed +649
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ presubmits:
16
16
timeout : 150m
17
17
grace_period : 15m
18
18
path_alias : k8s.io/kubernetes
19
+ extra_refs :
20
+ - org : kubernetes
21
+ repo : test-infra
22
+ base_ref : master
23
+ path_alias : k8s.io/test-infra
19
24
spec :
20
25
containers :
21
26
- image : gcr.io/k8s-staging-test-infra/krte:v20250815-171060767f-master
@@ -27,6 +32,9 @@ presubmits:
27
32
curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/"
28
33
&& curl -sO https://raw.githubusercontent.com/ii/kind/ci-audit-logging/hack/ci/e2e-k8s.sh
29
34
&& bash e2e-k8s.sh
35
+ && python3 ./../test-infra/experiment/audit/audit_log_parser.py ${ARTIFACTS}/audit/audit*.log \
36
+ --output "${ARTIFACTS}/audit/audit-endpoints.txt" \
37
+ --swagger-url "file://$PWD/api/openapi-spec/swagger.json"
30
38
env :
31
39
- name : BUILD_TYPE
32
40
value : docker
You can’t perform that action at this time.
0 commit comments