From a40b582a8c253006dea42cae74b9995a01b3a499 Mon Sep 17 00:00:00 2001 From: Moshe Maor Date: Thu, 22 Aug 2024 16:52:10 +0300 Subject: [PATCH] Create run_canary_full_flow.yaml --- .github/workflows/run_canary_full_flow.yaml | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/workflows/run_canary_full_flow.yaml diff --git a/.github/workflows/run_canary_full_flow.yaml b/.github/workflows/run_canary_full_flow.yaml new file mode 100644 index 0000000..2ccca7a --- /dev/null +++ b/.github/workflows/run_canary_full_flow.yaml @@ -0,0 +1,32 @@ +## Canary CI/CD +name: Canary Full Flow +run-name: Canary Full Flow + +on: + push: + branches: + - master + +jobs: + test: + uses: kaltura/playkit-js-common/.github/workflows/cypress.yml@master + secrets: inherit + + canary-full-flow: + if: ${{ github.actor != 'PlaykitJs-Bot' }} + uses: kaltura/ovp-pipelines-pub/.github/workflows/player_cicd.yaml@master + secrets: + PLAYER_CENTRAL_ACCOUNT_ID: ${{ secrets.PLAYER_CENTRAL_ACCOUNT_ID }} + PLAYER_SERVICES_ACCOUNT_ID: ${{ secrets.PLAYER_SERVICES_ACCOUNT_ID }} + PLAYER_S3_BUCKET_DEPLOYMENT: ${{ secrets.PLAYER_S3_BUCKET_DEPLOYMENT }} + PLAYER_S3_BUCKET_APPS: ${{ secrets.PLAYER_S3_BUCKET_APPS }} + PLAYER_NPM_TOKEN: ${{ secrets.PLAYER_NPM_TOKEN }} + PLAYER_LAMBDA_NAME: ${{ secrets.PLAYER_LAMBDA_NAME }} + PLAYER_MSTEAMS_WEBHOOK: ${{ secrets.PLAYER_MSTEAMS_WEBHOOK }} + PLAYER_GITHUB_BOT_TOKEN: ${{ secrets.PLAYER_GITHUB_BOT_TOKEN }} + with: + type: "plugin" + stage: "canary" + node-version: "18.x" + schema-type: "playerV3Versions" + tests-yarn-run-to-execute: 'build'