-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Feature:Builds][timing] capture build stages and durations should record build stages and durations for s2i [Suite:openshift/conformance/parallel] 35s #17897
Comments
the test created the imagestream:
the registry claims it doesn't exist:
But even then i would have expected the registry to create the imagestream, not 404 the put? |
We do not implement v1 API. I don't know why the client has decided to use this version of API. |
were there any other |
(since we didn't see all the pushes fail, it is particularly strange..I assume there were some |
We don't get any requests until the first /healthz request.
That's looks like the reason of delay. @bparees do we want to wait |
I think we want to add a check for /healthz to the extended test framework setup so we don't start running any tests until its passing. |
Looks like the registry is started by the ansible playbook and we skip waiting for the registry:
|
@stevekuznetsov @sdodson please decide between yourselves whether the playbook should address this, or elsewhere in the test framework startup process. One of them needs to wait for the registry to pass a healthcheck. |
Pretty sure the playbooks had that logic -- I remember adding it |
It's there, there was a recent change that may have broken it. |
|
I don't see openshift-ansible being cloned in that job anywhere. It appears that it's baked into some image, and that image is out of date. |
We've verified that current openshift-ansible install ci jobs are waiting for the registry and router to have rolled out. Marking this as closed until there's a more recent example. |
awesome, thank you @sdodson |
It seems to happen again: https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/18198/test_pull_request_origin_extended_conformance_gce/14615/ I am reopening the issue. |
push started at 22:00:20:
registry logs indicate it was just starting up at 22:00:11:
so unless the registry was restarted, it does seem like something probably didn't wait for it to be up before our tests started running. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/close |
https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/17874/test_pull_request_origin_extended_conformance_gce/13345/
[Feature:Builds][timing] capture build stages and durations should record build stages and durations for s2i [Suite:openshift/conformance/parallel] 35s
The text was updated successfully, but these errors were encountered: