-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Cirrus: Restore APIv2 Testing #7967
Cirrus: Restore APIv2 Testing #7967
Conversation
30f9942
to
5100736
Compare
@baude PTAL |
264b6b7
to
40c7ebc
Compare
How come this Does not have a green check mark? |
Oh thanks for reminding me. I marked it 'ignore failure', since some of the test items are not working and I need to open an issue on it... |
So we have a checking and the egg situation on this PR. If we merge this PR we will need another PR to turn enforcing mode on. |
Aye, hence the issue 😞
Hmmm, I would only be guessing. I believe the effect of that option is for Cirrus to NOT report any value back, so I think it remains a gray-square no matter what. @rhatdan one idea could be...just leave this PR sit here until the tests are fixed, and/or rebasing it into the fixing PR. |
Note: I added a separate commit which makes the test ignore failures. So once they're green, that commit can just be reverted. |
Initially filed as containers#7967 but that has run into huge complicated snags related to Ubuntu and environment. It is crucial to get system tests working with podman-local. It is less important to get them on Ubuntu. Let's please expedite this PR while we settle the Ubuntu stuff in containers#7967 Signed-off-by: Ed Santiago <[email protected]>
Sure, happy to... |
40c7ebc
to
45d485d
Compare
My bad; I tested only rootless on my laptop, not root. #8000 should fix. |
45d485d
to
c3336dd
Compare
rebased. |
@edsantiago in case you didn't realize: It works the other way too, you can temporarily rebase the "fix" pr ontop of this one. You can make the temporary test even faster by marking irreverent tasks with |
I think you accidentally rebased on an old master, can you try current master? |
git says |
Signed-off-by: Chris Evich <[email protected]>
c3336dd
to
23087f7
Compare
...oof, git config is messed up. |
Failure in |
Ugg, |
AFAIK nobody has even the slightest intention of making anything run quicker. If anything, it's the opposite. So, yeah, bumping the timeout might be necessary. |
@baude spoke last week or the one before about speeding them up. IIRC was something about moving calls from |
I think looking into speeding up the remote tests specifically is worth it, if only to improve turnaround time from PR creation -> test success - 90 minutes is getting absurd for small changes. Makes my life on release day absolutely miserable. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cevich, edsantiago 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 |
Fixes #7954
This was mistakenly left out of 2c9084e
Signed-off-by: Chris Evich [email protected]