[JIRA] (OVIRT-2683) Add rules for default reviwewers
by Martin Perina (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2683?page=com.atlassian.jir... ]
Martin Perina commented on OVIRT-2683:
--------------------------------------
Thanks
> Add rules for default reviwewers
> --------------------------------
>
> Key: OVIRT-2683
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2683
> Project: oVirt - virtualization made easy
> Issue Type: Task
> Reporter: Martin Perina
> Assignee: infra
>
> Hi Evgheni,
> I tried to change default reviewers using gerrit UI in the ovirt-engine project settings in Reviwers tab, but unfortunately it's readonly.
> Could you please add following rules so I'm notified automatically for relevant changes?
> {noformat}
> file:dao
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/.*/hostdeploy/.*
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/host/.*
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/pm/.*
> mperina(a)redhat.com
>
> ^packaging/playbooks/.*
> mperina(a)redhat.com
>
> ^packaging/dbscripts/.*
> mperina(a)redhat.com
> {noformat}
> Thanks
> Martin
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100098)
5 years, 10 months
[JIRA] (OVIRT-2683) Add rules for default reviwewers
by Eyal Edri (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2683?page=com.atlassian.jir... ]
Eyal Edri updated OVIRT-2683:
-----------------------------
Resolution: Fixed
Status: Done (was: To Do)
> Add rules for default reviwewers
> --------------------------------
>
> Key: OVIRT-2683
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2683
> Project: oVirt - virtualization made easy
> Issue Type: Task
> Reporter: Martin Perina
> Assignee: infra
>
> Hi Evgheni,
> I tried to change default reviewers using gerrit UI in the ovirt-engine project settings in Reviwers tab, but unfortunately it's readonly.
> Could you please add following rules so I'm notified automatically for relevant changes?
> {noformat}
> file:dao
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/.*/hostdeploy/.*
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/host/.*
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/pm/.*
> mperina(a)redhat.com
>
> ^packaging/playbooks/.*
> mperina(a)redhat.com
>
> ^packaging/dbscripts/.*
> mperina(a)redhat.com
> {noformat}
> Thanks
> Martin
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100098)
5 years, 10 months
[JIRA] (OVIRT-2683) Add rules for default reviwewers
by Martin Perina (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2683?page=com.atlassian.jir... ]
Martin Perina commented on OVIRT-2683:
--------------------------------------
OK, here's the patch https://gerrit.ovirt.org/97950
Could you please merge it?
> Add rules for default reviwewers
> --------------------------------
>
> Key: OVIRT-2683
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2683
> Project: oVirt - virtualization made easy
> Issue Type: Task
> Reporter: Martin Perina
> Assignee: infra
>
> Hi Evgheni,
> I tried to change default reviewers using gerrit UI in the ovirt-engine project settings in Reviwers tab, but unfortunately it's readonly.
> Could you please add following rules so I'm notified automatically for relevant changes?
> {noformat}
> file:dao
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/.*/hostdeploy/.*
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/host/.*
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/pm/.*
> mperina(a)redhat.com
>
> ^packaging/playbooks/.*
> mperina(a)redhat.com
>
> ^packaging/dbscripts/.*
> mperina(a)redhat.com
> {noformat}
> Thanks
> Martin
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100098)
5 years, 10 months
[JIRA] (OVIRT-2683) Add rules for default reviwewers
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2683?page=com.atlassian.jir... ]
Barak Korren commented on OVIRT-2683:
-------------------------------------
Hi Martin,
I'm not sure why you're not able to edit the configuration from the gui, but you can probably submit the changes you need from the command line by running the following commands from a local engine clone:
{code}
git fetch origin refs/meta/config:meta-config
git checkout meta-config
{code}
One you did that you can edit the {{reviewers.config}} file and then send a patch with:
{code}
git push origin HEAD:refs/for/refs/meta/config
{code}
> Add rules for default reviwewers
> --------------------------------
>
> Key: OVIRT-2683
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2683
> Project: oVirt - virtualization made easy
> Issue Type: Task
> Reporter: Martin Perina
> Assignee: infra
>
> Hi Evgheni,
> I tried to change default reviewers using gerrit UI in the ovirt-engine project settings in Reviwers tab, but unfortunately it's readonly.
> Could you please add following rules so I'm notified automatically for relevant changes?
> {noformat}
> file:dao
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/.*/hostdeploy/.*
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/host/.*
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/pm/.*
> mperina(a)redhat.com
>
> ^packaging/playbooks/.*
> mperina(a)redhat.com
>
> ^packaging/dbscripts/.*
> mperina(a)redhat.com
> {noformat}
> Thanks
> Martin
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100098)
5 years, 10 months
[JENKINS] Failed to setup proejct
kubevirt_containerized-data-importer_standard-check-pr
by jenkins@jenkins.phx.ovirt.org
Failed to run project_setup.sh for:
#1365 containerized-data-importer [check-patch].
It probably means that docker_cleanup.py failed.
This step doesn't fail the job, but we do collect
data about such failures to find the root cause.
Infra owner, ensure that we're not running out of
disk space on openshift-kubevirt-org-d4142.
5 years, 10 months
[JIRA] (OVIRT-2683) Add rules for default reviwewers
by Martin Perina (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2683?page=com.atlassian.jir... ]
Martin Perina updated OVIRT-2683:
---------------------------------
Description:
Hi Evgheni,
I tried to change default reviewers using gerrit UI in the ovirt-engine project settings in Reviwers tab, but unfortunately it's readonly.
Could you please add following rules so I'm notified automatically for relevant changes?
{noformat}
file:dao
mperina(a)redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/.*/hostdeploy/.*
mperina(a)redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/host/.*
mperina(a)redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/pm/.*
mperina(a)redhat.com
^packaging/playbooks/.*
mperina(a)redhat.com
^packaging/dbscripts/.*
mperina(a)redhat.com
{noformat}
Thanks
Martin
was:
Hi Evgheni,
I tried to change default reviewers using gerrit UI in the ovirt-engine project settings in Reviwers tab, but unfortunately it's readonly.
Could you please add following rules so I'm notified automatically for relevant changes?
{{
file:dao
mperina(a)redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/.*/hostdeploy/.*
mperina(a)redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/host/.*
mperina(a)redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/pm/.*
mperina(a)redhat.com
^packaging/playbooks/.*
mperina(a)redhat.com
^packaging/dbscripts/.*
mperina(a)redhat.com
}}
Thanks
Martin
> Add rules for default reviwewers
> --------------------------------
>
> Key: OVIRT-2683
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2683
> Project: oVirt - virtualization made easy
> Issue Type: Task
> Reporter: Martin Perina
> Assignee: infra
>
> Hi Evgheni,
> I tried to change default reviewers using gerrit UI in the ovirt-engine project settings in Reviwers tab, but unfortunately it's readonly.
> Could you please add following rules so I'm notified automatically for relevant changes?
> {noformat}
> file:dao
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/.*/hostdeploy/.*
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/host/.*
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/pm/.*
> mperina(a)redhat.com
>
> ^packaging/playbooks/.*
> mperina(a)redhat.com
>
> ^packaging/dbscripts/.*
> mperina(a)redhat.com
> {noformat}
> Thanks
> Martin
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100098)
5 years, 10 months
[JIRA] (OVIRT-2683) Add rules for default reviwewers
by Martin Perina (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2683?page=com.atlassian.jir... ]
Martin Perina updated OVIRT-2683:
---------------------------------
Description:
Hi Evgheni,
I tried to change default reviewers using gerrit UI in the ovirt-engine project settings in Reviwers tab, but unfortunately it's readonly.
Could you please add following rules so I'm notified automatically for relevant changes?
{{
file:dao
mperina(a)redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/.*/hostdeploy/.*
mperina(a)redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/host/.*
mperina(a)redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/pm/.*
mperina(a)redhat.com
^packaging/playbooks/.*
mperina(a)redhat.com
^packaging/dbscripts/.*
mperina(a)redhat.com
}}
Thanks
Martin
was:
Hi Evgheni,
I tried to change default reviewers using gerrit UI in the ovirt-engine project settings in Reviwers tab, but unfortunately it's readonly.
Could you please add following rules so I'm notified automatically for relevant changes?
{{file:dao
mperina(a)redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/.*/hostdeploy/.*
mperina(a)redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/host/.*
mperina(a)redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/pm/.*
mperina(a)redhat.com
^packaging/playbooks/.*
mperina(a)redhat.com
^packaging/dbscripts/.*
mperina(a)redhat.com
}}
Thanks
Martin
> Add rules for default reviwewers
> --------------------------------
>
> Key: OVIRT-2683
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2683
> Project: oVirt - virtualization made easy
> Issue Type: Task
> Reporter: Martin Perina
> Assignee: infra
>
> Hi Evgheni,
> I tried to change default reviewers using gerrit UI in the ovirt-engine project settings in Reviwers tab, but unfortunately it's readonly.
> Could you please add following rules so I'm notified automatically for relevant changes?
> {{
> file:dao
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/.*/hostdeploy/.*
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/host/.*
> mperina(a)redhat.com
>
> file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/pm/.*
> mperina(a)redhat.com
>
> ^packaging/playbooks/.*
> mperina(a)redhat.com
>
> ^packaging/dbscripts/.*
> mperina(a)redhat.com
> }}
> Thanks
> Martin
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100098)
5 years, 10 months