Skip to content

use live api endpoint#16

Open
ianjennings wants to merge 1 commit into
mainfrom
ian/test-live-api
Open

use live api endpoint#16
ianjennings wants to merge 1 commit into
mainfrom
ian/test-live-api

Conversation

@ianjennings

@ianjennings ianjennings commented May 12, 2026

Copy link
Copy Markdown
Contributor

View in Codesmith
Need help on this PR? Tag @codesmith with what you need.

  • Let Codesmith autofix CI failures and bot reviews

Copilot AI review requested due to automatic review settings May 12, 2026 17:08

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR switches the Dashcam GitHub composite actions to use the live TestDriver API endpoint by updating the TD_API_ROOT environment variable.

Changes:

  • Update TD_API_ROOT from https://api-canary.testdriver.ai to https://api.testdriver.ai in the start action.
  • Update TD_API_ROOT from https://api-canary.testdriver.ai to https://api.testdriver.ai in the stop action.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
stop/action.yml Points the Windows “Stop Recording” step at the live API root.
start/action.yml Points the Windows “Start Recording” step at the live API root.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread stop/action.yml
shell: pwsh
env:
TD_API_ROOT: https://api-canary.testdriver.ai
TD_API_ROOT: https://api.testdriver.ai
Comment thread start/action.yml
LOG_FILE_PATHS: ${{ inputs.log-file-paths }}
CONNECTION_TIMEOUT: ${{ inputs.connection-timeout }}
TD_API_ROOT: https://api-canary.testdriver.ai
TD_API_ROOT: https://api.testdriver.ai
Comment thread start/action.yml
Comment on lines 29 to +31
LOG_FILE_PATHS: ${{ inputs.log-file-paths }}
CONNECTION_TIMEOUT: ${{ inputs.connection-timeout }}
TD_API_ROOT: https://api-canary.testdriver.ai
TD_API_ROOT: https://api.testdriver.ai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants