tosky | as far as I know, it does: we have a few jobs were we set the appropriate value which in turns is added to LIBS_FROM_GIT and let os-brick be sources from git instead of pip | 00:03 |
---|---|---|
abdi | tosky: Thanks. In your env, do you specifically see a clone folder of the os-brick repo the source is built from? | 00:05 |
tosky | adding os-brick to required-projects here https://opendev.org/openstack/os-brick/src/branch/master/.zuul.yaml#L91 triggers some internal code to add os-brick to LIBS_FROM_GIT | 00:06 |
tosky | abdi: we let zuul do the magic | 00:06 |
tosky | but that's where clarkb is more expert than me | 00:06 |
clarkb | ya for upstream CI zuul is expected to set up git repos to ensure speculative testing works | 00:08 |
clarkb | you need to add os-brick to the required-projects list for the job upstream if that is what you are doing | 00:08 |
tosky | ok, those are the logs from a recent job, the only one I could fine (no many new reviews on os-brick in the last month) | 00:08 |
tosky | this is the review: https://review.opendev.org/c/openstack/os-brick/+/866461 | 00:09 |
tosky | you can see that in the generated local.conf, os-brick is listed in the LIBS_FROM_GIT: https://11bfa8da75ad29efd466-99bfed502b9130cc4d1d06a7b48bd458.ssl.cf2.rackcdn.com/866461/4/check/os-brick-src-tempest-lvm-lio-barbican/74bb155/controller/logs/local_conf.txt | 00:09 |
tosky | and here is the log from the job execution: https://11bfa8da75ad29efd466-99bfed502b9130cc4d1d06a7b48bd458.ssl.cf2.rackcdn.com/866461/4/check/os-brick-src-tempest-lvm-lio-barbican/74bb155/job-output.txt | 00:09 |
tosky | if you check around timestamp 2022-12-05 07:26:37.598531 , you should see what devstack does when it finds os-brick listed there | 00:10 |
abdi | Toksy: Thanks for the logs. I can see the explicit git clone operation for os-brick as well: git clone --bare /opt/git/opendev.org/openstack/os-brick /home/zuul/src/opendev.org/openstack/os-brick/ | 00:16 |
abdi | This helps clear up my expectations were valid. I need to figure out why it isn’t cloning in my env. Thanks again. | 00:17 |
*** yadnesh|away is now known as yadnesh | 04:10 | |
*** akekane is now known as abhishekk | 05:00 | |
*** pojadhav- is now known as pojadhav|rover | 06:04 | |
opendevreview | Pierre Riteau proposed openstack/tempest master: Synchronize scheduler_enabled_filters with Nova https://review.opendev.org/c/openstack/tempest/+/868159 | 08:38 |
*** akahat|ruck is now known as akahat|ruck|lunch | 09:42 | |
opendevreview | Slawek Kaplonski proposed openstack/grenade master: Remove lib/neutron-legacy leftovers https://review.opendev.org/c/openstack/grenade/+/868190 | 10:16 |
opendevreview | Gal Amado proposed openstack/tempest master: Do Not Merge https://review.opendev.org/c/openstack/tempest/+/868198 | 10:45 |
*** akahat|ruck|lunch is now known as akahat|ruck | 11:05 | |
*** yadnesh is now known as yadnesh|away | 12:39 | |
abdi | Toksy, Clarkb. Thank you for the responses yesterday. I was able to get things sorted out in my config. I now get os-brick properly clone from git and used during devstack deploy. | 14:11 |
abdi | Does anyone know if the following tests were deprecated from tempest? They consistently failed on both FC and iSCSi with the error Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ‘’}. I am using the master tempest branch. | 14:22 |
abdi | https://www.irccloud.com/pastebin/fHCCsyeT | 14:23 |
*** jpena|off is now known as jpena | 14:40 | |
*** eliadcohen_ is now known as eliadcohen | 15:26 | |
eliadcohen | no office hours today? | 15:27 |
clarkb | eliadcohen: the mailing list says that is correct. The next office hours session will be on January 10 | 15:53 |
clarkb | abdi: can you share what the problem was? | 15:53 |
eliadcohen | clarkb, thanks. Happy new year all! | 15:57 |
*** haleyb_away is now known as haleyb | 16:02 | |
*** whoami-rajat__ is now known as whoami-rajat | 16:45 | |
*** jpena is now known as jpena|off | 17:20 | |
gmann | eliadcohen: next 3 office hours are canceled. | 18:11 |
gmann | abdi: no, those tests are not deprecated. you need to check logs (nova or cinder) to find the reason for 404 | 18:12 |
eliadcohen_ | ack thanks gmann | 19:27 |
*** eliadcohen_ is now known as eliadcohen | 19:27 | |
*** haleyb is now known as haleyb_away | 23:22 | |
abdi | clarkb: In my config, after some digging, I found that when I added LIBS_FROM_GIT=os-brick to local.conf, os-brick (specific desired branch) source is cloned into /root/ of the target server where devstack will be deployed. I decided instead to add LIBS_FROM_GIT=os-brick to strackrc. That caused os-brick to be cloned to /opt/stack/ and that version is used during install. It’s a bit odd since I expected local.conf to | 23:43 |
abdi | override stackrc cfg options. I have not looked into this further since I needed to test my CI’s ability to trigger on os-brick changes. Now that I’ve got my CI triggers sorted out, I’ll circle back to this after I investigate the tempest failure I seeing. | 23:43 |
abdi | gmann Thanks. | 23:44 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!