Skip to content

Commit

Permalink
use overlay setting from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r committed Aug 7, 2024
1 parent 1a039a1 commit 417cf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

# Run the load test
- name: Run Load test
run: hack/load-tests/run-load-test.sh -n ${{ matrix.name }} -t ${{ matrix.type }} -m ${{ matrix.multi }} -b ${{ matrix.backpressure }} -d ${{ github.event.inputs.duration }} -o "${{ github.event.inputs.overlay }}"
run: hack/load-tests/run-load-test.sh -n ${{ matrix.name }} -t ${{ matrix.type }} -m ${{ matrix.multi }} -b ${{ matrix.backpressure }} -d ${{ github.event.inputs.duration }} -o "${{ matrix.overlay }}"

- name: Upload Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 417cf43

Please sign in to comment.