diff --git a/devops-stages/stage-build.sh b/devops-stages/stage-build.sh index 88182897b96fbd1159b76f76985b7d1da9ea8a63..3ac7ab606d39e51d81a3f80519a8df462314979d 100755 --- a/devops-stages/stage-build.sh +++ b/devops-stages/stage-build.sh @@ -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 diff --git a/releasenotes/notes/update_stage_build-49b24abdeba0e581.yaml b/releasenotes/notes/update_stage_build-49b24abdeba0e581.yaml new file mode 100644 index 0000000000000000000000000000000000000000..800351e8336b91a1bb18e192ac5c5375bdc59777 --- /dev/null +++ b/releasenotes/notes/update_stage_build-49b24abdeba0e581.yaml @@ -0,0 +1,20 @@ +####################################################################################### +# 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.