-
Notifications
You must be signed in to change notification settings - Fork 2k
Rename ci-operator *.json configs to *.yaml #1336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename ci-operator *.json configs to *.yaml #1336
Conversation
|
/cc @stevekuznetsov |
|
Let's talk about this on Tuesday (or if you feel confident, do it Monday) |
cb45fdd to
4bbba56
Compare
|
To make processing and merge easier, I have removed the JSON-to-YAML reformatting commit from this PR. |
|
/hold cancel |
4bbba56 to
f20761b
Compare
f20761b to
8320c16
Compare
@petr-muller: do you think the separation is necessary? I would rather do renaming + reformatting in one go, then communicate the change. |
It was easier to keep mergeable. Plus the renaming is sensitive because of the references from |
|
Rebase and let's do it! |
8320c16 to
8d1bc47
Compare
|
Rebased. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bbguimaraes, petr-muller 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 |
|
@petr-muller: Updated the following 2 configmaps:
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/test-infra repository. |
|
🤞 |
This configures static IP for the bootstrap external NIC Requires openshift/installer#5787
Matching PRs for
ci-operator(openshift/ci-operator#121) andci-operator-prowgen(openshift/ci-operator-prowgen#9) were merged. This change renames all *.json ci-operator configs to YAML, and adjusts all tools and documentations that reference *.json files. JSON is a YAML subset so all existing tooling should continue to work.