Canary Full Flow #85
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Canary CI/CD | |
name: Canary Full Flow | |
run-name: Canary Full Flow | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
canary-full-flow: | |
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: "player" | |
player-type: "ovp tv" | |
stage: "canary" | |
schema-type: "playerV3Versions" | |
tests-yarn-run-to-execute: 'build eslint flow test' | |
yarn-upgrade-list: "@playkit-js/playkit-js@canary @playkit-js/playkit-js-dash@canary @playkit-js/playkit-js-hls@canary @playkit-js/playkit-js-ui@canary @playkit-js/playkit-js-providers@canary" |