Skip to content

Commit

Permalink
Merge pull request #33238 from ingvagabund/descheduler-timeouts
Browse files Browse the repository at this point in the history
descheduler: set new timeouts and bump existing
  • Loading branch information
k8s-ci-robot authored Aug 6, 2024
2 parents 1e5e75e + 6b90d0b commit 434cb9d
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ presubmits:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-descheduler-verify-master
decorate: true
decoration_config:
timeout: 10m
path_alias: sigs.k8s.io/descheduler
branches:
# The script this job runs is not in all branches.
Expand All @@ -32,6 +34,8 @@ presubmits:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-descheduler-verify-build-master
decorate: true
decoration_config:
timeout: 10m
path_alias: sigs.k8s.io/descheduler
branches:
# The script this job runs is not in all branches.
Expand All @@ -57,6 +61,8 @@ presubmits:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-descheduler-unit-test-master
decorate: true
decoration_config:
timeout: 10m
path_alias: sigs.k8s.io/descheduler
branches:
# The script this job runs is not in all branches.
Expand Down Expand Up @@ -84,7 +90,7 @@ presubmits:
testgrid-tab-name: pull-descheduler-test-e2e-k8s-master-1.30
decorate: true
decoration_config:
timeout: 20m
timeout: 30m
always_run: true
labels:
preset-dind-enabled: "true"
Expand Down Expand Up @@ -122,7 +128,7 @@ presubmits:
testgrid-tab-name: pull-descheduler-test-e2e-k8s-master-1.29
decorate: true
decoration_config:
timeout: 20m
timeout: 30m
always_run: true
labels:
preset-dind-enabled: "true"
Expand Down Expand Up @@ -160,7 +166,7 @@ presubmits:
testgrid-tab-name: pull-descheduler-test-e2e-k8s-master-1.28
decorate: true
decoration_config:
timeout: 20m
timeout: 30m
always_run: true
labels:
preset-dind-enabled: "true"
Expand Down

0 comments on commit 434cb9d

Please sign in to comment.