Skip to content
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
1 change: 1 addition & 0 deletions config/prow/cluster/boskos-janitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ spec:
image: gcr.io/k8s-staging-boskos/aws-janitor-boskos:v20210305-32671f8
args:
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
- --resource-type=aws-account,image-builder-aws-account
---
apiVersion: v1
kind: ServiceAccount
Expand Down
2 changes: 1 addition & 1 deletion config/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-staging-boskos/reaper:v20210305-32671f8
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,node-e2e-project
- --resource-type=gce-project,gke-project,gpu-project,ingress-project,istio-project,scalability-presubmit-project,scalability-project,aws-account,node-e2e-project,image-builder-aws-account
13 changes: 13 additions & 0 deletions config/prow/cluster/boskos-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -575,3 +575,16 @@ resources:
- k8s-jkns-gke-ubuntu-updown
state: dirty
type: node-e2e-project
- names:
- image-builder-aws-1
- image-builder-aws-2
- image-builder-aws-3
- image-builder-aws-4
- image-builder-aws-5
- image-builder-aws-6
- image-builder-aws-7
- image-builder-aws-8
- image-builder-aws-9
- image-builder-aws-10
state: dirty
type: image-builder-aws-account
1 change: 1 addition & 0 deletions config/prow/cluster/monitoring/mixins/lib/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ local config = {
boskosResourcetypes: [
# TODO(chaodaiG after 05/18/2021): drop instance. https://github.com/kubernetes/test-infra/pull/20888
{instance: "104.197.27.114:9090", job: "k8s-prow-builds-new-boskos", type: "aws-account", friendly: "AWS account"},
{instance: "104.197.27.114:9090", job: "k8s-prow-builds-new-boskos", type: "image-builder-aws-account", friendly: "Image Builder - AWS"},
{instance: "104.197.27.114:9090", job: "k8s-prow-builds-new-boskos", type: "gce-project", friendly: "GCE project"},
{instance: "35.225.208.117:9090", job: "k8s-infra-prow-builds-boskos", type: "gce-project", friendly: "GCE project (k8s-infra)"},
{instance: "104.197.27.114:9090", job: "k8s-prow-builds-new-boskos", type: "gke-project", friendly: "GKE project"},
Expand Down