Comment 3 for bug 1776981

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/578878
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=17b3bae64ca7aa4c1a6d296860cce6c0bfbb38a1
Submitter: Zuul
Branch: master

commit 17b3bae64ca7aa4c1a6d296860cce6c0bfbb38a1
Author: Matt Riedemann <email address hidden>
Date: Thu Jun 28 12:12:53 2018 -0400

    Use ironic-tempest-dsvm-ipa-wholedisk-bios-agent_ipmitool-tinyipa in tree

    ironic-tempest-dsvm-ipa-wholedisk-bios-agent_ipmitool-tinyipa is
    defined in the ironic repo but nova uses it because it's defined
    in the project-config repo with it's own irrelevant-files list.
    Due to a recent change in zuul [1], the definition from project-config
    overrides the irrelevant-files from the job definition in ironic and
    results in us running this job on things like docs-only changes in
    nova, which is not awesome.

    This change moves the job usage in-tree from project-config and updates
    the irrelevant-files list to match nova-dsvm-base.

    Since project-config is branchless, we'll have to backport this in-tree
    change to nova's stable branches to continue running this job on nova
    stable branches once the override is removed from project-config.

    [1] http://lists.openstack.org/pipermail/openstack-dev/2018-June/131304.html

    Change-Id: I9435fe84c8dc8a6f35ffb195ddbf71ca34edb242
    Closes-Bug: #1776981