From: waynedunican Date: Thu, 24 Apr 2025 13:33:10 +0000 (+0100) Subject: Fix S3P failures in policy-xacml X-Git-Tag: 4.2.0~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6b4387dba913cf1b3ae4afaa2f0dde099eeb4729;p=policy%2Fxacml-pdp.git Fix S3P failures in policy-xacml Issue-ID: POLICY-5346 Change-Id: I68733b33c57e8a9724ef5cf8d6916cf42e86efca Signed-off-by: waynedunican --- diff --git a/.github/workflows/gerrit-xacml-performance-test.yaml b/.github/workflows/gerrit-xacml-performance-test.yaml index fac3180c..da5f8cc6 100644 --- a/.github/workflows/gerrit-xacml-performance-test.yaml +++ b/.github/workflows/gerrit-xacml-performance-test.yaml @@ -87,6 +87,6 @@ jobs: - name: Archive JMeter logs uses: actions/upload-artifact@v4 with: - name: policy-xacml-s3p-results + name: policy-xacml-jmeter-logs path: ${{ github.workspace }}/testsuites/automate-s3p-test/jmeter.log diff --git a/.github/workflows/gerrit-xacml-stability-test.yaml b/.github/workflows/gerrit-xacml-stability-test.yaml index 5e34faec..b9edd47a 100644 --- a/.github/workflows/gerrit-xacml-stability-test.yaml +++ b/.github/workflows/gerrit-xacml-stability-test.yaml @@ -87,6 +87,6 @@ jobs: - name: Archive JMeter logs uses: actions/upload-artifact@v4 with: - name: policy-xacml-s3p-results + name: policy-xacml-jmeter-logs path: ${{ github.workspace }}/testsuites/automate-s3p-test/jmeter.log