Skip to content

Commit

Permalink
load-test: Use CDN backed url for asset when running load-test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 committed Dec 11, 2023
1 parent c680674 commit a8e3c51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/load-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on:
description: File to ingest
type: string
required: true
default: 'https://storage.googleapis.com/lp_testharness_assets/countdown_720p_30fps_2sGOP_noBframes_5min.mp4'
default: 'https://test-harness-gcp.livepeer.fish/countdown_720p_30fps_2sGOP_noBframes_5min.mp4'
region:
description: "(Optional) Single-node test: Region of node to be tested (also needs pod index below). e.g.: mdw"
type: string
Expand All @@ -50,8 +50,7 @@ on:
type: string
required: false
extra-args:
description:
(Optional) Additional arguments to send to load test orchestrator
description: "(Optional) Additional arguments to send to load test orchestrator"
type: string
required: false
jobs:
Expand Down

0 comments on commit a8e3c51

Please sign in to comment.