From: waynedunican Date: Thu, 24 Apr 2025 08:39:11 +0000 (+0100) Subject: Fix S3P failures in policy-clamp X-Git-Tag: 8.2.0~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F140790%2F3;p=policy%2Fclamp.git Fix S3P failures in policy-clamp Issue-ID: POLICY-5346 Change-Id: Id3b38efb614758adaa044693fbc3109b3d2fcfcd Signed-off-by: waynedunican --- 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