From: waynedunican Date: Thu, 24 Apr 2025 13:27:39 +0000 (+0100) Subject: Fix S3P test failures in policy-apex-pdp X-Git-Tag: 4.2.0~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F140813%2F1;p=policy%2Fapex-pdp.git Fix S3P test failures in policy-apex-pdp Issue-ID: POLICY-5346 Change-Id: Ica721be7843249a0988f7c4991ebe97130b7f01b Signed-off-by: waynedunican --- diff --git a/.github/workflows/gerrit-apex-performance-test.yaml b/.github/workflows/gerrit-apex-performance-test.yaml index a391a6725..b2da97cbd 100644 --- a/.github/workflows/gerrit-apex-performance-test.yaml +++ b/.github/workflows/gerrit-apex-performance-test.yaml @@ -87,6 +87,6 @@ jobs: - name: Archive JMeter logs uses: actions/upload-artifact@v4 with: - name: policy-apex-s3p-results + name: policy-apex-jmeter-logs path: ${{ github.workspace }}/testsuites/automate-s3p-test/jmeter.log diff --git a/.github/workflows/gerrit-apex-stability-test.yaml b/.github/workflows/gerrit-apex-stability-test.yaml index c81f8621c..dad42b0db 100644 --- a/.github/workflows/gerrit-apex-stability-test.yaml +++ b/.github/workflows/gerrit-apex-stability-test.yaml @@ -87,5 +87,5 @@ jobs: - name: Archive JMeter logs uses: actions/upload-artifact@v4 with: - name: policy-apex-s3p-results + name: policy-apex-jmeter-logs path: ${{ github.workspace }}/testsuites/automate-s3p-test/jmeter.log