Skip to content
Snippets Groups Projects
Commit ea063c7a authored by garciadeblas's avatar garciadeblas
Browse files

Update stage-build to run tox sequentially


Change-Id: I967f19a8c35700290e93c9d8bd863b63b7c2d239
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 91166ba5
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,8 @@ dist_ro_vim_vmware
dist_ro_vim_gcp"
TOX_ENV_LIST="$(echo $PACKAGES | sed "s/ /,/g")"
PROCESSES=$(expr `nproc --a` / 2)
TOX_PARALLEL_NO_SPINNER=1 tox -e $TOX_ENV_LIST --parallel $PROCESSES
TOX_PARALLEL_NO_SPINNER=1 tox -e $TOX_ENV_LIST
# Copying packages
# RO plugin
......
#######################################################################################
# Copyright ETSI Contributors and Others.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#######################################################################################
---
other:
- |
Update stage-build to run tox sequentially.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment