Thursday, 2018-10-04

caphrim00_corvus pabelanger: can i specify a custom path to load drivers from?00:01
caphrim00_"additional drivers" that is00:01
*** codrcodz has quit IRC00:03
*** tristanC has quit IRC00:33
*** tristanC has joined #zuul00:33
*** codrcodz has joined #zuul00:35
*** rlandy|afk has quit IRC00:35
*** codrcodz has quit IRC00:50
*** codrcodz has joined #zuul01:22
*** codrcodz has quit IRC02:01
*** mestery has quit IRC02:09
*** mestery has joined #zuul02:09
*** bhavikdbavishi has joined #zuul03:00
*** bhavikdbavishi1 has joined #zuul03:00
*** bhavikdbavishi has quit IRC03:04
*** bhavikdbavishi1 is now known as bhavikdbavishi03:04
*** anticw has joined #zuul03:27
anticwis there a canonical way to have zuul change/delete a job from it's queue (not test it)?03:28
*** adam_g has joined #zuul04:06
*** ianychoi_ has joined #zuul04:15
*** electrofelix has quit IRC04:15
*** ianychoi has quit IRC04:17
*** caphrim00_ has quit IRC04:33
*** nilashishc has joined #zuul05:44
*** pcaruana has joined #zuul06:40
*** shachar has joined #zuul06:54
*** shachar has quit IRC06:54
*** shachar has joined #zuul07:15
*** shachar has quit IRC07:16
*** bhavikdbavishi has quit IRC07:46
*** jpena|off is now known as jpena07:53
*** snapiri has quit IRC07:54
*** pcaruana has quit IRC07:55
*** pcaruana has joined #zuul07:57
*** snapiri has joined #zuul08:01
tobiashanticw: there is a 'dequeue' command in the zuul commandline tool08:02
*** bhavikdbavishi has joined #zuul08:25
*** bhavikdbavishi has quit IRC08:44
*** panda|off is now known as panda08:44
*** quiquell has joined #zuul08:50
quiquellGood morning08:50
quiquellIf I set required-projects it will aggregate or oveerwrite parent required-projects ?08:50
*** nilashishc has quit IRC08:56
*** electrofelix has joined #zuul09:12
AJaegerquiquell: aggregate09:26
*** jesusaur has joined #zuul09:30
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Parallelize prime_installation_map  https://review.openstack.org/60787610:01
quiquellAJaeger: Another one, if we define variables at run: we will see them at post-run: ?10:05
AJaegerquiquell, you can define variables for the job, those are visible for all playbooks. I don't think variables in one run playbook will be visible in post-run - but best check10:09
openstackgerritDoug Hellmann proposed openstack-infra/zuul-jobs master: support passing extra arguments to bdist_wheel in build-python-release  https://review.openstack.org/60790010:56
*** pcaruana has quit IRC11:02
*** pcaruana has joined #zuul11:02
*** jpena is now known as jpena|lunch11:03
openstackgerritDoug Hellmann proposed openstack-infra/zuul-jobs master: support passing extra arguments to bdist_wheel in build-python-release  https://review.openstack.org/60790011:16
*** jpena|lunch is now known as jpena12:04
*** rlandy has joined #zuul12:18
*** codrcodz has joined #zuul12:20
*** codrcodz has quit IRC12:22
*** ssbarnea_ has joined #zuul12:23
*** ssbarnea|bkp2 has quit IRC12:25
sshnaidmhi, I have a question, if I have secret defined in trusted repo for post playbook, is it available in run playbook of inherited job in untrusted repo? http://paste.openstack.org/show/731479/12:30
sshnaidmAJaeger, ^^12:30
*** quiquell is now known as quiquell|lunch12:33
AJaegersshnaidm: no! It will only be available in post playbook, we don#t want to leak them12:40
sshnaidmAJaeger, cool. And the same question for pre playbook.12:44
AJaegersshnaidm: same answer;)12:46
sshnaidmAJaeger, great, thanks12:46
*** quiquell|lunch is now known as quiquell13:05
*** samccann has joined #zuul13:22
*** D0han has quit IRC13:43
*** pcaruana has quit IRC13:50
*** D0han has joined #zuul13:50
*** shachar has joined #zuul14:27
*** snapiri has quit IRC14:29
anticwtobiash: dequeue ... can't be given as a message like 'recheck' via gerrit users though?14:36
tobiashanticw: no, messages via gerrit can only be used for triggering things14:37
pabelangeranticw: users can abandon a change to also dequeue14:38
anticwpabelanger: yeah, that one i've that before ... if you restore ... does it requeue?14:39
SpamapSProbably won't make it back to the JW Marriot today for hacking... stumbled in to a cross country meet instead. ;)14:39
pabelangeranticw: it does, but you can change that process via the pipelines settings14:39
*** caphrim007_ has joined #zuul14:40
anticwthanks ... also ... zuul-cloner is gone ... is there still a simple standalone way to clone the repos to testing?14:41
anticwi did a quick git grep and it wasn't clear to me how that would be done14:41
AJaegeranticw: you use "required-repos"14:43
SpamapSanticw: zuul assembles them for you14:43
SpamapSanticw: prepare-workspace pushes them on to nodes14:44
SpamapS(that's a role)14:44
SpamapSand yeah, you add required-projects to your job to add repos.14:44
SpamapShttps://zuul-ci.org/docs/zuul/user/jobs.html#git-repositories14:45
*** caphrim007_ has quit IRC14:46
anticwthat can be run as a one-off command?14:48
SpamapSno, it's an ansible role14:48
SpamapSbase jobs will generally include it14:48
anticwso to clone i need ansible working?14:48
SpamapShttp://git.zuul-ci.org/cgit/zuul-base-jobs/tree/playbooks/base/pre.yaml14:48
SpamapSAnsible is 100% required in Zuul v314:48
anticwoh :(14:49
SpamapSYou can't do anything without ansible.14:49
anticwwell, sometimes you can14:49
SpamapSnot.. really?14:49
anticwit depends on the context14:49
SpamapSI guess you can like, comment on PR's and merge stuff14:49
anticwso ... the old cloner ... will that work?14:49
SpamapSno, there's no point in using zuul-cloner14:49
SpamapSv3 is a push system14:49
SpamapSthe executor has the merged content, and pushes it on to the nodes14:50
SpamapSWhich is generally seen as a usability win, since it means you don't have to make zuul reachable from the nodes.14:50
SpamapSNote that many many jobs consist of a run playbook that is just   [{command: run_my_tests.sh,args:{chdir: {{zuul.project.src_dir}}}}}]14:51
SpamapSso you don't *have* to write your tests in ansible14:52
SpamapSbut you do need it to access the nodes14:52
*** shachar is now known as snapiri14:57
*** caphrim007 has joined #zuul15:08
*** quiquell is now known as quiquell|off15:18
*** sshnaidm is now known as sshnaidm|afk15:20
*** jimi|ansible has joined #zuul15:31
*** sshnaidm|afk is now known as sshnaidm15:36
*** caphrim007 has quit IRC16:51
*** jimi|ansible has quit IRC17:10
*** pcaruana has joined #zuul17:17
*** jpena is now known as jpena|off17:21
*** pcaruana has quit IRC18:01
*** timrc has joined #zuul18:11
openstackgerritDoug Hellmann proposed openstack-infra/zuul-jobs master: support passing extra arguments to bdist_wheel in build-python-release  https://review.openstack.org/60790018:27
*** electrofelix has quit IRC18:51
*** hashar has joined #zuul20:13
*** hashar has quit IRC20:22
*** samccann has quit IRC20:41
hogepodgecorvus: heads up that I sent a message to zuul announce about a foundation community meeting where Jonathan and ttx will be giving some updates on new project governance. I sadly had to cross post it like crazy, but since it's a meeting covering all the new projects we wanted to make sure it reached every audience impacted by the proposed changes21:35
*** panda is now known as panda|off21:36

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