diff options
Diffstat (limited to '.github/workflows/gerrit-policy-api-performance.yaml')
-rw-r--r-- | .github/workflows/gerrit-policy-api-performance.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/gerrit-policy-api-performance.yaml b/.github/workflows/gerrit-policy-api-performance.yaml index 4e557ae8..47f436cd 100644 --- a/.github/workflows/gerrit-policy-api-performance.yaml +++ b/.github/workflows/gerrit-policy-api-performance.yaml @@ -66,3 +66,9 @@ jobs: name: policy-api-s3p-results path: ${{ github.workspace }}/testsuites/automate-performance/s3pTestResults.jtl + - name: Archive JMeter logs + uses: actions/upload-artifact@v4 + with: + name: policy-api-s3p-jmeter-log + path: ${{ github.workspace }}/testsuites/automate-performance/jmeter.log + |