Community
Participate
Working Groups
I need rights to run test equinox build on Eclipse Hudson.
Are you already an equinox committer? If so, you should have rights. What groups are you in?
(In reply to comment #1) > Are you already an equinox committer? If so, you should have rights. What > groups are you in? I am a committer in equinox incubator. I can log in Hudson with the committer credentials, but still I have no option to start a build. I am not sure about the groups. How can I find out this?
What is your committer id? Usually you can ssh to eclipse.org and type id <your committer id> and you'll see the groups you belong to. For instance, id kmoir shows my groups. However, shell access is disabled by default so this may not work for you. In this case, I can run the id command for you and determine if you're in a group that can run a build.
(In reply to comment #3) > What is your committer id? > > Usually you can ssh to eclipse.org and type > id <your committer id> > > and you'll see the groups you belong to. For instance, > id kmoir > shows my groups. > > However, shell access is disabled by default so this may not work for you. In > this case, I can run the id command for you and determine if you're in a group > that can run a build. my id is lkirchev Unfortunately, I cannot ssh to eclipse.org, I have some network restrictions.
Here are your groups kmoir@dev1:~> id lkirchev uid=9545(lkirchev) gid=1010(common) groups=1010(common),8347(rt.equinox.incubator),8439(tools.orbit),8672(rt.equinox.website) The problem is that rt.equinox.incubator is not a group that has rights to Hudson build. Is this desire to run builds related to this bug? https://bugs.eclipse.org/bugs/show_bug.cgi?id=348075#c21 I think Tom stated that he will be adding it now that HEAD is stable.
(In reply to comment #5) > Here are your groups > kmoir@dev1:~> id lkirchev > uid=9545(lkirchev) gid=1010(common) > groups=1010(common),8347(rt.equinox.incubator),8439(tools.orbit),8672(rt.equinox.website) > > The problem is that rt.equinox.incubator is not a group that has rights to > Hudson build. > > Is this desire to run builds related to this bug? > https://bugs.eclipse.org/bugs/show_bug.cgi?id=348075#c21 > > I think Tom stated that he will be adding it now that HEAD is stable. Thanks Kim, As for the builds, I just wanted to be able to run a test build every time when I submit changes to the console project - to know if there are problems on time and eventually fix my code before the nightly build.
Lazar is now a committer on rt.equinox.bundles so he will have rights to run this now.