NTP-28802 | merge

This commit is contained in:
Aman Chaturvedi
2025-01-21 17:35:22 +05:30
parent 2c9f90ac1a
commit ff59390083

View File

@@ -45,29 +45,29 @@ on:
default: "3.2.1"
jobs:
trigger-generate-apk:
runs-on: ${{ github.event.inputs.runnerType }}
steps:
- name: Trigger generate-apk
uses: ./.github/workflows/newBuild.yml
with:
environment: ${{ github.event.inputs.environment }}
runnerType: ${{ github.event.inputs.runnerType }}
flavor: fieldAgents
releaseType: ${{ github.event.inputs.releaseType }}
type: ${{ github.event.inputs.type }}
version_code: ${{ github.event.inputs.version_code }}
version_name: ${{ github.event.inputs.version_name }}
# trigger-generate-apk:
# runs-on: ${{ github.event.inputs.runnerType }}
# steps:
# - name: Trigger generate-apk
# uses: ./.github/workflows/newBuild.yml
# with:
# environment: ${{ github.event.inputs.environment }}
# runnerType: ${{ github.event.inputs.runnerType }}
# flavor: fieldAgents
# releaseType: ${{ github.event.inputs.releaseType }}
# type: ${{ github.event.inputs.type }}
# version_code: ${{ github.event.inputs.version_code }}
# version_name: ${{ github.event.inputs.version_name }}
trigger-generate-apk-tele:
runs-on: ${{ github.event.inputs.runnerType }}
runs-on: default#${{ github.event.inputs.runnerType }}
steps:
- name: Trigger generate-apk-tele
uses: ./.github/workflows/hardReleaseTele.yml
with:
environment: ${{ github.event.inputs.environment }}
releaseType: ${{ github.event.inputs.releaseType }}
environment: QA #${{ github.event.inputs.environment }}
releaseType: TEST_BUILD #${{ github.event.inputs.releaseType }}
flavor: callingAgents
type: ${{ github.event.inputs.type }}
version_code: ${{ github.event.inputs.version_code }}
version_name: ${{ github.event.inputs.version_name }}
type: release #${{ github.event.inputs.type }}
version_code: 300 #${{ github.event.inputs.version_code }}
version_name: 12.2.2 #${{ github.event.inputs.version_name }}