openshift / ci-operator-prowgen

A generator for Prow job configuration from CI Operator configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job name change is broken

tnozicka opened this issue · comments

If I rename a job in CI operator yaml config and regenerate, it creates a new entry in prow config and leaves the old one there.

As the prow config should be generated it should update it. If I remove the file and regenerate I get the expected replace - should be by default though.

No, this is expected behavior.

Job names are the identifiers. It's not supported to change them. You can do it manually but we do not expect to support this case .

/close

@stevekuznetsov: Closing this issue.

In response to this:

Job names are the identifiers. It's not supported to change them. You can do it manually but we do not expect to support this case .

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.