opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Improve base compute and utils helper organization https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805295 | 01:43 |
---|---|---|
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Simplify test_multiqueue https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805314 | 01:43 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Simplify test_live_migration https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805315 | 01:43 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Simplify test_pointer_device_type https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805296 | 01:43 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Simplify test_rx_tx_queue_size https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805297 | 01:43 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Remove reboot_server() helper https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805298 | 01:43 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Remove resize_server() helper https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805299 | 01:43 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Clean up .zuul.yaml https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805453 | 01:43 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Create NUMA helper mixin class https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805454 | 01:43 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Start transition to declarative CPU pinning configs https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805455 | 01:43 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Stop silently overriding clients with admin clients https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/804780 | 01:43 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Remove create_test_server() helper override https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805300 | 01:43 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Use new config_all_computes() helper in file backed memory tests https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805921 | 01:43 |
*** jpena|off is now known as jpena | 06:58 | |
*** rpittau|afk is now known as rpittau | 07:06 | |
*** akekane_ is now known as abhishekk | 08:19 | |
*** dviroel|ruck|afk is now known as dviroel|ruck | 10:59 | |
*** jpena is now known as jpena|lunch | 11:29 | |
*** jpena|lunch is now known as jpena | 12:30 | |
opendevreview | Radosław Piliszek proposed openstack/devstack master: [WIP] Test running on Debian Bullseye https://review.opendev.org/c/openstack/devstack/+/789083 | 13:49 |
ykarel | gmann, can you revisit https://review.opendev.org/c/openstack/devstack/+/803706 | 14:04 |
gmann | ykarel: ack, thanks will check in 10 min | 14:05 |
ykarel | ack Thanks | 14:05 |
gmann | yoctozepto: I am too ok with this, can you recheck? https://review.opendev.org/c/openstack/devstack/+/803706 | 14:12 |
gmann | re-review | 14:12 |
yoctozepto | gmann: I don't like it but I won't block it | 14:13 |
sean-k-mooney | o/ are there any devstack cores around? got a quick question regarding adding a feature to core devstack | 14:13 |
yoctozepto | yes, we are here | 14:13 |
yoctozepto | this is the place where we lurk between the lines | 14:13 |
sean-k-mooney | oh hi | 14:13 |
yoctozepto | hi sean-k-mooney | 14:13 |
sean-k-mooney | so i used to maintian networking-ovs-dpdk | 14:13 |
sean-k-mooney | which provides a devstack plugin for compileing ovs and dpdk and deploying them form source | 14:14 |
gmann | yoctozepto: ack, | 14:14 |
ykarel | Thanks yoctozepto gmann | 14:14 |
sean-k-mooney | but for 3-4 years now distros have been shiping prebuildt pacakges of ovs with dpdk | 14:14 |
sean-k-mooney | would there be an object to adding supprot to configure that instead of vaniall kernel ovs in core devstack | 14:14 |
sean-k-mooney | i could look at updating netowrking-ovs-dpdk to add binary install supprot exctra or update the neutron plugin but i was wonderign what ye tought about just supporting it out of the box in devstack without a plugin | 14:16 |
sean-k-mooney | yoctozepto: the reason im asking by the way is i need to work on some dpdk related bugs so i either need to update the networking-ovs-dpdk plug or i could modify devstack to allcoate hugepags and enabel dpdk supprot in the ovs db | 14:18 |
yoctozepto | sean-k-mooney: I think dpdk is quite important so I would accept its support in core devstack tbh | 14:24 |
sean-k-mooney | ok the compliation was really the thing that was orginally pushed back on when i created networking-ovs-dpdk | 14:25 |
sean-k-mooney | on fedroa/centos/rhel there is only 1 ovs package which has dpdk support compiled in | 14:26 |
sean-k-mooney | on ubuntu/debian it used to be 2 packages ill have ot check if that is still the case | 14:26 |
sean-k-mooney | the suport is bacicaly 3 parts | 14:26 |
sean-k-mooney | 1 enusring the system has hugepages allcoted | 14:26 |
sean-k-mooney | 2 ensuring --dpdk-init=ture is set in the ovs db before the ovs-vswitchd starts | 14:27 |
sean-k-mooney | 3 if you add a phyical port to the ovs bridge set its type to dpdk | 14:27 |
sean-k-mooney | at a high level thats all that need to be done so ill likely segment the pataches that way too | 14:27 |
sean-k-mooney | most of the networking-ovs-dpdk code was dealing with compiling form soruce and all the headachs taht causes with needing to create our own service files ectra to run ovs | 14:28 |
sean-k-mooney | yoctozepto: if i get this working form packages locally are you ok with me adding you as a reviewer when i push them? | 14:30 |
yoctozepto | sean-k-mooney: sure | 14:31 |
sean-k-mooney | cool i wont get time to work on the bugs until next week likely at the earlist so the devstack change will be after that | 14:32 |
yoctozepto | ok | 14:33 |
*** lbragstad_ is now known as lbragstad | 14:39 | |
*** jpena is now known as jpena|off | 15:06 | |
*** abhishekk is now known as akekane|home | 15:08 | |
*** akekane|home is now known as abhishekk | 15:08 | |
*** rpittau is now known as rpittau|afk | 16:04 | |
opendevreview | Merged openstack/devstack master: Set swap size to 4G for c8 jobs https://review.opendev.org/c/openstack/devstack/+/803706 | 16:28 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Improve base compute and utils helper organization https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805295 | 16:51 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Simplify test_multiqueue https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805314 | 16:51 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Simplify test_live_migration https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805315 | 16:51 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Simplify test_pointer_device_type https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805296 | 16:51 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Simplify test_rx_tx_queue_size https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805297 | 16:51 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Remove reboot_server() helper https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805298 | 16:51 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Remove resize_server() helper https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805299 | 16:51 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Use new config_all_computes() helper in file backed memory tests https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805921 | 16:51 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Clean up .zuul.yaml https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805453 | 16:51 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Create NUMA helper mixin class https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805454 | 16:51 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Start transition to declarative CPU pinning configs https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805455 | 16:51 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Stop silently overriding clients with admin clients https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/804780 | 16:51 |
opendevreview | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Remove create_test_server() helper override https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/805300 | 16:51 |
abhishekk | gmann, around? | 17:58 |
gmann | abhishekk: hi | 22:39 |
abhishekk | gmann, samething wanted to ask here | 22:39 |
gmann | abhishekk: ok | 22:40 |
abhishekk | thank you | 22:40 |
abhishekk | gmann, is there any way to run tempest tests serially? | 22:57 |
abhishekk | concurrency causes my test picking data from other test | 22:57 |
gmann | abhishekk: yeah, you can pass --serial in tempest run command | 22:58 |
abhishekk | but how it will be changed in job run | 22:58 |
abhishekk | do I need to make changes in tox or job definition ? | 22:58 |
*** dviroel|ruck is now known as dviroel|out | 22:59 | |
gmann | which tox env you are using? 'all' | 23:00 |
abhishekk | no I am running tests from glance-tempest-plugin | 23:02 |
abhishekk | at the moment my job is running the tests like, tempest run --regex glance_tempest_plugin.tests.rbac --concurrency=4 | 23:03 |
abhishekk | but now I need to run these serially | 23:03 |
gmann | abhishekk: you can do via - tempest run --serial --regex glance_tempest_plugin.tests.rbac --concurrency=4 | 23:04 |
gmann | you can remove concurrency in that case | 23:05 |
gmann | tempest run --serial --regex glance_tempest_plugin.tests.rbac | 23:05 |
abhishekk | is there any var similar to 'tempest_test_regex' which I can set in job definition ? | 23:05 |
gmann | ?, i thought you said job is running it via tempest run directly not via tox env | 23:06 |
gmann | for serial run we have few already defined tox env but for tox env 'all' and tempest_test_regex it run in parallel | 23:07 |
abhishekk | let me show you job definition | 23:07 |
gmann | k | 23:07 |
abhishekk | https://github.com/openstack/glance-tempest-plugin/blob/master/.zuul.yaml#L2 | 23:08 |
abhishekk | now at the moment in the gate it runs concurrently | 23:08 |
gmann | ok so you are using tox env 'all' that is default to run as parallel | 23:13 |
abhishekk | yes | 23:14 |
gmann | run-tempest role does not take --serial option as of now. | 23:14 |
gmann | we can add that or you can try with tempest_concurrency: 1 | 23:14 |
abhishekk | what is alternate to it then? | 23:14 |
gmann | tempest_concurrency: 1 | 23:15 |
abhishekk | ack, thank you | 23:15 |
gmann | default concurrency is depends on how many core you have. so setting it 1 will run all your test on single worker | 23:16 |
abhishekk | great | 23:20 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!