Tuesday, 2018-05-22

*** yassine has joined #softwarefactory01:03
*** yassine is now known as Guest9590901:03
sfbenderMerged software-factory/sf-docs master: user: correct custom job example  https://softwarefactory-project.io/r/1227501:22
*** Guest95909 has quit IRC05:17
*** Guest95909 has joined #softwarefactory05: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 jpena07:47
*** ssbarnea_ has joined #softwarefactory07:49
mhueliqiao_, the root user's key should be working, try dropping the -i arg in your command08: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 user08: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 gerrit08:56
fbo_there is a cat /root/.ssh/config special config08:57
eliqiao_@fbo_ oh yes,  good to know that. works  thanks08:57
*** Guest95909 has quit IRC08: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/200208009:01
*** Guest95909 has joined #softwarefactory09:02
mhueliqiao_, 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
mhudependency I meant09:12
mhuI just looked at your bug report on storyboard09:12
eliqiao_yes, but not sure which are correct09:12
eliqiao_https://www.irccloud.com/pastebin/ukZo3PBc/09:12
mhu/var/log/zuul/scheduler.log IIRC - tail them as you retrigger the change09:12
eliqiao_ I think you meant "/var/opt/rh/rh-python35/log/zuul/scheduler.log" ?09:13
mhueliqiao_, 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 need09:14
eliqiao_oh, good to konw that  thx, :)09:14
mhusame with nodepool if you're using it09:15
mhuI'm a bit busy this morning but I'll try to reproduce your pb this afternoon09: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 help09: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 new09: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_409:38
eliqiao_ :( same issue09:42
fbo_eliqiao_: you can try to pass zuul log level to debug09: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/but09:47
fbo_https://softwarefactory-project.io/paste/show/1071/09:49
fbo_then systemctl restart rh-python35-zuul-scheduler09:49
eliqiao_okay, thanks, will find my time to do some debugging..10:00
*** jpena is now known as jpena|lunch11:52
*** Guest95909 has quit IRC12:10
*** Guest95909 has joined #softwarefactory12:25
*** jpena|lunch is now known as jpena12: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-projects13: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 workspace13:16
fbo_and a depends-on should be honored even if the project the dependent commit in on is not specified in required-projects13: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 gerrit13:17
fbo_eliqiao_: if you are happy, I'm happy too :)13:18
sfbenderNicolas HICHER created software-factory/sf-config master: test depends-on with sf url  https://softwarefactory-project.io/r/1228013: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 nhicher14:21
fbo_eliqiao_: please have a look to https://review.openstack.org/#/c/57000616:23
*** jpena is now known as jpena|off17:41
*** ssbarnea_ has quit IRC18:05
sfbenderDirk Mueller created logreduce master: Move flake8 from test-requirements to the linter env  https://softwarefactory-project.io/r/1228318:46
sfbenderDirk Mueller created logreduce master: Start witha capitalized pypi summary  https://softwarefactory-project.io/r/1228418:47
sfbenderMerged logreduce master: Move flake8 from test-requirements to the linter env  https://softwarefactory-project.io/r/1228321:21
sfbenderMerged logreduce master: Start with a capitalized pypi summary  https://softwarefactory-project.io/r/1228421:21
*** eliqiao_ has quit IRC23:56

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!