summaryrefslogtreecommitdiffstats
path: root/apex
diff options
context:
space:
mode:
Diffstat (limited to 'apex')
-rw-r--r--apex/build_utils.py2
-rw-r--r--apex/common/constants.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/apex/build_utils.py b/apex/build_utils.py
index 213ae115..78467875 100644
--- a/apex/build_utils.py
+++ b/apex/build_utils.py
@@ -86,7 +86,7 @@ def clone_fork(args):
logging.info('Checked out commit:\n{}'.format(ws.head.commit.message))
-def strip_patch_sections(patch, sections=['releasenotes']):
+def strip_patch_sections(patch, sections=['releasenotes', 'tests']):
"""
Removes patch sections from a diff which contain a file path
:param patch: patch to strip
diff --git a/apex/common/constants.py b/apex/common/constants.py
index 138166f0..2ad22ad5 100644
--- a/apex/common/constants.py
+++ b/apex/common/constants.py
@@ -51,7 +51,7 @@ PUPPET_ODL_URL = 'https://git.opendaylight.org/gerrit/integration/packaging' \
'/puppet-opendaylight'
DEBUG_OVERCLOUD_PW = 'opnfvapex'
NET_ENV_FILE = 'network-environment.yaml'
-DEPLOY_TIMEOUT = 90
+DEPLOY_TIMEOUT = 120
UPSTREAM_RDO = 'https://images.rdoproject.org/master/delorean/current' \
'-tripleo-rdo/'
OPENSTACK_GERRIT = 'https://review.openstack.org'