Skip to content

Commit

Permalink
Use 3 hours timeout for gate jobs and install yum-axelget
Browse files Browse the repository at this point in the history
We have much more images and need more time to build jobs.

Install yum-axelget to make download more faster.

Change-Id: I8af9aef98864214a16eb0fad2142bd1679afe94e
  • Loading branch information
jeffrey4l committed Nov 21, 2017
1 parent d6b1cee commit 6b6003b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
- job:
name: kolla-base
parent: base
timeout: 5400
timeout: 10200
pre-run: tests/playbooks/pre.yml
run: tests/playbooks/run.yml
post-run: tests/playbooks/post.yml
Expand Down Expand Up @@ -120,7 +120,6 @@
- job:
name: kolla-publish-centos-source
parent: kolla-build-centos-source
timeout: 10800
post-run: tests/playbooks/publish.yml
vars:
publisher: true
Expand Down Expand Up @@ -149,7 +148,6 @@
- job:
name: kolla-publish-ubuntu-source
parent: kolla-build-ubuntu-source
timeout: 10800
post-run: tests/playbooks/publish.yml
vars:
publisher: true
Expand Down Expand Up @@ -178,7 +176,6 @@
- job:
name: kolla-publish-oraclelinux-source
parent: kolla-build-oraclelinux-source
timeout: 10800
post-run: tests/playbooks/publish.yml
vars:
publisher: true
Expand Down
6 changes: 4 additions & 2 deletions docker/base/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ RUN yum -y install \
'python',
'scsi-target-utils',
'sudo',
'which'
'which',
'yum-axelget'
] %}
# Install base packages
{{ macros.install_packages( base_centos_binary_packages | customizable("centos_binary_packages")) }}
Expand All @@ -241,7 +242,8 @@ RUN yum -y install \
'scsi-target-utils',
'sudo',
'tar',
'which'
'which',
'yum-axelget'
] %}
# Update packages
{{ macros.install_packages( base_centos_source_packages | customizable("centos_source_packages")) }}
Expand Down

0 comments on commit 6b6003b

Please sign in to comment.