Comment 1 for bug 2001916

Revision history for this message
Sandeep Yadav (sandeepyadav93) wrote :

Hello,

Based on the error, it is complaining that file tripleo_podman_install.yml was not found:-

https://logserver.rdoproject.org/openstack-periodic-integration-stable1/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-9-scenario010-kvm-standalone-wallaby/93e0f7b/job-output.txt
~~~
2023-01-05 10:10:00.813147 | ERROR! Could not find specified file in role: tasks/tripleo_podman_install.yml
~~~

but for wallaby, this file still exists: https://github.com/openstack/tripleo-ansible/blob/stable/wallaby/tripleo_ansible/roles/tripleo_podman/tasks/tripleo_podman_install.yml and only removed for master (in https://review.opendev.org/c/openstack/tripleo-ansible/+/865514)

We are checking out the master branch of tripleo-ansible in wallaby job:-

https://logserver.rdoproject.org/openstack-periodic-integration-stable1/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-9-scenario010-kvm-standalone-wallaby/93e0f7b/zuul-info/inventory.yaml

~~~
        opendev.org/openstack/tripleo-ansible:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/tripleo-ansible
          checkout: master
          checkout_description: zuul branch
          commit: 67c0fab640740ec5617172a6f080bebe87078e28
          name: openstack/tripleo-ansible
          required: true
          short_name: tripleo-ansible
          src_dir: src/opendev.org/openstack/tripleo-ansible
        opendev.org/openstack/tripleo-ci:
~~~