opendevreview | Merged openstack/tempest master: Add fields in hypervisor schema for 2.33 and 2.53 https://review.opendev.org/c/openstack/tempest/+/737209 | 02:53 |
---|---|---|
*** chandankumar is now known as chkumar|rover | 06:16 | |
opendevreview | yatin proposed openstack/devstack master: Workaround CentOS 8-stream bug until fixed https://review.opendev.org/c/openstack/devstack/+/824862 | 06:38 |
*** jpena|off is now known as jpena | 08:30 | |
*** akekane_ is now known as abhishekk | 08:36 | |
opendevreview | yatin proposed openstack/devstack master: Workaround CentOS 8-stream bug until fixed https://review.opendev.org/c/openstack/devstack/+/824862 | 08:43 |
opendevreview | Balazs Gibizer proposed openstack/tempest master: Update aggregate tests for bug#1907775 https://review.opendev.org/c/openstack/tempest/+/821647 | 13:47 |
opendevreview | Balazs Gibizer proposed openstack/tempest master: Introduce @serial test execution decorator https://review.opendev.org/c/openstack/tempest/+/821732 | 13:47 |
opendevreview | Alex Yefimov proposed openstack/tempest master: Fix Unittest failures in test_users https://review.opendev.org/c/openstack/tempest/+/824491 | 13:52 |
gibi | gmann: what is the way to bump a dep in tempest? | 14:41 |
gibi | gmann: I did this https://review.opendev.org/c/openstack/tempest/+/821732/8/requirements.txt | 14:41 |
gibi | gmann: but grenade is choking on it https://zuul.opendev.org/t/openstack/build/b7949e580c6048f9a09b798ad2649bdd/log/job-output.txt#23500 | 14:42 |
gibi | gmann: global upper constarints are in synch https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L606 | 14:42 |
artom | jparker, so, just realized a thing | 15:26 |
artom | We can't have hugepages and file backed memory on the same host | 15:26 |
artom | https://docs.openstack.org/nova/latest/admin/huge-pages.html#enabling-huge-pages-on-the-host | 15:26 |
artom | Meaning if we're going to run the hugepages tests upstream (which I think we should), we'll need to either split them off into their own job, or split the file backed memory tests into their own job | 15:27 |
artom | I suppose the former is probably better? | 15:30 |
gmann | gibi: that is right way, checking the error | 15:57 |
gmann | gibi: got the problem. it try to install tempest at system level and greande job using stable/xena devstack and constraints. https://zuul.opendev.org/t/openstack/build/b7949e580c6048f9a09b798ad2649bdd/log/job-output.txt#23436 | 16:16 |
gmann | gibi: we should not install tempest at system level in stable. I will fix the configuration for stable which we forgot while cutting stable branch(I will add this step in QA release wiki page to take care of it in future) | 16:17 |
gibi | gmann: awesome, thank you! | 16:24 |
opendevreview | Ghanshyam proposed openstack/devstack stable/xena: Stop installing Tempest at system wide for stable branch https://review.opendev.org/c/openstack/devstack/+/824991 | 16:26 |
opendevreview | Ghanshyam proposed openstack/devstack stable/wallaby: Stop installing Tempest at system wide for stable branch https://review.opendev.org/c/openstack/devstack/+/824956 | 16:26 |
gmann | gibi: ^^, after this requirement things will work fine | 16:27 |
gmann | kopecmartin: frickler quick one to review https://review.opendev.org/q/I65304f66b3fe9c372fad8d4b521d0219833c1bf1 | 16:27 |
gibi | gmann: ack | 16:27 |
*** jpena is now known as jpena|off | 17:29 | |
jparker | artom_: yea I agree making a dedicated hugepage job makes sense | 17:58 |
jparker | artom_: I put up the tests for the review, but I want to get another commit in place to setup the environment. | 17:59 |
jparker | artom_: I guess I could split the jobs in that commit as well? | 17:59 |
artom_ | jparker, yeah, that would make sense | 18:07 |
opendevreview | Merged openstack/devstack master: Workaround CentOS 8-stream bug until fixed https://review.opendev.org/c/openstack/devstack/+/824862 | 18:17 |
jparker | artom_: does the zuul job(s) in whitebox inherent from another project that sets file backed memory? | 19:23 |
artom_ | jparker, no, the tests do that on the fly | 19:33 |
artom_ | But if we deploy with hugepages and the run them, I'm assuming nova-compute won't start, or something else will break | 19:33 |
jparker | artom_: oh now I see it ok | 19:35 |
jparker | artom_: and how much memory is allocated to the compute's upstream? | 19:36 |
artom_ | jparker, err, lemme find that - IIRC, it's available in the project-config repo's YAML somewhere | 19:43 |
artom_ | Actually, an easier way might be to look at the ansible inventory of a recent job | 19:44 |
artom_ | Because the RAM will depend on the exact flavor that our nodepool label uses | 19:45 |
* jparker checking now | 19:45 | |
artom_ | jparker, https://zuul.opendev.org/t/openstack/build/abdea27bf6d44d81856998aca2126f79/log/zuul-info/host-info.compute.yaml#395 | 19:46 |
artom_ | 32 GB, apparently | 19:46 |
jparker | artom_: ok so maybe 4GB of 2MB and 4GB of 1MB? | 19:47 |
jparker | or maybe 2GB for each size | 19:48 |
artom__ | jparker, I suppose, though the less the better, as those pages are only usable by processes that explicitly request them | 19:49 |
artom__ | So they're unavailable for the rest of the system | 19:50 |
jparker | artom__: ack ok I'll start smaller first | 19:50 |
artom__ | So only the minimum of what's needed to run a small guest backed by huge pages | 19:50 |
*** artom__ is now known as artom | 19:50 | |
opendevreview | James Parker proposed openstack/whitebox-tempest-plugin master: [WIP] Add multiple hugepage size job https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/825011 | 20:13 |
opendevreview | James Parker proposed openstack/whitebox-tempest-plugin master: [WIP] Add multiple hugepage size job https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/825011 | 20:26 |
*** kopecmartin8 is now known as kopecmartin | 20:47 | |
opendevreview | Ghanshyam proposed openstack/tempest master: Revert "Make centos8 stream job non voting for bug#1957941" https://review.opendev.org/c/openstack/tempest/+/824962 | 22:09 |
opendevreview | James Parker proposed openstack/whitebox-tempest-plugin master: [WIP] Add multiple hugepage size job https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/825011 | 22:43 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!