From: Jessica Wagantall Date: Wed, 10 Apr 2024 21:41:15 +0000 (-0700) Subject: CI: Migrate tox verify from Jenkins to GHA X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=052364d88a26611b00e6c4e4c18d0342fe3c53ba;p=nonrtric%2Fplt%2Frappcatalogue.git CI: Migrate tox verify from Jenkins to GHA Change-Id: Ib48c03120680f1584f58f5c52e3ebfcf4a662f63 Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-novote-verify.yaml b/.github/workflows/gerrit-verify.yaml similarity index 98% rename from .github/workflows/gerrit-novote-verify.yaml rename to .github/workflows/gerrit-verify.yaml index 2bf69b7..90f139f 100644 --- a/.github/workflows/gerrit-novote-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -63,7 +63,6 @@ jobs: gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }} gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }} vote-type: clear - comment-only: "true" - name: Allow replication run: sleep 10s @@ -100,4 +99,3 @@ jobs: gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }} gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }} vote-type: ${{ env.WORKFLOW_CONCLUSION }} - comment-only: "true"