-
Notifications
You must be signed in to change notification settings - Fork 56
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
add tests for fetch_releases
pulling test images from quay.io
#11
add tests for fetch_releases
pulling test images from quay.io
#11
Conversation
a594e53
to
0f7a1c3
Compare
0f7a1c3
to
9072030
Compare
9495851
to
471a2c7
Compare
@steveej: PR needs rebase. 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. |
471a2c7
to
7cae2fb
Compare
fetch_releases
pulling test images from quay.iofetch_releases
pulling test images from quay.io
7cae2fb
to
3b8e102
Compare
3b8e102
to
d120eb8
Compare
fetch_releases
pulling test images from quay.iofetch_releases
pulling test images from quay.io
75447bc
to
0e4b52a
Compare
I'm having trouble reviewing this without an overview. There seems to be a bunch of unrelated things in this PR, which leads me to believe that I don't understand how this all fits together. |
/retest |
ad577b1
to
9a3fbee
Compare
fetch_releases
pulling test images from quay.iofetch_releases
pulling test images from quay.io
6988073
to
5b3abbb
Compare
Add a set of integration tests which use manually set up images on the redhat quay.io organization. Since running against the production quay instance isn't ideal these tests are feature gated for now.
This paves the way for more flexible cargo test handling by allowing to pass explicit package targets and custom flags.
5b3abbb
to
31d0856
Compare
Yay the prow test is green 🙌 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crawford, steveeJ 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 |
Continuation of #8. Depends on #4.