Run update-payload-crds after update-codegen-crds#1974
Run update-payload-crds after update-codegen-crds#1974openshift-merge-bot[bot] merged 1 commit intoopenshift:masterfrom
Conversation
When working on openshift#1928, noticed that the paylaod crds were not being generated after running a `make update`. This is because codegen is run after update-scripts. This PR removes update-payload-crds from update-scripts and runs it after codegen.
|
Hello @Prashanth684! Some important instructions when contributing to openshift/api: |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed, Prashanth684 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/test e2e-aws-serial-techpreview |
|
/hold Revision d90bbea was retested 3 times: holding |
|
@Prashanth684: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
/hold cancel This PR doesn't affect the E2Es |
|
@JoelSpeed: Overrode contexts on behalf of JoelSpeed: ci/prow/e2e-aws-ovn DetailsIn response to this:
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-sigs/prow repository. |
|
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-config-api |
When working on #1928, noticed that the payload crds were not generated after running a
make update. This is because codegen is run after update-scripts. This PR removes update-payload-crds from update-scripts and runs it after codegen.