Skip to content

RDKEMW-10671 : Intermittent failure on Testframework while running entservices-softwareupdate workflows. #810

RDKEMW-10671 : Intermittent failure on Testframework while running entservices-softwareupdate workflows.

RDKEMW-10671 : Intermittent failure on Testframework while running entservices-softwareupdate workflows. #810

Workflow file for this run

permissions:
contents: read
name: main-workflow
on:
push:
branches: [ main, develop, 'sprint/**', 'release/**' ]
pull_request:
branches: [ main, develop, 'sprint/**', 'release/**' ]
jobs:
trigger-L1:
uses: ./.github/workflows/L1-tests.yml
with:
caller_source: local
secrets:
RDKCM_RDKE: ${{ secrets.RDKCM_RDKE }}
trigger-L2:
uses: ./.github/workflows/L2-tests.yml
with:
caller_source: local
secrets:
RDKCM_RDKE: ${{ secrets.RDKCM_RDKE }}