[JIRA] (OVIRT-650) false CI-1

2016-07-21 Thread Martin Mucha (oVirt JIRA)
Martin Mucha created OVIRT-650:
--

 Summary: false CI-1
 Key: OVIRT-650
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-650
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: Martin Mucha
Assignee: infra


false CI-1

http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-4.0_el7_created/87/console



--
This message was sent by Atlassian JIRA
(v1000.148.3#15)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-634) sending POST/PUT to gerrit to ... set a topic for example.

2016-07-13 Thread Martin Mucha (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=18503#comment-18503
 ] 

Martin Mucha commented on OVIRT-634:


Thanks for reply.

I wasn't able to integrate gerrit cli into my workflow in past due to some 
errors with it, so I decided simply not to use it. But then I found REST api, 
which is documented and kinda works (as documented) for all GET requests.

about adding reviewers — according to REST API, I don't have to do that 
manually. I  can very easily create script, which will simply fire N requests 
(where N is number of patches) to add reviewers. Which is (far) more 
load-friendly than doing it via gerrit api. But I don't want to do only that. I 
can (easily) imagine more tasks (more complicated) I can automate for myself. 
All I need is rest api, which works for POSTs and PUTs. So the question is: 
does gerrit rest api work for such requests(and I just issuing wrong curl 
request), or it's disabled so noone can do that? I'm currently not interested 
in any other ways how to accomplish anything, I'm currently only interested in 
issuing rest requests.

if such requests are allowed and you can see error in given curl command, I'd 
be grateful for help.

> sending POST/PUT to gerrit to ... set a topic for example.
> --
>
> Key: OVIRT-634
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-634
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Martin Mucha
>Assignee: infra
>
> Hi,
> I'd like to ask, whether:
> a) is even possible to pass requests to do some modifications on gerrit
> b) if it is, then when I'd be glad if you can inform me, what I'm doing wrong 
> in following command [1]
> c) if it's not currently possible to pass such requests, I'd like to ask if 
> they can be allowed.
> Motivation: I have quite often longer topics, like 10 patches. Due to our 
> work style they need to be rebased often and reverified. Or I need to specify 
> same reviewers to all of them. etc. etc. This means I have to open *all* of 
> them (takes ages to load) and do same actions over and over, which is time 
> waste. Also, gerrit is (apparently) not designed to work under 'heavy' load, 
> which means, that quite often page isn't loaded successfully. For example 
> change is loaded, but allegedly I'm not logged in (which is not true), and 
> because of that I have to hit refresh. This means, that I'm generating a lot 
> of unnecessary load for gerrit server, while what I'd actually like to do is 
> for example set topic to 10 patches, for which I do not need whole detail 
> with all revisions to be loaded.
> [1]
> curl --digest -v -H Content-Type:application/json -u "mmucha:pass" -X PUT 
> https://gerrit.ovirt.org/changes/58620/topic -d '{"topic":"test"}'
> this return 403, and I'd like to know, if this is because of error in this 
> command, or because this type of operations are generally not allowed.
> Thanks,
> M.



--
This message was sent by Atlassian JIRA
(v1000.148.2#15)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-634) sending POST/PUT to gerrit to ... set a topic for example.

2016-07-13 Thread Martin Mucha (oVirt JIRA)
Martin Mucha created OVIRT-634:
--

 Summary: sending POST/PUT to gerrit to ... set a topic for example.
 Key: OVIRT-634
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-634
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: Martin Mucha
Assignee: infra


Hi,

I'd like to ask, whether:

a) is even possible to pass requests to do some modifications on gerrit
b) if it is, then when I'd be glad if you can inform me, what I'm doing wrong 
in following command [1]
c) if it's not currently possible to pass such requests, I'd like to ask if 
they can be allowed.

Motivation: I have quite often longer topics, like 10 patches. Due to our work 
style they need to be rebased often and reverified. Or I need to specify same 
reviewers to all of them. etc. etc. This means I have to open *all* of them 
(takes ages to load) and do same actions over and over, which is time waste. 
Also, gerrit is (apparently) not designed to work under 'heavy' load, which 
means, that quite often page isn't loaded successfully. For example change is 
loaded, but allegedly I'm not logged in (which is not true), and because of 
that I have to hit refresh. This means, that I'm generating a lot of 
unnecessary load for gerrit server, while what I'd actually like to do is for 
example set topic to 10 patches, for which I do not need whole detail with all 
revisions to be loaded.

[1]
curl --digest -v -H Content-Type:application/json -u "mmucha:pass" -X PUT 
https://gerrit.ovirt.org/changes/58620/topic -d '{"topic":"test"}'

this return 403, and I'd like to know, if this is because of error in this 
command, or because this type of operations are generally not allowed.

Thanks,
M.



--
This message was sent by Atlassian JIRA
(v1000.148.2#15)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-624) another invalid CI-1

2016-07-07 Thread Martin Mucha (oVirt JIRA)
Martin Mucha created OVIRT-624:
--

 Summary: another invalid CI-1
 Key: OVIRT-624
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-624
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: Martin Mucha
Assignee: infra


Hi,

this build gave invalid ci -1:
http://jenkins.ovirt.org/job/ovirt-engine_master_find-bugs_gerrit/46153/

findbugs complaint about class not altered in patch.

please react quickly, before build disappears.
Thanks,
M.



--
This message was sent by Atlassian JIRA
(v1000.133.0#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-599) incorrect CI-1

2016-06-27 Thread Martin Mucha (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17618#comment-17618
 ] 

Martin Mucha commented on OVIRT-599:


Hi,

this seems to be another invalid CI-1. 
http://jenkins.ovirt.org/job/ovirt-engine_master_find-bugs_gerrit/46153/

• Given findbugs warning does not relate to files in patch
• Also console shows wrong configuration settings of CI. See: 17:20:35 
[WARNING] The requested profile "findbugs-general" could not be activated 
because it does not exist.

M.

> incorrect CI-1
> --
>
> Key: OVIRT-599
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-599
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Martin Mucha
>Assignee: infra
>
> Hi,
> I probably got false -1 from CI. 
> http://jenkins.ovirt.org/job/ovirt-engine_master_dao-unit-tests_merged/20/console
> https://gerrit.ovirt.org/#/c/53833/
> but when invoked on localhost it builds without problem.
> Can you look at it?
> thanks,
> M.



--
This message was sent by Atlassian JIRA
(v1000.98.4#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra