config: Add an rpm-ostree prow job#5263
config: Add an rpm-ostree prow job#5263openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
2634070 to
e67360b
Compare
e67360b to
10e0a6d
Compare
2a15f3a to
780ad53
Compare
|
Hm, I don't understand these failures. This looks like fallout from ef3cd1d |
|
/retest |
1 similar comment
|
/retest |
|
/test ci/prow/pj-rehearse |
780ad53 to
3c643b6
Compare
There was a problem hiding this comment.
These need reviewers so that we could LGTM PRs here
There was a problem hiding this comment.
Approvers get used when no reviewers get listed
|
Hooray, this works now! |
There was a problem hiding this comment.
These need reviewers so that we could LGTM PRs here
There was a problem hiding this comment.
Aren't approvers also reviewers?
There was a problem hiding this comment.
There was a problem hiding this comment.
There was a problem hiding this comment.
Oh, it seems it works like this too
ci-operator/config/coreos/rpm-ostree/coreos-rpm-ostree-master.yaml
Outdated
Show resolved
Hide resolved
So we get "it builds and runs" sanity checking.
3c643b6 to
1611546
Compare
There was a problem hiding this comment.
Approvers get used when no reviewers get listed
| resources: | ||
| '*': | ||
| limits: | ||
| memory: 6Gi |
There was a problem hiding this comment.
That's a lot of memory for your sanity test :)
There was a problem hiding this comment.
Hm yeah, the build process (gcc and Rust compilers) is what uses RAM; could dial that back down some.
There was a problem hiding this comment.
Ultimately I think what we really want is to
- Attribute resource usage to repositories and organizations and keep it sane
- https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, jlebon, petr-muller, stevekuznetsov, vrutkovs 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 |
|
@cgwalters: Updated the following 3 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. |
So we get "it builds and runs" sanity checking.