Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a node-e2e-project pool to boskos #17284

Merged
merged 2 commits into from
Apr 20, 2020
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
4 changes: 2 additions & 2 deletions prow/cluster/boskos-janitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app: boskos-janitor
namespace: test-pods
spec:
replicas: 16 # 16 distributed janitor instances for gke
replicas: 4 # 4 distributed janitor instances for gke
selector:
matchLabels:
app: boskos-janitor
Expand Down Expand Up @@ -51,7 +51,7 @@ spec:
image: gcr.io/k8s-prow/boskos/janitor:v20200416-c78ffe8ea
args:
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
- --resource-type=gce-project,gpu-project,ingress-project,istio-project,scalability-presubmit-project,scalability-project
- --resource-type=gce-project,gpu-project,ingress-project,istio-project,scalability-presubmit-project,scalability-project,node-e2e-project
- --pool-size=20
- --
- --hours=0
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/boskos-reaper_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ spec:
image: gcr.io/k8s-prow/boskos/reaper:v20200416-c78ffe8ea
args:
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
- --resource-type=gce-project,gke-project,gpu-project,ingress-project,istio-project,scalability-presubmit-project,scalability-project,aws-account
- --resource-type=gce-project,gke-project,gpu-project,ingress-project,istio-project,scalability-presubmit-project,scalability-project,aws-account,node-e2e-project
12 changes: 12 additions & 0 deletions prow/cluster/boskos-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -554,3 +554,15 @@ resources:
- k8s-presubmit-scale-45
state: dirty
type: scalability-presubmit-project
- names:
- k8s-jkns-gke-ubuntu-1-6
- k8s-jkns-gke-ubuntu-1-6-alpha
- k8s-jkns-gke-ubuntu-1-6-as
- k8s-jkns-gke-ubuntu-1-6-flaky
- k8s-jkns-gke-ubuntu-1-6-ingres
- k8s-jkns-gke-ubuntu-1-6-reboot
- k8s-jkns-gke-ubuntu-1-6-serial
- k8s-jkns-gke-ubuntu-1-6-slow
- k8s-jkns-gke-ubuntu-1-6-updown
state: dirty
type: node-e2e-project
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dashboard.new(
{type: "gpu-project", friendly: "GPU project"},
{type: "ingress-project", friendly: "Ingress project"},
{type: "istio-project", friendly: "Istio project"},
{type: "node-e2e-project", friendly: "Node e2e project"},
{type: "scalability-project", friendly: "Scalability project"},
{type: "scalability-presubmit-project", friendly: "Scalability presubmit project"}
]
Expand Down