Skip to content

Commit

Permalink
Merge pull request #4972 from stevekuznetsov/skuznets/boskos-priority…
Browse files Browse the repository at this point in the history
…-class

Add boskos Pods to the Prow priority class
  • Loading branch information
openshift-merge-robot committed Sep 10, 2019
2 parents 68a1899 + 2d8ad03 commit a0ab6ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cluster/ci/config/prow/openshift/boskos.yaml
Expand Up @@ -37,6 +37,7 @@ spec:
namespace: ci
spec:
serviceAccountName: boskos
priorityClassName: prow-critical
terminationGracePeriodSeconds: 30
containers:
- name: boskos
Expand Down
1 change: 1 addition & 0 deletions cluster/ci/config/prow/openshift/boskos_metrics.yaml
Expand Up @@ -38,6 +38,7 @@ spec:
component: boskos-metrics
namespace: ci
spec:
priorityClassName: prow-critical
terminationGracePeriodSeconds: 30
containers:
- name: metrics
Expand Down
1 change: 1 addition & 0 deletions cluster/ci/config/prow/openshift/boskos_reaper.yaml
Expand Up @@ -14,6 +14,7 @@ spec:
app: prow
component: boskos-reaper
spec:
priorityClassName: prow-critical
terminationGracePeriodSeconds: 30
containers:
- name: boskos-reaper
Expand Down

0 comments on commit a0ab6ef

Please sign in to comment.