-
Notifications
You must be signed in to change notification settings - Fork 20
Add a simple program to make Prow job config ordering deterministic #6
Add a simple program to make Prow job config ordering deterministic #6
Conversation
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.
minor nits
| @@ -0,0 +1,5 @@ | |||
| FROM centos:7 | |||
| LABEL maintainer="[email protected]" | |||
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.
hahaha wait...
cmd/ci-operator-prowgen/main.go
Outdated
| "strings" | ||
|
|
||
| "github.com/ghodss/yaml" | ||
| jc "github.com/openshift/ci-operator-prowgen/pkg/jobconfig" |
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.
nit: this group should be below the external imports
a0b7889 to
3571013
Compare
|
addressed, thanks |
|
/hold cancel |
|
[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 |
Separate pieces of original
ci-operator-prowgento a package and let both executable share them. Build a container for the new utility so that it can be used in Prow jobs overopenshift/release./cc @stevekuznetsov
/hold
Depends on: