From 40e3194d7f974665f70fca3bff6ff07411de3da1 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Thu, 24 Apr 2025 09:39:11 +0100 Subject: [PATCH] Fix S3P failures in policy-clamp Issue-ID: POLICY-5346 Change-Id: Id3b38efb614758adaa044693fbc3109b3d2fcfcd Signed-off-by: waynedunican --- .github/workflows/gerrit-clamp-performance-test.yaml | 2 +- .github/workflows/gerrit-clamp-stability-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gerrit-clamp-performance-test.yaml b/.github/workflows/gerrit-clamp-performance-test.yaml index bfe78f1b8..4ea21b8b0 100644 --- a/.github/workflows/gerrit-clamp-performance-test.yaml +++ b/.github/workflows/gerrit-clamp-performance-test.yaml @@ -87,6 +87,6 @@ jobs: - name: Archive JMeter logs uses: actions/upload-artifact@v4 with: - name: acm-s3p-results + name: acm-s3p-jmeter-logs path: ${{ github.workspace }}/testsuites/automate-s3p-test/jmeter.log diff --git a/.github/workflows/gerrit-clamp-stability-test.yaml b/.github/workflows/gerrit-clamp-stability-test.yaml index c58d1d55a..069f82b4d 100644 --- a/.github/workflows/gerrit-clamp-stability-test.yaml +++ b/.github/workflows/gerrit-clamp-stability-test.yaml @@ -87,6 +87,6 @@ jobs: - name: Archive JMeter logs uses: actions/upload-artifact@v4 with: - name: acm-s3p-results + name: acm-s3p-jmeter-logs path: ${{ github.workspace }}/testsuites/automate-s3p-test/jmeter.log -- 2.16.6