Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ periodics:
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 6h
interval: 6h
timeout: 3h
interval: 3h
path_alias: "sigs.k8s.io/cluster-api-provider-azure"
labels:
preset-dind-enabled: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ presubmits:
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 8h
timeout: 3h
path_alias: "sigs.k8s.io/cluster-api-provider-azure"
always_run: false
optional: true
Expand All @@ -24,9 +24,9 @@ presubmits:
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
- org: kubernetes
- org: nojnhuh
repo: perf-tests
base_ref: master
base_ref: api-avail-err-log
path_alias: k8s.io/perf-tests
spec:
serviceAccountName: azure
Expand Down Expand Up @@ -91,7 +91,7 @@ presubmits:
- name: CL2_ENABLE_API_AVAILABILITY_MEASUREMENT
value: "true"
- name: CL2_API_AVAILABILITY_PERCENTAGE_THRESHOLD
value: "99.5"
value: "99.99"
resources:
requests:
cpu: "6"
Expand Down