From: Swaraj Kumar Date: Mon, 24 Nov 2025 08:36:34 +0000 (+0530) Subject: Workflow issue fix for smoke test X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F15308%2F1;p=aiml-fw%2Fawmf%2Ftm.git Workflow issue fix for smoke test Tox issue fixed in the workflow component tests run after unit tests Issue-Id: AIMLFW-316 Change-Id: I259f6dc7cde6ed6a67cbed8a6ae3b11376508d62 Signed-off-by: Swaraj Kumar --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index bf7991b..9b301e2 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -82,9 +82,10 @@ jobs: GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }} TOX_ENVS: '["code"]' PYTHON_VERSION: '3.10' + PARALLEL: 1 component-test: - needs: prepare + needs: [prepare, call-gerrit-tox-verify] runs-on: ubuntu-latest timeout-minutes: 20 @@ -201,7 +202,7 @@ jobs: vote: if: ${{ always() }} # yamllint enable rule:line-length - needs: [prepare, call-gerrit-tox-verify] + needs: [prepare, call-gerrit-tox-verify,component-test] runs-on: ubuntu-latest steps: - uses: technote-space/workflow-conclusion-action@v3