From 1463728096e0ad37450e41171fdc0f991123c96e Mon Sep 17 00:00:00 2001 From: Ravi Pendurty Date: Wed, 23 Jul 2025 11:29:49 +0530 Subject: [PATCH] Test commit for gerrit-merge trigger Test commit to see if artifacts are uploading to nexus Issue-ID: OAM-482 Change-Id: Ia9b9059d191d6b2aa4014f2fb692f73b1cf637cc Signed-off-by: Ravi Pendurty --- .github/workflows/gerrit-merge.yaml | 20 ++++++++++---------- README.md | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml index 3ee2c1d..ebd3629 100644 --- a/.github/workflows/gerrit-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -12,14 +12,14 @@ on: description: "Branch that change is against" required: true type: string - GERRIT_CHANGE_ID: - description: "The ID for the change" - required: true - type: string - GERRIT_CHANGE_NUMBER: - description: "The Gerrit number" - required: true - type: string + # GERRIT_CHANGE_ID: + # description: "The ID for the change" + # required: true + # type: string + # GERRIT_CHANGE_NUMBER: + # description: "The Gerrit number" + # required: true + # type: string GERRIT_CHANGE_URL: description: "URL to the change" required: true @@ -69,8 +69,8 @@ jobs: uses: ravipendurty/releng-reusable-workflows/.github/workflows/compose-make-merge.yaml@main with: GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }} - GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }} - GERRIT_CHANGE_NUMBER: ${{ inputs.GERRIT_CHANGE_NUMBER }} + # GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }} + # GERRIT_CHANGE_NUMBER: ${{ inputs.GERRIT_CHANGE_NUMBER }} GERRIT_CHANGE_URL: ${{ inputs.GERRIT_CHANGE_URL }} GERRIT_EVENT_TYPE: ${{ inputs.GERRIT_EVENT_TYPE }} GERRIT_PATCHSET_NUMBER: ${{ inputs.GERRIT_PATCHSET_NUMBER }} diff --git a/README.md b/README.md index 4b307d7..8ea7fc9 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,4 @@ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENS - Test commit to check GHA triggering - Test commit to check GHA triggering - Test commit to check GHA triggering +- Test commit to check GHA triggering -- 2.16.6