From 618bb532ccc465f57e28214803d5c83537e1d52e Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 18 Jan 2019 01:37:44 +0000 Subject: [PATCH] Update git submodules * Update os-collect-config from branch 'master' - Merge "Change openstack-dev to openstack-discuss" - Drop baremetal job template https://review.openstack.org/#/c/619337/ switched the jobs to a noop for master and since this file is branched we no longer need to keep this template definition in this project. Change-Id: Ic3447b4c26b01a8f060ab495050602cf137ba396 - Change openstack-dev to openstack-discuss Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: I9ed3f7573f66259ae0c24d52cb257c21faa1512b - Don't quote {posargs} in tox.ini Quotes around {posargs} cause the entire string to be combined into one arg that gets passed to stestr. This prevents passing multiple args (e.g. '--concurrency=16 some-regex') Change-Id: I5e855bcb2503b9e4696566175b09b2947b86de1b Closes-Bug: #1801452 - Merge "Use templates for cover" - Don't ignore SIGPIPE By default Python configures SIGPIPE to be SIG_IGN, which means to ignore the signal. We don't want that as it causes problems when journald restarts and our log calls start triggering SIGPIPEs. Instead, we want to allow the SIGPIPE to kill the process so it can be restarted by systemd. Change-Id: I512139b96b2de8b372efc91e8a3fc8d33553405a Closes-Bug: 1795030 - Use templates for cover Small cleanups: * Use openstack-tox-cover template, this runs the cover job in the check queue only. Remove individual cover jobs. * Sort list of templates Change-Id: I4def2320a34e6ab152edaccd59e01a1a5d502680 - add python 3.6 unit test job This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I33a6c580372de6a40f8d01fa4117415528bd5782 Story: #2002586 Task: #24341 - import zuul job settings from project-config This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Icd037c89819618a976bef66cd3d6f3e3889cc5f4 Story: #2002586 Task: #24341 - Merge "Switch to stestr" - Add region support Now Heat is missing the region support for software deployment and so did os-collect-config. This patch fixes it but keeps the backward compatibility. For changes in Heat pls refer Iec6f3606c9fdf8474f393b0990356f34d38bcf75 and https://review.openstack.org/580470 For changes in Heat agents please refer I8e0518fa61e237ec055834dd4bebe0fc87cd6627 Story: 2002781 Change-Id: I88182a9a9af74e9760b2ec9b500971f06293f0b8 - Switch to stestr According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I761feb4cfcdc9347cd3f74b8b355c28476301127 - fix tox python3 overrides We want to default to running all tox environments under python 3, so set the basepython value in each environment. We do not want to specify a minor version number, because we do not want to have to update the file every time we upgrade python. We do not want to set the override once in testenv, because that breaks the more specific versions used in default environments like py35 and py36. Change-Id: I859649b7f4f9ab70617309947375d4886e14a860 --- os-collect-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-collect-config b/os-collect-config index 7de2fd8444..6bdbc35fbc 160000 --- a/os-collect-config +++ b/os-collect-config @@ -1 +1 @@ -Subproject commit 7de2fd8444fc4e42b86ecf91849f658cdf5d196e +Subproject commit 6bdbc35fbcf0df7a1d03fa2ef31da4028f03a2da