commit | 0327bc227b7aa15f15328b32309fecd506a27830 | [log] [tgz] |
---|---|---|
author | Ghanshyam <gmann@ghanshyammann.com> | Wed Jan 22 18:23:15 2020 -0600 |
committer | Ghanshyam Mann <gmann@ghanshyammann.com> | Fri Jan 24 14:12:57 2020 +0000 |
tree | 8c210679008f6967e6a78edc23fbab674489fcf5 | |
parent | 1b63b3d7aa5b3b446c62cf9137106ba4d9230e7a [diff] |
Remove TEMPEST_BRANCH var from neutron queens job. In devstack install_Tempest, ref is taken by TEMPEST_BRANCH var[1]. TEMPEST_BRANCH var on zuul job definitoin is priority than the default value in devstack[2]. When we set the queens compatible Tempest tag[1] (with review style not by tag name) on devstack stable/queens, that is not taken by devstack because neutron queens job define the smae with different value[4]. Also Tag name (for example queens-em) never work because of devstack logic. Tempest tag name only work if RECLONE is true otherwise it should be gerrit ref style. So always Tempest master is installed on queens jobs. Let's remove the TEMPEST_BRANCH from neutron jobs and rely on devstack deafult value. CLoses-Bug: 1859988 [1] https://github.com/openstack/devstack/blob/stable/queens/lib/tempest#L658 [2] https://github.com/openstack/devstack/blob/786c485cf6d664163b4ee3d390c62693a9e0d036/stackrc#L313 [3] https://review.opendev.org/#/c/703679/ [4] https://zuul.opendev.org/t/openstack/build/0cc32b278afe4e51b787d87d480f7092/log/job-output.txt#12370 Change-Id: I07beb6e7bdcbaf7ffe72d47f9edb90df40641e68