-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
rpm-ostree: Move more CI here #15461
rpm-ostree: Move more CI here #15461
Conversation
14dec8b
to
91c0b6f
Compare
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.
I didn't look through all the YAML goop, but it looks reasonable.
/lgtm
tests: | ||
- artifact_dir: /tmp/artifacts | ||
as: sanity | ||
as: build | ||
commands: rpm-ostree --version |
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.
Do we even need this test given that the container build itself is already a prereq for the other tests?
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.
I think ci-operator wants us to actually do something with the container image it built. It's kind of a placeholder for e.g. using this container image for actual cosa builds.
from: src | ||
- artifact_dir: /tmp/artifacts | ||
as: codestyle | ||
commands: ./ci/ci-commitmessage-submodules.sh && ./ci/codestyle.sh |
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.
Hmm, we should fold ci-commitmessage-submodules.sh
into the latter IMO so we can keep the entrypoints here simple to make it easier to tweak on the rpm-ostree side in the future.
/retest Please review the full test history for this PR and help us cut down flakes. |
3 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
The error from |
/retest Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
91c0b6f
to
46e7212
Compare
440eb5c
to
8edb7de
Compare
OK this needs coreos/rpm-ostree#2533 |
/retest |
1 similar comment
/retest |
9828f66
to
5d7e130
Compare
@cgwalters: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Let's do the build variants and unit testing in Prow, saving the bare metal capacity of CentOS CI for our VM testing. CC coreos/coreos-ci#23
5d7e130
to
d3818a3
Compare
OK I don't understand the setup of the src container with no DPTP: Are there docs on the exact setup of the git repository that I think Prow "clonerefs" creates? It doesn't seem we have an |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, jlebon, sohankunkerkar, travier The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@cgwalters: Updated the following 3 configmaps:
In 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. |
I'm only aware of these two docs for clonerefs, and neither of them specifies what you need. I don't think |
Let's do the build variants and unit testing in Prow, saving
the bare metal capacity of CentOS CI for our VM testing.
CC coreos/coreos-ci#23