*** threestrands has joined #zuul | 00:05 | |
*** threestrands has joined #zuul | 00:05 | |
*** ricolin has joined #zuul | 03:05 | |
*** jaianshu has joined #zuul | 04:13 | |
jaianshu | Hello everyone. | 04:19 |
---|---|---|
jaianshu | upon running the sceduler ...i'm not able to get zuul.Pipeline.{tenant-name}.check...on debugging i see that for L682-pipeline in tenant.layout.pipelines.values(): | 04:22 |
jaianshu | is returning odict_values([]) | 04:22 |
jaianshu | * its Line 858 in scheduler.py where i'm stuck | 04:40 |
*** threestrands_ has joined #zuul | 05:02 | |
*** threestrands has quit IRC | 05:04 | |
*** threestrands_ has quit IRC | 05:14 | |
*** nguyentrihai has joined #zuul | 05:14 | |
*** rcarrill1 has joined #zuul | 05:41 | |
*** rcarrillocruz has quit IRC | 05:43 | |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul-jobs master: unittests: make bindep role optional https://review.openstack.org/522255 | 06:09 |
tobiash | jaianshu: do you have log output? | 06:11 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul-jobs master: revoke-sudo: only revoke when zuul is sudoer https://review.openstack.org/522261 | 06:12 |
jaianshu | tobiash: yes, zuul-schedulor.log: http://paste.openstack.org/show/627171/ | 06:28 |
jaianshu | zuul-executor.log: http://paste.openstack.org/show/627172/ | 06:28 |
jaianshu | i had same issue yesterday..i had chat on irc also..but not able to move ahead since then | 06:28 |
*** toabctl has joined #zuul | 06:52 | |
*** xinliang has quit IRC | 06:56 | |
*** xinliang has joined #zuul | 07:08 | |
*** xinliang has quit IRC | 07:08 | |
*** xinliang has joined #zuul | 07:08 | |
*** hashar has joined #zuul | 07:45 | |
SpamapS | jaianshu: when you start zuul-scheduler, it will print out the pipeline configs. That log would help | 08:00 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul feature/zuulv3: web: add /{tenant}/builds route https://review.openstack.org/466561 | 08:26 |
jaianshu | SpamaS: pasted full logs here - http://paste.openstack.org/show/627289/ ...let me know if it helps | 08:36 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul feature/zuulv3: github: add integration documentation https://review.openstack.org/522420 | 08:37 |
*** flepied has quit IRC | 08:37 | |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul feature/zuulv3: mqtt: Add basic reporter https://review.openstack.org/518279 | 08:54 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul feature/zuulv3: mqtt: add basic reporter https://review.openstack.org/518279 | 08:59 |
*** flepied has joined #zuul | 09:06 | |
tobiash | jaianshu: apperently you have no jobs defined | 09:34 |
tobiash | jaianshu: do you have a zuul configuration in your project? | 09:37 |
tobiash | jaianshu: and how does your main.yaml look like? | 09:37 |
tobiash | jaianshu: you need at least one config project in which the pipelines are defined | 09:38 |
tobiash | jaianshu: (and a base job) | 09:50 |
*** electrofelix has joined #zuul | 09:52 | |
jaianshu | tobiash: zuul.conf: http://paste.openstack.org/show/627303/ | 09:54 |
jaianshu | main.yaml: http://paste.openstack.org/show/627304/ | 09:54 |
jaianshu | layout.yaml: http://paste.openstack.org/show/627305/ | 09:54 |
jaianshu | tobiash: setup looks like this | 09:55 |
tobiash | jaianshu: so you need at least add one config-project to your main.yaml | 09:55 |
tobiash | jaianshu: this needs pipelines and a base job | 09:56 |
tobiash | jaianshu: layout.yaml is not a thing in zuulv3 anymore | 09:56 |
jaianshu | tobiash: setting config-project also i have tried...it didn't worked so changed it to untrusted | 09:57 |
tobiash | jaianshu: also take a look at https://docs.openstack.org/infra/zuul/user/config.html | 09:58 |
tobiash | jaianshu: and here for the tenant configuration: https://docs.openstack.org/infra/zuul/admin/tenants.html | 09:58 |
tobiash | jaianshu: pipelines only can be defined in a config-project | 09:59 |
tobiash | and the base job too | 09:59 |
jaianshu | tobiash: making these changes and will re-post | 10:06 |
jaianshu | tobiash: can you have a look at my current config?...i'm still getting same error. My Configuration: http://paste.openstack.org/show/627317/ | 11:16 |
tobiash | jaianshu: zuul loads the zuul.yaml|zuul.d from each repo configured in the main.yaml | 11:25 |
tobiash | these files need to be part of your config project and are not part of the configuration files on the zuul installation | 11:26 |
tobiash | basically the main.yaml tells zuul from where to load the configuration | 11:26 |
tobiash | and the configuration itself is part of the projects it's operating on | 11:27 |
tobiash | jaianshu: so you need to move the zuul.d directory into your ironman repo | 11:28 |
*** jasondotstar has quit IRC | 11:30 | |
tobiash | jaianshu: this configuration loading process is described here in more detail: https://docs.openstack.org/infra/zuul/user/config.html#configuration-loading | 11:30 |
jaianshu | tobiash: please correct me if i'm wrong - tenant_config is main.yaml? | 11:30 |
tobiash | jaianshu: correct | 11:31 |
tobiash | that tells zuul from where to load the pipeline, job and project configuration | 11:31 |
jaianshu | ok...i will move zuul.d to ironman repo | 11:33 |
*** jasondotstar has joined #zuul | 11:45 | |
*** ricolin_ has joined #zuul | 12:01 | |
*** ricolin has quit IRC | 12:03 | |
*** flepied_ has joined #zuul | 12:45 | |
*** flepied has quit IRC | 12:48 | |
*** jaianshu has quit IRC | 13:03 | |
*** flepied__ has joined #zuul | 13:08 | |
*** flepied_ has quit IRC | 13:10 | |
*** openstackgerrit has quit IRC | 13:32 | |
*** flepied_ has joined #zuul | 14:04 | |
*** flepied__ has quit IRC | 14:07 | |
*** ricolin_ has quit IRC | 14:10 | |
*** ricolin_ has joined #zuul | 14:11 | |
*** flepied__ has joined #zuul | 14:40 | |
*** flepied_ has quit IRC | 14:42 | |
*** bhavik1 has joined #zuul | 15:04 | |
*** bhavik1 has quit IRC | 15:11 | |
*** hashar has quit IRC | 15:48 | |
*** ricolin_ has quit IRC | 16:08 | |
*** flepied__ has quit IRC | 17:11 | |
dmsimard | SpamapS, jlk: so for some reason twitter puts mountain dew as a preview icon to a bonnyci commit o_O | 17:34 |
dmsimard | https://i.imgur.com/oeawvLw.png | 17:35 |
jlk | dmsimard: that's... bizarre! | 18:02 |
SpamapS | ehh whoa yeah weird | 18:16 |
SpamapS | I never did resurrect the DNS | 18:16 |
SpamapS | but yeah that's github.. so... ?? | 18:16 |
jlk | was that somebody's github profile pic? | 18:16 |
jlk | YUP! | 18:17 |
jlk | https://github.com/rattboi | 18:17 |
dmsimard | ohhhh | 18:32 |
*** flepied__ has joined #zuul | 18:49 | |
*** electrofelix has quit IRC | 18:50 | |
*** rcarrill1 is now known as rcarrillocruz | 19:52 | |
*** flepied has joined #zuul | 21:40 | |
*** flepied__ has quit IRC | 21:42 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!