*** yassine has joined #softwarefactory | 01:03 | |
*** yassine is now known as Guest95909 | 01:03 | |
sfbender | Merged software-factory/sf-docs master: user: correct custom job example https://softwarefactory-project.io/r/12275 | 01:22 |
---|---|---|
*** Guest95909 has quit IRC | 05:17 | |
*** Guest95909 has joined #softwarefactory | 05:28 | |
eliqiao_ | hello, what the id_rsa should use when access gerrit ? | 06:57 |
eliqiao_ | https://www.irccloud.com/pastebin/ZtuKBO1g/ | 06:57 |
*** jpena|off is now known as jpena | 07:47 | |
*** ssbarnea_ has joined #softwarefactory | 07:49 | |
mhu | eliqiao_, the root user's key should be working, try dropping the -i arg in your command | 08:44 |
eliqiao_ | I tried but does't work, let me try again. | 08:45 |
eliqiao_ | https://www.irccloud.com/pastebin/rKTc1WWG/ | 08:45 |
eliqiao_ | I double checked ~/id_rsa.pub and /var/lib/gerrit/.ssh/id_rsa.pub , they are all different with the public key which I see from gerrit web of admin user | 08:48 |
eliqiao_ | https://www.irccloud.com/pastebin/OXw0ThWt/ | 08:50 |
fbo_ | eliqiao_: hi, from the install-server you should be able to simply do: ssh gerrit gerrit | 08:56 |
fbo_ | there is a cat /root/.ssh/config special config | 08:57 |
eliqiao_ | @fbo_ oh yes, good to know that. works thanks | 08:57 |
*** Guest95909 has quit IRC | 08:57 | |
fbo_ | eliqiao_: but that's just internally. So well better to set you personal key in the gerrit UI for general purpuse usage. | 08:58 |
eliqiao_ | BTW, I meet an issue when I using cross-project dependencies for zuulv3, do you know where to finding the zuul team? | 08:59 |
eliqiao_ | @fbo_ I reported zuul issue here, if you know the reason, please kindly tell me thanks https://storyboard.openstack.org/#!/story/2002080 | 09:01 |
*** Guest95909 has joined #softwarefactory | 09:02 | |
mhu | eliqiao_, have you checked the logs of zuul scheduler when you trigger that change with the sftest dep ? | 09:09 |
eliqiao_ | @mhu what's sftest dep? | 09:11 |
mhu | dependency I meant | 09:12 |
mhu | I just looked at your bug report on storyboard | 09:12 |
eliqiao_ | yes, but not sure which are correct | 09:12 |
eliqiao_ | https://www.irccloud.com/pastebin/ukZo3PBc/ | 09:12 |
mhu | /var/log/zuul/scheduler.log IIRC - tail them as you retrigger the change | 09:12 |
eliqiao_ | I think you meant "/var/opt/rh/rh-python35/log/zuul/scheduler.log" ? | 09:13 |
mhu | eliqiao_, there's a symlink so you don't have to remember this crazy long path :) | 09:14 |
mhu | /var/log/zuul should have everything you need | 09:14 |
eliqiao_ | oh, good to konw that thx, :) | 09:14 |
mhu | same with nodepool if you're using it | 09:15 |
mhu | I'm a bit busy this morning but I'll try to reproduce your pb this afternoon | 09:16 |
fbo_ | eliqiao_: oh nice you are trying cross-project/cross-source CI :) awesome. To be honest I never tested it. | 09:26 |
fbo_ | eliqiao_: you can contact the zuul team on freenode #zuul folks are happy to there also. | 09:27 |
fbo_ | yes if you can post the scheduler log it may help | 09:28 |
eliqiao_ | @mhu, thanks, I updated log infor of zuul scheduler on storyboard. | 09:29 |
eliqiao_ | @fbo_ oh, thanks :) I will try to connect with zuul team . I googled and found that zuul v3 doesn't implement cross-project dependencies, but from the doc, it does supported, little confusing. | 09:30 |
fbo_ | eliqiao_: weird cross-projects is the main feature of Zuul :) | 09:32 |
fbo_ | cross-source is pretty new | 09:32 |
eliqiao_ | I see from the git log of zuul, I can find new style of "depends-on: https://xxxx", but it's little different from my own gerrit ( which setup by sfconfig) . | 09:33 |
eliqiao_ | by "cross-source ", does that mean, the code is not hold by gerrit (on github or something else) ? | 09:33 |
fbo_ | eliqiao_: could you try instead of Depends-On: https://sftests.com/r/#/c/19/: Depends-On: https://sftests.com/r/19/ | 09:34 |
eliqiao_ | https://www.irccloud.com/pastebin/2tooI3IP/ | 09:36 |
eliqiao_ | @fob_ where one do you prefer? | 09:36 |
eliqiao_ | @fbo_ ^^ | 09:37 |
fbo_ | 4 | 09:38 |
eliqiao_ | :( same issue | 09:42 |
fbo_ | eliqiao_: you can try to pass zuul log level to debug | 09:43 |
eliqiao_ | https://www.irccloud.com/pastebin/TZVZJHql/ | 09:45 |
eliqiao_ | seems the log level is DEBUG already :( | 09:45 |
eliqiao_ | bug only INFO log was printed in /var/opt/rh/rh-python35/log/zuul/scheduler.log , am I missing sth.? | 09:46 |
eliqiao_ | s/bug/but | 09:47 |
fbo_ | https://softwarefactory-project.io/paste/show/1071/ | 09:49 |
fbo_ | then systemctl restart rh-python35-zuul-scheduler | 09:49 |
eliqiao_ | okay, thanks, will find my time to do some debugging.. | 10:00 |
*** jpena is now known as jpena|lunch | 11:52 | |
*** Guest95909 has quit IRC | 12:10 | |
*** Guest95909 has joined #softwarefactory | 12:25 | |
*** jpena|lunch is now known as jpena | 12:51 | |
eliqiao_ | Do I need to add a project name (say it B) in required-projects of a job (defined in A ), if I want to A to depend B project ? or only add "Depend-On: B's commit-id/gerrit url" should be fine? | 12:58 |
fbo_ | eliqiao_: afair yes https://zuul-ci.org/docs/zuul/user/config.html?highlight=required#attr-job.required-projects | 13:09 |
eliqiao_ | @fbo_ thanks. Forgive me for my poor understanding English. :( , sometime , I thought it's the opposite meaning... | 13:12 |
fbo_ | eliqiao_: well no I said a mistake no you don't, required-project will just ensure that B is checkout in the job workspace | 13:16 |
fbo_ | and a depends-on should be honored even if the project the dependent commit in on is not specified in required-projects | 13:17 |
eliqiao_ | Okay, thanks for your answer, I am happy now :) | 13:17 |
fbo_ | eliqiao_: you should try first to use depends-on between two projects hosted on the same gerrit | 13:17 |
fbo_ | eliqiao_: if you are happy, I'm happy too :) | 13:18 |
sfbender | Nicolas HICHER created software-factory/sf-config master: test depends-on with sf url https://softwarefactory-project.io/r/12280 | 13:43 |
fbo_ | eliqiao_: so it looks like there is a real issue with new depends-on format and sf. We are going to have a deep look to that with nhicher | 14:21 |
fbo_ | eliqiao_: please have a look to https://review.openstack.org/#/c/570006 | 16:23 |
*** jpena is now known as jpena|off | 17:41 | |
*** ssbarnea_ has quit IRC | 18:05 | |
sfbender | Dirk Mueller created logreduce master: Move flake8 from test-requirements to the linter env https://softwarefactory-project.io/r/12283 | 18:46 |
sfbender | Dirk Mueller created logreduce master: Start witha capitalized pypi summary https://softwarefactory-project.io/r/12284 | 18:47 |
sfbender | Merged logreduce master: Move flake8 from test-requirements to the linter env https://softwarefactory-project.io/r/12283 | 21:21 |
sfbender | Merged logreduce master: Start with a capitalized pypi summary https://softwarefactory-project.io/r/12284 | 21:21 |
*** eliqiao_ has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!