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