From 4c92f56036fd25a4efd71d37f004e2c88bcc6b93 Mon Sep 17 00:00:00 2001 From: srinivasyanamadala Date: Fri, 28 Mar 2025 10:04:40 +0100 Subject: [PATCH] Updated workflow for s3p tests Issue-ID: POLICY-5221 Change-Id: I3259c8a44c26109bce0580f60df1af400278d218 Signed-off-by: srinivasyanamadala --- .github/workflows/gerrit-opa-performance-test.yaml | 4 ++-- .github/workflows/gerrit-opa-stability-test.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gerrit-opa-performance-test.yaml b/.github/workflows/gerrit-opa-performance-test.yaml index 54855dd..3231ecf 100755 --- a/.github/workflows/gerrit-opa-performance-test.yaml +++ b/.github/workflows/gerrit-opa-performance-test.yaml @@ -85,12 +85,12 @@ jobs: - name: Archive result jtl uses: actions/upload-artifact@v4 with: - name: policy-opa-s3p-results + name: policy-opa-s3p-results-jtl-perf path: ${{ github.workspace }}/testsuites/automate-s3p-test/s3pTestResults.jtl - name: Archive JMeter logs uses: actions/upload-artifact@v4 with: - name: policy-opa-s3p-results + name: policy-opa-s3p-results-jmeter-perf path: ${{ github.workspace }}/testsuites/automate-s3p-test/jmeter.log diff --git a/.github/workflows/gerrit-opa-stability-test.yaml b/.github/workflows/gerrit-opa-stability-test.yaml index 09db4c5..1785c46 100755 --- a/.github/workflows/gerrit-opa-stability-test.yaml +++ b/.github/workflows/gerrit-opa-stability-test.yaml @@ -85,12 +85,12 @@ jobs: - name: Archive result jtl uses: actions/upload-artifact@v4 with: - name: policy-opa-s3p-results + name: policy-opa-s3p-results-jtl-stability path: ${{ github.workspace }}/testsuites/automate-s3p-test/s3pTestResults.jtl - name: Archive JMeter logs uses: actions/upload-artifact@v4 with: - name: policy-opa-s3p-results + name: policy-opa-s3p-results-jmeter-stability path: ${{ github.workspace }}/testsuites/automate-s3p-test/jmeter.log -- 2.16.6