Re: Task Result Namespaces

2016-06-06 Thread Dodji Seketeli
Hello, After reading what Martin, Kamil and Tim wrote in the thread earlier, it seems to me that we are trying to make task namespaces address several features at once. Task are trying to address: 1/ Ownership documentation. That is, telling who a task "belongs" to. 2/ Access control. Who

Re: Task Result Namespaces

2016-06-03 Thread Kamil Paral
> > > Now, since we maintain task-dockerautotest, it should go into > > > qa.*, > > > > Agreed. Once we have dist-git checks implemented, we can ask docker > > maintainers to keep it and maintain it in their repo. If they don't > > want, we can keep it in our domain (same as anyone will be able to

Re: Task Result Namespaces

2016-06-02 Thread Tim Flink
On Thu, 2 Jun 2016 07:46:33 -0400 (EDT) Kamil Paral wrote: > > Hi, > > > > we have deployed task result namespaces support a while ago and put > > our checks (depcheck, upgradepath, rpmlint) into the 'qa' namespace. > > With newly added tasks like task-

Re: Task Result Namespaces

2016-06-02 Thread Kamil Paral
> Hi, > > we have deployed task result namespaces support a while ago and put > our checks (depcheck, upgradepath, rpmlint) into the 'qa' namespace. > With newly added tasks like task-abicheck and task-dockerautotest, > we weren't sure where to put them and s

Task Result Namespaces

2016-06-01 Thread Martin Krizek
Hi, we have deployed task result namespaces support a while ago and put our checks (depcheck, upgradepath, rpmlint) into the 'qa' namespace. With newly added tasks like task-abicheck and task-dockerautotest, we weren't sure where to put them and so we used the scratch namespace wh