From 6b4387dba913cf1b3ae4afaa2f0dde099eeb4729 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Thu, 24 Apr 2025 14:33:10 +0100 Subject: [PATCH] Fix S3P failures in policy-xacml Issue-ID: POLICY-5346 Change-Id: I68733b33c57e8a9724ef5cf8d6916cf42e86efca Signed-off-by: waynedunican --- .github/workflows/gerrit-xacml-performance-test.yaml | 2 +- .github/workflows/gerrit-xacml-stability-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6