Skip to content

Commit

Permalink
Revert "[DEV] .github: Run branch container image"
Browse files Browse the repository at this point in the history
This reverts commit 79948f1.
  • Loading branch information
victorges committed Nov 30, 2023
1 parent 2fc7d4a commit 7f2d7cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/load-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
name: Run ${{ inputs.playback-protocol }} load test
runs-on: ubuntu-latest
container:
image: livepeer/webrtc-load-tester:vg-fix-goog-band-limit
image: livepeer/webrtc-load-tester:master
steps:
- name: calculate-dates-and-times
id: timestamp
Expand Down Expand Up @@ -179,7 +179,6 @@ jobs:
LT_WEBRTC_DURATION: ${{ inputs.duration }}
LT_WEBRTC_API_SERVER: ${{ steps.env.outputs.api-server }}
LT_WEBRTC_API_TOKEN: ${{ steps.env.outputs.api-token }}
LT_WEBRTC_CONTAINER_IMAGE: livepeer/webrtc-load-tester:vg-fix-goog-band-limit
LT_WEBRTC_STREAMER_REGION: ${{ inputs.streamer-region }}
LT_WEBRTC_STREAMER_BASE_URL: ${{ steps.env.outputs.streamer-base-url }}
LT_WEBRTC_STREAMER_INPUT_FILE: ${{ inputs.streamer-input-file }}
Expand Down

0 comments on commit 7f2d7cb

Please sign in to comment.