You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2019. It is now read-only.
$ 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.