On Fri, May 3, 2019 at 5:14 PM Evgheni Dereveanchin <ederevea(a)redhat.com>
wrote:
Hi Nir and thanks for the report.
I've just upgraded Jenkins and restarted it. The ovirt-system-tests_manual
job page loads much faster for me now.
It still takes some time yet that's due to the fact that Jenkins reads
each build off disk for this status page.
Please tell me if it looks better on your side too.
This is still pretty bad.
From tlv network:
$ for i in $(seq 10); do /usr/bin/time -f %e curl -s
https://jenkins.ovirt.org/job/ovirt-system-tests_manual/ >/dev/null; done
49.92
17.19
11.91
12.38
32.22
38.41
33.50
15.59
11.24
17.71
But it looks much better and consistent from my home network:
$ for i in $(seq 10); do /usr/bin/time -f %e curl -s
https://jenkins.ovirt.org/job/ovirt-system-tests_manual/ >/dev/null; done
9.99
11.71
9.98
10.75
9.76
9.87
10.87
9.98
10.15
10.60
So maybe this is an issue with tlv network, and not with jenkins?
On Thu, May 2, 2019 at 8:27 PM Nir Soffer <nsoffer(a)redhat.com> wrote:
> $ time curl -s
https://jenkins.ovirt.org/job/ovirt-system-tests_manual/
> >/dev/null
>
> real 0m27.380s
> user 0m0.038s
> sys 0m0.028s
>
> For reference:
>
> $ time curl -s
https://travis-ci.org/oVirt/vdsm/builds >/dev/null
>
> real 0m0.614s
> user 0m0.027s
> sys 0m0.015s
>
> Can someone restart jenkins?
> _______________________________________________
> Devel mailing list -- devel(a)ovirt.org
> To unsubscribe send an email to devel-leave(a)ovirt.org
> Privacy Statement:
https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
>
https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
>
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/FEEE5AHK6B6...
>
--
Regards,
Evgheni Dereveanchin