Jenkins is very slow now - can someone restart it?

$ 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?

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. On Thu, May 2, 2019 at 8:27 PM Nir Soffer <nsoffer@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@ovirt.org To unsubscribe send an email to devel-leave@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/FEEE5AHK6B6UYG...
-- Regards, Evgheni Dereveanchin

Evgheni, do you know why it was slow? Was it again the memory leak affecting the UI? is it possible to add a job to run automatic GC on the master so it will give us more time? I recall we've recently upgraded and restarted Jenkins, so I doubt it became overload that fast, right? On Fri, May 3, 2019 at 5:16 PM Evgheni Dereveanchin <ederevea@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.
On Thu, May 2, 2019 at 8:27 PM Nir Soffer <nsoffer@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@ovirt.org To unsubscribe send an email to devel-leave@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/FEEE5AHK6B6UYG...
-- Regards, Evgheni Dereveanchin _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@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/PAAQ5LIMCXPTAQ...
-- Eyal edri MANAGER CONTINUOUS PRODUCTIZATION SYSTEM ENGINEERING Red Hat <https://www.redhat.com/> <https://red.ht/sig> phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ #cp-devel)

On Fri, May 3, 2019 at 5:14 PM Evgheni Dereveanchin <ederevea@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@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@ovirt.org To unsubscribe send an email to devel-leave@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/FEEE5AHK6B6UYG...
-- Regards, Evgheni Dereveanchin

On Sun, May 5, 2019 at 1:42 PM Nir Soffer <nsoffer@redhat.com> wrote:
On Fri, May 3, 2019 at 5:14 PM Evgheni Dereveanchin <ederevea@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?
I'm quite positive it is, since Jenkins was just recently upgraded and rebooted. Please open a ticket to local IT/network team.
On Thu, May 2, 2019 at 8:27 PM Nir Soffer <nsoffer@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@ovirt.org To unsubscribe send an email to devel-leave@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/FEEE5AHK6B6UYG...
-- Regards, Evgheni Dereveanchin
_______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@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/J7AIJAGOX4XQGY...
-- Eyal edri MANAGER CONTINUOUS PRODUCTIZATION SYSTEM ENGINEERING Red Hat <https://www.redhat.com/> <https://red.ht/sig> phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ #cp-devel)
participants (3)
-
Evgheni Dereveanchin
-
Eyal Edri
-
Nir Soffer