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 ingress-scale-project to bosko resource #9489

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion boskos/janitor/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
image: gcr.io/k8s-testimages/janitor:v20180725-c421ed4f9
args:
- --service-account=/etc/service-account/service-account.json
- --resource-type=gce-project,gpu-project,ingress-project,istio-project
- --resource-type=gce-project,gpu-project,ingress-project,ingress-scale-project,istio-project
- --pool-size=20
volumeMounts:
- mountPath: /etc/service-account
Expand Down
2 changes: 1 addition & 1 deletion boskos/metrics/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
- name: metrics
image: gcr.io/k8s-testimages/metrics:v20180604-ea866c2e8
args:
- --resource-type=gce-project,gke-project,gpu-project,ingress-project,istio-project
- --resource-type=gce-project,gke-project,gpu-project,ingress-project,ingress-scale-project,istio-project
ports:
- containerPort: 8080
protocol: TCP
2 changes: 1 addition & 1 deletion boskos/reaper/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ spec:
- name: boskos-reaper
image: gcr.io/k8s-testimages/reaper:v20180402-43203f868
args:
- --resource-type=gce-project,gke-project,gpu-project,ingress-project,istio-project
- --resource-type=gce-project,gke-project,gpu-project,ingress-project,ingress-scale-project,istio-project
4 changes: 4 additions & 0 deletions boskos/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,10 @@ resources:
- k8s-ingress-boskos-20
state: dirty
type: ingress-project
- names:
- k8s-ingress-e2e-scale-backup
state: dirty
type: ingress-scale-project
- names:
- istio-gke-addon-prow-e2e-test
state: dirty
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/sig-network/ingress-gce-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ periodics:
- --cluster=
- --env=GCE_GLBC_IMAGE=gcr.io/k8s-ingress-image-push/ingress-gce-glbc-amd64:master
- --extract=ci/latest
- --gcp-project=k8s-ingress-e2e-scale-backup
- --gcp-project-type=ingress-scale-project
- --gcp-zone=us-central1-f
- --ginkgo-parallel=1
- --provider=gce
Expand Down