Skip to content

Commit

Permalink
eve: Limit simultaneous build for install stage to 20
Browse files Browse the repository at this point in the history
Limit number of parallel stage that need to spawn Openstack VMs to 20 to
not consume too much ressource during builds.

NOTE: `simultaneous_build` will not fail the stage if we already have 20
running, but will just wait for one to finish before starting the new
one.
  • Loading branch information
TeddyAndrieux committed Apr 20, 2020
1 parent 968bc28 commit c026db2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eve/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ stages:
TEST_SUITE: install
CLASS_NAME: single-node.centos7
TEST_NAME: simple environment
simultaneous_builds: 20
worker: &single_node_worker
type: openstack
image: CentOS-7-x86_64-GenericCloud-1809.qcow2
Expand Down Expand Up @@ -524,6 +525,7 @@ stages:
TEST_SUITE: install
CLASS_NAME: multi-node.centos7
TEST_NAME: 1 bootstrap 1 master,etcd
simultaneous_builds: 20
worker:
<<: *single_node_worker
flavor: m1.medium
Expand Down

0 comments on commit c026db2

Please sign in to comment.