Allow to run with single tox environment 23/13123/1
authorGulsum Atici <gulsum.atici@canonical.com>
Wed, 29 Mar 2023 19:04:38 +0000 (22:04 +0300)
committeraticig <gulsum.atici@canonical.com>
Thu, 30 Mar 2023 19:47:46 +0000 (20:47 +0100)
Change-Id: Ic77729d86449daf401602baf3fb35563aa87e10a
Signed-off-by: Gulsum Atici <gulsum.atici@canonical.com>
(cherry picked from commit f694e82b477d4f8a5bdf3ae0bcbfd00440067ad8)

devops-stages/stage-test.sh
releasenotes/notes/single_tox_environment-30aaca72e8b59c4e.yaml [new file with mode: 0644]

index 0a6177a..3abc489 100755 (executable)
@@ -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 (file)
index 0000000..3730af4
--- /dev/null
@@ -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.
+