-
Notifications
You must be signed in to change notification settings - Fork 20
Change the ci-operator config format to YAML #9
Change the ci-operator config format to YAML #9
Conversation
|
/cc @stevekuznetsov |
I don't understand this -- care to elaborate? |
stevekuznetsov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
I will rectify the underlying problem, but to explain: When passed - name: CONFIG_SPEC
valueFrom:
configMapKeyRef:
key: branch.yamlThe Which is what I will do in next 20 minutes :) |
00129a1 to
a9d2d36
Compare
|
Fixed now. The diff is slightly obfuscated by 6620518 which just collapses all those |
c219bd3 to
97d2308
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: petr-muller, stevekuznetsov 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 |
|
/hold cancel |
this should be merged only after openshift/ci-operator#121 is merged
/hold
Parse ci-operator config files as YAML instead of JSON. Generated jobs do not change, except for the
ConfigMappart, where we generate the filename to always be a.yaml, so we won't be able to generate jobs for.jsonfiles in the directory-walking mode. (I need to fix this)