Update stage-build to run tox sequentially 90/13290/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 11 Apr 2023 08:08:26 +0000 (10:08 +0200)
committeraticig <gulsum.atici@canonical.com>
Wed, 26 Apr 2023 15:52:59 +0000 (17:52 +0200)
Change-Id: I967f19a8c35700290e93c9d8bd863b63b7c2d239
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
(cherry picked from commit ea063c7a6ae6a5d7e11e8c22f9707d5c8f674ac7)

devops-stages/stage-build.sh
releasenotes/notes/update_stage_build-49b24abdeba0e581.yaml [new file with mode: 0644]

index c0ca188..3ac7ab6 100755 (executable)
@@ -37,7 +37,6 @@ 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
 
diff --git a/releasenotes/notes/update_stage_build-49b24abdeba0e581.yaml b/releasenotes/notes/update_stage_build-49b24abdeba0e581.yaml
new file mode 100644 (file)
index 0000000..800351e
--- /dev/null
@@ -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.