Skip to content

Commit

Permalink
ci: Add Chromecast GTV device to the lab (#5612)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Sep 8, 2023
1 parent fb5f671 commit 14ae36d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shaka-bot-commands/command-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ WORKFLOW_ARGS=( "pr=$PR_NUMBER" )

case "${SHAKA_BOT_ARGUMENTS[0]}" in
# CE devices only.
ce) WORKFLOW_ARGS+=( "browser_filter=Tizen Chromecast ChromeAndroid" ) ;;
ce) WORKFLOW_ARGS+=( "browser_filter=Tizen ChromecastUltra ChromecastGTV ChromeAndroid" ) ;;

# No command argument, no extra workflow arguments.
"") ;;
Expand Down
7 changes: 6 additions & 1 deletion build/shaka-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,13 @@ ChromeAndroid:
- *basic_chrome_config
- *android_chrome_config

Chromecast:
ChromecastUltra:
browser: chromecast
version: Ultra

ChromecastGTV:
browser: chromecast
version: GTV

Chromebook:
# TODO(b/145916766): Persistent license tests failing
Expand Down

0 comments on commit 14ae36d

Please sign in to comment.