From: Gulsum Atici Date: Wed, 29 Mar 2023 19:04:38 +0000 (+0300) Subject: Allow to run with single tox environment X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=02eeb8d06cb2a0026d3d82588c170a94db314212 Allow to run with single tox environment Change-Id: Ic77729d86449daf401602baf3fb35563aa87e10a Signed-off-by: Gulsum Atici (cherry picked from commit f694e82b477d4f8a5bdf3ae0bcbfd00440067ad8) --- diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index 0a6177a9..3abc489a 100755 --- a/devops-stages/stage-test.sh +++ b/devops-stages/stage-test.sh @@ -15,6 +15,6 @@ set -e echo "Launching tox" -tox --parallel=auto +tox diff --git a/releasenotes/notes/single_tox_environment-30aaca72e8b59c4e.yaml b/releasenotes/notes/single_tox_environment-30aaca72e8b59c4e.yaml new file mode 100644 index 00000000..3730af47 --- /dev/null +++ b/releasenotes/notes/single_tox_environment-30aaca72e8b59c4e.yaml @@ -0,0 +1,23 @@ +####################################################################################### +# 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: + - | + Running several tox environment parallely causes failures during stage tests frequently. + Although the reason is not clear, we are suspicious that environments are affecting each other. + This change allows to run only one tox environment at the same time. +