Comment 7 for bug 1979971

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-ansible (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/848130
Committed: https://opendev.org/openstack/tripleo-ansible/commit/22afe5a24f11753eb6cc9164f8c32a2d35256e4d
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 22afe5a24f11753eb6cc9164f8c32a2d35256e4d
Author: Chandan Kumar (raukadah) <email address hidden>
Date: Tue May 17 11:20:32 2022 +0530

    Rename molecule jobs to centos-stream

    https://review.opendev.org/839688 ports the job from
    centos-stream 8 to 9, but the patch size is getting
    bigger and job failures are also high.

    In order to avoid updating the job definitions each time a
    new centos stream release comes, it renames the job
    definitions.

    It also includes:
    - Put the platform mol config under tripleo_dnf_stream
    - Add cleanup step in tripleo_container_configs to cleanup the artifacts
    - Making molecule-tripleo_metrics_qdr job non-voting till
      https://bugs.launchpad.net/tripleo/+bug/1973874 gets fixed.

    Note: It is not a clean cherry-pick, It also includes
    - Job names are modified which were running in wallaby.
    - Added vars to collectd mol job to fix retry_limit
    - Marking following job to non-voting due to
      https://bugs.launchpad.net/tripleo/+bug/1979971
      * tripleo-ansible-centos-stream-molecule-tripleo_redhat_enforce
      * tripleo-ansible-centos-stream-molecule-tripleo-modules
      * tripleo-ansible-centos-stream-molecule-tripleo_update_trusted_cas
      https://bugs.launchpad.net/tripleo/+bug/1979972
      * tripleo-ansible-centos-stream-molecule-tripleo_collectd

    Related-Bug: #1979971
    Related-Bug: #1979972

    Signed-off-by: Chandan Kumar (raukadah) <email address hidden>
    Change-Id: I21dd3741b54ed434e16d89db03e4e37ea093eabb
    (cherry picked from commit d072f6d18ff3bc8c2932b2c5af7ba36f2b20813b)