Skip to content
Open
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 @@ -218,6 +218,7 @@ tests:
requests:
cpu: 100m
workflow: ipi-azure
timeout: 3h30m0s
- as: e2e-vsphere
run_if_changed: vsphere
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ tests:
resources:
requests:
cpu: 100m
timeout: 3h30m0s
workflow: ipi-azure
timeout: 3h30m0s
- as: e2e-openstack-weekly
cron: 10 23 * * 0
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ periodics:
decorate: true
decoration_config:
skip_cloning: true
timeout: 3h30m0s
extra_refs:
- base_ref: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ presubmits:
decorate: true
decoration_config:
skip_cloning: true
timeout: 3h30m0s
labels:
ci-operator.openshift.io/cloud: azure4
ci-operator.openshift.io/cloud-cluster-profile: openshift-org-azure
Expand Down