*** tosky has quit IRC | 00:02 | |
*** ssbarnea|rover has quit IRC | 00:13 | |
*** ssbarnea|rover has joined #openstack-qa | 00:18 | |
openstackgerrit | Tom Barron proposed openstack/devstack-plugin-ceph master: Persist PYTHON3_VERSION to local.conf https://review.openstack.org/633851 | 00:34 |
---|---|---|
*** mriedem has quit IRC | 00:52 | |
openstackgerrit | Merged openstack/patrole master: Fix the misspelling of "available" https://review.openstack.org/632223 | 00:55 |
*** markvoelker has joined #openstack-qa | 01:36 | |
*** markvoelker has quit IRC | 01:41 | |
*** yamamoto has joined #openstack-qa | 02:02 | |
*** yamamoto has quit IRC | 02:07 | |
openstackgerrit | Sergey Vilgelm proposed openstack/patrole master: Fix instability with volume attachment RBAC tests https://review.openstack.org/573875 | 02:26 |
*** markvoelker has joined #openstack-qa | 02:37 | |
*** ekcs has quit IRC | 02:55 | |
*** markvoelker has quit IRC | 03:08 | |
*** ramishra has joined #openstack-qa | 03:23 | |
*** yamamoto has joined #openstack-qa | 03:40 | |
*** whoami-rajat has joined #openstack-qa | 04:02 | |
*** chkumar|out is now known as chandankumar | 04:38 | |
*** noama has joined #openstack-qa | 05:11 | |
*** sridharg has joined #openstack-qa | 05:24 | |
*** ekcs has joined #openstack-qa | 05:47 | |
*** aojea has joined #openstack-qa | 06:23 | |
*** aojea has quit IRC | 06:27 | |
openstackgerrit | Masayuki Igawa proposed openstack/tempest master: Improved tempest plugin sanity check script https://review.openstack.org/524176 | 06:34 |
*** agurenko has joined #openstack-qa | 06:35 | |
*** ccamposr has joined #openstack-qa | 06:51 | |
*** Luzi has joined #openstack-qa | 06:59 | |
*** aojea has joined #openstack-qa | 07:12 | |
openstackgerrit | Noam Angel proposed openstack/tempest master: allow create_server with vnic_type and port_profile from kwargs https://review.openstack.org/633383 | 07:20 |
*** kopecmartin|off is now known as kopecmartin | 07:26 | |
*** rpittau has joined #openstack-qa | 07:41 | |
*** gkadam has joined #openstack-qa | 07:51 | |
*** e0ne has joined #openstack-qa | 07:56 | |
*** slaweq has joined #openstack-qa | 07:58 | |
*** gcheresh_ has joined #openstack-qa | 08:00 | |
*** agurenko has quit IRC | 08:04 | |
*** gcheresh_ has quit IRC | 08:06 | |
*** gcheresh has joined #openstack-qa | 08:06 | |
*** agurenko has joined #openstack-qa | 08:06 | |
*** pcaruana has joined #openstack-qa | 08:10 | |
*** markvoelker has joined #openstack-qa | 08:16 | |
*** agurenko has quit IRC | 08:16 | |
*** e0ne has quit IRC | 08:20 | |
*** yamamoto has quit IRC | 08:37 | |
*** yamamoto_ has joined #openstack-qa | 08:37 | |
*** gkadam has quit IRC | 08:42 | |
*** markvoelker has quit IRC | 08:49 | |
*** tosky has joined #openstack-qa | 08:55 | |
*** jpena|off is now known as jpena | 08:57 | |
*** gfidente has joined #openstack-qa | 09:20 | |
frickler | clarkb: bad timing, I'll be away tomorrow until Monday. I was always thinking that using git:// is more efficient than https:// for cloning, did someone look into possible performance issues at scale? | 09:22 |
*** ramishra has quit IRC | 09:40 | |
*** ramishra has joined #openstack-qa | 09:40 | |
*** markvoelker has joined #openstack-qa | 09:47 | |
*** e0ne has joined #openstack-qa | 10:18 | |
*** markvoelker has quit IRC | 10:19 | |
*** sshnaidm has quit IRC | 10:19 | |
*** dtantsur|afk is now known as dtantsur | 10:25 | |
*** ramishra has quit IRC | 10:26 | |
*** sshnaidm has joined #openstack-qa | 10:26 | |
*** tellesnobrega has joined #openstack-qa | 10:39 | |
*** ramishra has joined #openstack-qa | 10:39 | |
tellesnobrega | hi folks, I have a patch for the sahara project that depends on the installation of some other projects (sahara-plugins-*), I added the required-projects on the zuul job but it only clones the project | 10:40 |
tellesnobrega | how can I make zuul install the project? | 10:40 |
*** yamamoto_ has quit IRC | 10:42 | |
frickler | tellesnobrega: that depends on the job you are running, mainly whether it's a legacy job or not. do you have a pointer to your patch and to a run of the job that shows your issue? | 10:48 |
tellesnobrega | frickler, I do | 10:49 |
openstackgerrit | Lakshmi Prasanna Goutham Pratapa proposed openstack/patrole master: Fix Doc mistakes and add log to gitignore. https://review.openstack.org/633913 | 10:50 |
tellesnobrega | frickler, https://review.openstack.org/#/c/631603/ | 10:50 |
tellesnobrega | http://logs.openstack.org/03/631603/5/experimental/sahara-buildimages-ambari/7b80708/job-output.txt.gz#_2019-01-22_11_38_47_099284 | 10:50 |
tellesnobrega | that is the error itself | 10:51 |
*** yamamoto has joined #openstack-qa | 10:52 | |
*** yamamoto has quit IRC | 10:53 | |
frickler | tellesnobrega: hmm, that looks to me like it is an issue with the way sahara loads plugins, maybe tosky has more information. there's also a message in http://logs.openstack.org/03/631603/5/experimental/sahara-buildimages-ambari/7b80708/zuul-info/inventory.yaml which I don't know where it comes from, but looks relevant | 10:58 |
tosky | frickler: IMHO the problem here is that this is a less common scenario | 10:58 |
tosky | usually either you run unittests or (less common) functional tests on a project repository without requiring an "installation", thanks to tox | 10:59 |
tosky | or you have a full-blown deployment through devstack | 10:59 |
tosky | here we have a command which looks from plugin which should be installed through pip | 10:59 |
tosky | but no one does it | 10:59 |
tosky | so I think that something (playbook for that job?) should take care of preparing the environment | 11:00 |
tosky | like users would do (pip install sahara; pip install sahara-plugin-whatev; run the command) | 11:00 |
frickler | tosky: tellesnobrega: o.k., in that case I guess you'd just have to add that step to sahara/playbooks/buildimages/run.yaml ? | 11:03 |
tellesnobrega | frickler, thanks, will look into it | 11:03 |
*** markvoelker has joined #openstack-qa | 11:16 | |
*** mvkr has joined #openstack-qa | 11:29 | |
*** yamamoto has joined #openstack-qa | 11:34 | |
*** sridharg has quit IRC | 11:42 | |
*** sridharg has joined #openstack-qa | 11:46 | |
*** markvoelker has quit IRC | 11:50 | |
*** yamamoto has quit IRC | 11:52 | |
*** jpena is now known as jpena|lunch | 12:04 | |
*** gkadam has joined #openstack-qa | 12:08 | |
*** rpittau has quit IRC | 12:11 | |
*** rpittau has joined #openstack-qa | 12:12 | |
*** gkadam is now known as gkadam-bmgr | 12:19 | |
*** yamamoto has joined #openstack-qa | 12:19 | |
tellesnobrega | frickler, do you happen to have an example of this being done by some other project? | 12:35 |
clarkb | frickler: since the smart http protocol addition I think http is much better | 12:39 |
clarkb | the trouble with git:// is scaling it up is hard as its basically a single daemon on known port | 12:39 |
frickler | clarkb: I did some small tests earlier and timings showed no significant difference, so o.k. from that side | 12:40 |
frickler | clarkb: I'm still worried about developers getting issues with their local setups if we simply disable it. even if we do a deprecation phase, I'm assuming we'll have some issue notifying everyone affected | 12:41 |
frickler | clarkb: can we use haproxy as frontend for git:// | 12:41 |
*** rpittau has quit IRC | 12:42 | |
frickler | clarkb: it should be able to do tcp balancing instead of http | 12:42 |
clarkb | we actually do do that today | 12:43 |
frickler | tellesnobrega: not offhand, sorry | 12:43 |
tellesnobrega | frickler, no problem | 12:43 |
*** rpittau has joined #openstack-qa | 12:45 | |
*** markvoelker has joined #openstack-qa | 12:47 | |
frickler | clarkb: o.k., so I think we can look into switching devstack or other automated consumers into using http(s), but I'd also vote to try to continue supporting git:// if possible | 12:47 |
*** e0ne has quit IRC | 12:48 | |
*** rpittau has quit IRC | 12:58 | |
*** rpittau has joined #openstack-qa | 12:58 | |
*** jpena|lunch is now known as jpena | 13:02 | |
*** rh-jelabarre has joined #openstack-qa | 13:07 | |
slaweq | frickler: tosky: so, logs from our legacy job looks like that http://logs.openstack.org/69/567369/24/check/neutron-functional/7b82033/logs/ | 13:09 |
frickler | slaweq: so you want to run stack.sh, but skip actually starting anything? | 13:10 |
slaweq | frickler: yes | 13:10 |
tosky | slaweq: uhm, how did you legacy job managed to deploy devstack and not start anything? | 13:10 |
slaweq | it will prepare environment for tests IIUX | 13:10 |
slaweq | *IIUC | 13:10 |
tosky | but doesn't devstack start the requested services, if deployed? | 13:11 |
slaweq | tosky: here is local.conf from such legacy job: http://logs.openstack.org/69/567369/24/check/neutron-functional/7b82033/logs/local.conf.txt.gz | 13:11 |
slaweq | it looks for me that "disable_all_services" disables them | 13:11 |
tosky | so maybe there is some magic variable? | 13:11 |
tosky | oh | 13:11 |
slaweq | I tried the same in new zuulv3 syntax and this works basically | 13:12 |
tosky | so that part is easy | 13:12 |
tosky | I mean, can't you build on the base devstack job? | 13:12 |
slaweq | so when I inherited from devstack-tox-functional it was almost working fine | 13:12 |
slaweq | tosky: I almost can | 13:12 |
slaweq | but there is one issue with it | 13:12 |
slaweq | in base devstack job there is NEUTRON_CONF change: http://git.openstack.org/cgit/openstack-dev/devstack/tree/.zuul.yaml#n353 | 13:13 |
*** markvoelker has quit IRC | 13:13 | |
slaweq | and that cause failure because neutron service is disabled: http://logs.openstack.org/42/619742/41/check/neutron-functional/1e4adba/controller/logs/devstacklog.txt.gz#_2019-01-24_11_33_27_744 | 13:13 |
slaweq | tosky: so if there would be any way that I can override this one POST_CONFIG setting in my job definition, then I should be good | 13:14 |
slaweq | but I don't know how to do it | 13:14 |
frickler | slaweq: so you probably want to use devstack-minimal or maybe even devstack-base | 13:14 |
slaweq | frickler: yes, but then I need to include in my job all playbooks which are run in devstack-tox-functional and its parents, right? | 13:15 |
slaweq | and I wanted to avoid that :) | 13:15 |
tosky | you can't include playbooks, you need to redefine them; but those playbooks are mostly made of roles | 13:16 |
slaweq | tosky: can I use roles from different repo? | 13:16 |
frickler | slaweq: it seems that you only need playbooks/tox/run-both.yaml from devstack | 13:16 |
tosky | slaweq: surely you can | 13:16 |
frickler | roles should be o.k. to use without copying I think, yes | 13:16 |
tosky | that's the entire point :) | 13:16 |
slaweq | ok, so if I include openstack-infra/devstack in required projects list, then I can simply use roles from it? | 13:17 |
slaweq | in my playbook | 13:17 |
tosky | slaweq: you need a roles: entiry | 13:17 |
tosky | entry | 13:17 |
slaweq | ahh, ok | 13:17 |
tosky | slaweq: like this: http://git.openstack.org/cgit/openstack/sahara-tests/tree/.zuul.yaml#n92 | 13:17 |
slaweq | tosky: frickler: so I will inherit from devstack-minimal then and will do my own playbook which will basically do the same things like playbooks/tox/run-both.yaml is doing | 13:18 |
slaweq | and I think that this should be good then | 13:18 |
tosky | slaweq: yes | 13:18 |
slaweq | thx tosky and frickler for help | 13:18 |
tosky | as most of the logic is in the roles, it should be fine | 13:19 |
frickler | tosky: oh, nice, I hadn't seen that yet. at least not such that I'd remember ;) | 13:19 |
*** tellesnobrega has left #openstack-qa | 13:19 | |
tosky | yes, it is a nice feature | 13:21 |
tosky | I like the architecture | 13:21 |
*** rpittau has quit IRC | 13:27 | |
openstackgerrit | Merged openstack/tempest master: Fix E117 for pycodestyle (pep8) 2.5.0 https://review.openstack.org/633830 | 13:28 |
openstackgerrit | Adam Spiers proposed openstack-dev/devstack master: Fix distro detection for SUSE Linux Enterprise https://review.openstack.org/632792 | 13:29 |
*** rpittau has joined #openstack-qa | 13:29 | |
openstackgerrit | Slawek Kaplonski proposed openstack/tempest master: Add unstable_test decorator https://review.openstack.org/633706 | 13:31 |
clarkb | there is a functional job in de stack that assumes you want to run tox after devstack | 13:38 |
clarkb | that may be uaeful? | 13:38 |
*** yamamoto has quit IRC | 13:44 | |
*** e0ne has joined #openstack-qa | 13:46 | |
*** mriedem has joined #openstack-qa | 13:49 | |
*** pcaruana has quit IRC | 13:50 | |
*** pcaruana has joined #openstack-qa | 13:57 | |
*** yamamoto has joined #openstack-qa | 14:16 | |
*** yamamoto has quit IRC | 14:16 | |
*** yamamoto has joined #openstack-qa | 14:17 | |
*** yamamoto has quit IRC | 14:21 | |
*** aojea_ has joined #openstack-qa | 14:32 | |
*** mjturek has joined #openstack-qa | 14:43 | |
*** mjturek has quit IRC | 14:48 | |
*** yamamoto has joined #openstack-qa | 14:51 | |
*** awaugama has joined #openstack-qa | 14:59 | |
*** aojea_ has quit IRC | 15:09 | |
*** aojea_ has joined #openstack-qa | 15:09 | |
*** aojea_ has quit IRC | 15:13 | |
*** Luzi has quit IRC | 15:18 | |
*** awaugama has quit IRC | 15:25 | |
*** awaugama has joined #openstack-qa | 15:30 | |
*** gcheresh has quit IRC | 15:42 | |
openstackgerrit | Slawek Kaplonski proposed openstack/tempest master: Add tempest-multinode-full-py3 job definition https://review.openstack.org/633982 | 15:47 |
openstackgerrit | Slawek Kaplonski proposed openstack/tempest master: Add tempest-slow-py3 job definition https://review.openstack.org/633983 | 15:51 |
*** gkadam-bmgr has quit IRC | 15:57 | |
*** pcaruana has quit IRC | 16:01 | |
*** pcaruana has joined #openstack-qa | 16:17 | |
*** kopecmartin is now known as kopecmartin|off | 16:20 | |
*** ssbarnea|rover has quit IRC | 16:20 | |
*** ssbarnea has joined #openstack-qa | 16:21 | |
*** e0ne has quit IRC | 16:31 | |
*** e0ne has joined #openstack-qa | 16:31 | |
*** dtantsur is now known as dtantsur|afk | 16:32 | |
*** ramishra has quit IRC | 16:40 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck master: Add query for test_hotplug_nic teardown conflict bug 1813959 https://review.openstack.org/634008 | 16:42 |
openstack | bug 1813959 in neutron "test_hotplug_nic intermittently fails teardown due to "One or more ports have an IP allocation from this subnet."" [Medium,Confirmed] https://launchpad.net/bugs/1813959 | 16:42 |
*** pcaruana has quit IRC | 16:45 | |
openstackgerrit | Adam Spiers proposed openstack-dev/devstack master: Fix distro detection for SUSE Linux Enterprise https://review.openstack.org/632792 | 16:48 |
*** ccamposr has quit IRC | 16:53 | |
openstackgerrit | Merged openstack-infra/elastic-recheck master: Add query for test_hotplug_nic teardown conflict bug 1813959 https://review.openstack.org/634008 | 17:05 |
openstack | bug 1813959 in neutron "test_hotplug_nic intermittently fails teardown due to "One or more ports have an IP allocation from this subnet."" [Medium,Confirmed] https://launchpad.net/bugs/1813959 | 17:05 |
*** sridharg has quit IRC | 17:17 | |
mriedem | anyone else have this openrc issue? https://bugs.launchpad.net/devstack/+bug/1813966 | 17:17 |
openstack | Launchpad bug 1813966 in devstack "openrc does not switch from demo to admin properly" [Undecided,New] | 17:17 |
*** noama has quit IRC | 17:18 | |
*** e0ne has quit IRC | 17:31 | |
*** aojea has quit IRC | 17:33 | |
frickler | mriedem: iiuc that is expected behaviour, use "source openrc admin admin" to switch both user and project | 17:45 |
*** ekcs has quit IRC | 17:45 | |
mriedem | d'oh! | 17:45 |
frickler | mriedem: as is says in the header: source openrc [username] [projectname] | 17:46 |
mriedem | yeah i didn't check the source code yet | 17:46 |
mriedem | thanks frickler | 17:47 |
*** rpittau has quit IRC | 17:56 | |
*** corvus has joined #openstack-qa | 17:58 | |
corvus | how do i tell stestr to exit after the first failure? | 18:01 |
corvus | this does not work: https://wiki.openstack.org/wiki/Testr#How_can_I_exit_a_test_run_after_the_first_failure.3F | 18:01 |
corvus | (that's for testr, not stestr) | 18:01 |
*** jpena is now known as jpena|off | 18:13 | |
*** shardy has quit IRC | 18:15 | |
*** pcaruana has joined #openstack-qa | 18:17 | |
mtreinish | corvus: so I'm a bit confused by that wiki page, my local testr install doesn't have a '-f' option on the run command | 18:23 |
mtreinish | corvus: there is an open issue for adding a failfast option to stestr: https://github.com/mtreinish/stestr/issues/207 | 18:24 |
*** sshnaidm is now known as sshnaidm|afk | 18:25 | |
corvus | mtreinish: ack, thanks. | 18:25 |
*** ekcs has joined #openstack-qa | 18:34 | |
openstackgerrit | Nicolas Helgeson proposed openstack/tempest master: Current naming convention is uninformative. https://review.openstack.org/631076 | 18:53 |
*** aojea has joined #openstack-qa | 19:04 | |
*** e0ne has joined #openstack-qa | 19:06 | |
*** aojea has quit IRC | 19:09 | |
*** e0ne has quit IRC | 20:05 | |
*** aojea has joined #openstack-qa | 20:07 | |
*** tellesnobrega has joined #openstack-qa | 20:12 | |
*** rfolco has quit IRC | 20:13 | |
tellesnobrega | hi folks, I have a question on how to filter data using ansible for a zuul playbook | 20:13 |
tellesnobrega | basically I need to filter for some specific project under zuul.projects | 20:14 |
tellesnobrega | --- | 20:14 |
tellesnobrega | - hosts: localhost | 20:14 |
tellesnobrega | vars: | 20:14 |
tellesnobrega | zuul: | 20:14 |
tellesnobrega | projects: | 20:14 |
tellesnobrega | git.openstack.org/openstack/sahara: | 20:14 |
tellesnobrega | canonical_hostname: git.openstack.org | 20:14 |
tellesnobrega | canonical_name: git.openstack.org/openstack/sahara | 20:14 |
tellesnobrega | checkout: master | 20:14 |
tellesnobrega | name: openstack/sahara | 20:14 |
tellesnobrega | required: false | 20:15 |
tellesnobrega | short_name: sahara | 20:15 |
tellesnobrega | src_dir: src/git.openstack.org/openstack/sahara | 20:15 |
tellesnobrega | git.openstack.org/openstack/sahara-plugin-ambari: | 20:15 |
tellesnobrega | canonical_hostname: git.openstack.org | 20:15 |
tellesnobrega | canonical_name: git.openstack.org/openstack/sahara-plugin-ambari | 20:15 |
tellesnobrega | checkout: master | 20:15 |
tellesnobrega | name: openstack/sahara-plugin-ambari | 20:15 |
tellesnobrega | required: true | 20:15 |
tellesnobrega | short_name: sahara-plugin-ambari | 20:15 |
tellesnobrega | src_dir: src/git.openstack.org/openstack/sahara-plugin-ambari | 20:15 |
tellesnobrega | git.openstack.org/openstack/sahara-plugin-cdh: | 20:15 |
tellesnobrega | canonical_hostname: git.openstack.org | 20:15 |
tellesnobrega | canonical_name: git.openstack.org/openstack/sahara-plugin-cdh | 20:15 |
tellesnobrega | checkout: master | 20:15 |
tellesnobrega | name: openstack/sahara-plugin-cdh | 20:15 |
tellesnobrega | required: true | 20:15 |
tellesnobrega | short_name: sahara-plugin-cdh | 20:15 |
tellesnobrega | src_dir: src/git.openstack.org/openstack/sahara-plugin-cdh | 20:15 |
tellesnobrega | git.openstack.org/openstack/sahara-plugin-mapr: | 20:15 |
tellesnobrega | canonical_hostname: git.openstack.org | 20:15 |
tellesnobrega | canonical_name: git.openstack.org/openstack/sahara-plugin-mapr | 20:15 |
tellesnobrega | checkout: master | 20:15 |
tellesnobrega | name: openstack/sahara-plugin-mapr | 20:15 |
tellesnobrega | required: true | 20:15 |
tellesnobrega | short_name: sahara-plugin-mapr | 20:15 |
tellesnobrega | src_dir: src/git.openstack.org/openstack/sahara-plugin-mapr | 20:15 |
tellesnobrega | git.openstack.org/openstack/sahara-plugin-spark: | 20:15 |
tellesnobrega | canonical_hostname: git.openstack.org | 20:16 |
tellesnobrega | canonical_name: git.openstack.org/openstack/sahara-plugin-spark | 20:16 |
tellesnobrega | checkout: master | 20:16 |
tellesnobrega | name: openstack/sahara-plugin-spark | 20:16 |
tellesnobrega | required: true | 20:16 |
tellesnobrega | short_name: sahara-plugin-spark | 20:16 |
tellesnobrega | src_dir: src/git.openstack.org/openstack/sahara-plugin-spark | 20:16 |
tellesnobrega | git.openstack.org/openstack/sahara-plugin-storm: | 20:16 |
tellesnobrega | canonical_hostname: git.openstack.org | 20:16 |
tellesnobrega | canonical_name: git.openstack.org/openstack/sahara-plugin-storm | 20:16 |
tellesnobrega | checkout: master | 20:16 |
tellesnobrega | name: openstack/sahara-plugin-storm | 20:16 |
tellesnobrega | required: true | 20:16 |
tellesnobrega | short_name: sahara-plugin-storm | 20:16 |
tellesnobrega | src_dir: src/git.openstack.org/openstack/sahara-plugin-storm | 20:16 |
tellesnobrega | git.openstack.org/openstack/sahara-plugin-vanilla: | 20:16 |
tellesnobrega | canonical_hostname: git.openstack.org | 20:16 |
tellesnobrega | canonical_name: git.openstack.org/openstack/sahara-plugin-vanilla | 20:16 |
tellesnobrega | checkout: master | 20:16 |
tellesnobrega | name: openstack/sahara-plugin-vanilla | 20:16 |
tellesnobrega | required: true | 20:16 |
tellesnobrega | short_name: sahara-plugin-vanilla | 20:16 |
tellesnobrega | src_dir: src/git.openstack.org/openstack/sahara-plugin-vanilla | 20:16 |
tellesnobrega | 20:16 | |
tellesnobrega | tasks: | 20:16 |
tellesnobrega | - debug: | 20:16 |
tellesnobrega | msg: "say something" | 20:16 |
tellesnobrega | - debug: | 20:16 |
tellesnobrega | msg: "{{ zuul.projects }}" | 20:17 |
tellesnobrega | - debug: | 20:17 |
tellesnobrega | msg: "{{ zuul.projects | select('match', 'sahara-plugin-')}}" | 20:17 |
tellesnobrega | - debug: | 20:17 |
tellesnobrega | msg: tox -e images -- pip install {{ item.src_dir }} | 20:17 |
tellesnobrega | with_items: | 20:17 |
tellesnobrega | "{{ zuul.projects | select('match', 'sahara-plugin-') | list }}" | 20:17 |
tellesnobrega | sorry | 20:17 |
tellesnobrega | wrong paste | 20:17 |
tellesnobrega | "{{ zuul.projects.values() | list | select('match', 'sahara-plugin-') | list }}" | 20:17 |
tellesnobrega | this of course fails, how can I achieve this filtering? | 20:17 |
*** e0ne has joined #openstack-qa | 20:17 | |
*** e0ne has quit IRC | 20:19 | |
*** rfolco has joined #openstack-qa | 20:24 | |
*** rfolco has quit IRC | 20:40 | |
*** e0ne has joined #openstack-qa | 20:48 | |
*** gfidente has quit IRC | 20:48 | |
*** aojea has quit IRC | 21:08 | |
*** aojea has joined #openstack-qa | 21:08 | |
*** e0ne has quit IRC | 21:18 | |
*** early has quit IRC | 21:25 | |
*** early has joined #openstack-qa | 21:26 | |
*** aojea has quit IRC | 21:31 | |
*** aojea has joined #openstack-qa | 21:32 | |
*** aojea has quit IRC | 21:39 | |
*** e0ne has joined #openstack-qa | 21:47 | |
*** openstackgerrit has quit IRC | 21:50 | |
*** e0ne has quit IRC | 21:58 | |
*** ianw_pto is now known as ianw | 21:59 | |
*** awaugama has quit IRC | 22:08 | |
*** whoami-rajat has quit IRC | 22:20 | |
*** tellesnobrega has left #openstack-qa | 22:55 | |
*** openstackgerrit has joined #openstack-qa | 23:13 | |
openstackgerrit | Slawek Kaplonski proposed openstack/tempest master: Add tempest-slow-py3 job definition https://review.openstack.org/633983 | 23:13 |
openstackgerrit | Archit Modi proposed openstack/tempest master: WIP: add Placement aggregates tests https://review.openstack.org/621645 | 23:19 |
openstackgerrit | Slawek Kaplonski proposed openstack/tempest master: Convert result of hosts.values() to list always https://review.openstack.org/634067 | 23:25 |
openstackgerrit | Slawek Kaplonski proposed openstack/tempest master: Add tempest-multinode-full-py3 job definition https://review.openstack.org/633982 | 23:30 |
*** slaweq has quit IRC | 23:38 | |
openstackgerrit | James E. Blair proposed openstack-dev/devstack master: DNM: test change to stage-output https://review.openstack.org/634070 | 23:40 |
openstackgerrit | Sergey Vilgelm proposed openstack/patrole master: Fix Doc mistakes and add log to gitignore. https://review.openstack.org/633913 | 23:53 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!