This repository was archived by the owner on Jun 14, 2019. It is now read-only.
This repository was archived by the owner on Jun 14, 2019. It is now read-only.
WARN: Generated job name is longer than 63 characters #17
Open
Description
$ go run cmd/ci-operator-prowgen/main.go --from-dir ../release/ci-operator/config/openshift/cluster-openshift-controller-manager-operator --to-dir ../release/ci-operator/jobs
WARN[0000] Generated job name is longer than 63 characters. This may cause issues when Prow attempts to label resources with job name. name=pull-ci-openshift-cluster-openshift-controller-manager-operator-master-verify
WARN[0000] Generated job name is longer than 63 characters. This may cause issues when Prow attempts to label resources with job name. name=pull-ci-openshift-cluster-openshift-controller-manager-operator-master-unit
WARN[0000] Generated job name is longer than 63 characters. This may cause issues when Prow attempts to label resources with job name. name=pull-ci-openshift-cluster-openshift-controller-manager-operator-master-images
WARN[0000] Generated job name is longer than 63 characters. This may cause issues when Prow attempts to label resources with job name. name=branch-ci-openshift-cluster-openshift-controller-manager-operator-master-images
AFAICS the name is taken from the repo name so I can't influence it. The tool needs to handle it, not complain to me about something I can't configure.
/kind bug
/cc @stevekuznetsov