Migrate k8s-infra-prow-build boskos/jobs away from k8s-infra-gce-project to gce-project #18552
Labels
area/jobs
area/prow
Issues or PRs related to prow
sig/release
Categorizes an issue or PR as relevant to SIG Release.
sig/testing
Categorizes an issue or PR as relevant to SIG Testing.
I originally had k8s-infra-prow-build use a boskos pool of type
k8s-infra-gce-project
to make it display as a distinct pool in https://monitoring.prow.k8s.io/d/wSrfvNxWz/boskos-resource-usage?orgId=1This meant migrating an e2e job over to k8s-infra-prow-build involved:
cluster: k8s-infra-prow-build
--gcp-project-type=k8s-infra-gce-project
flag in the right place in the argument listI've since added support for per-instance pools (ref: #17724) so we could go back to
gce-project
and still have it displayed in its own pool in the boskos dashboard.Once this is done, migrating an e2e job to k8s-infra-prow-build will just be:
cluster: k8s-infra-prow-build
This will reduce the overhead of migrating release-blocking and merge-blocking jobs over to k8s-infra-prow-build
The text was updated successfully, but these errors were encountered: