Skip to content

Commit 30fa54a

Browse files
fix: unique name for diag artifacts for marker runs (#322)
Test run: splunk/splunk-add-on-for-google-cloud-platform#757
1 parent 171543f commit 30fa54a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ jobs:
16151615
- uses: actions/upload-artifact@v4
16161616
if: ${{ failure() && steps.test_report.outputs.conclusion == 'failure' }}
16171617
with:
1618-
name: archive splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} tests diag
1618+
name: archive splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} tests diag
16191619
path: |
16201620
${{ needs.setup.outputs.directory-path }}/diag*
16211621
@@ -1835,7 +1835,7 @@ jobs:
18351835
uses: dorny/test-reporter@v1.9.1
18361836
if: ${{ !cancelled() }}
18371837
with:
1838-
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
1838+
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} test report
18391839
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
18401840
reporter: java-junit
18411841
- name: pull diag from s3 bucket
@@ -1846,7 +1846,7 @@ jobs:
18461846
- uses: actions/upload-artifact@v4
18471847
if: ${{ failure() && steps.test_report.outputs.conclusion == 'failure' }}
18481848
with:
1849-
name: archive splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} tests diag
1849+
name: archive splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} tests diag
18501850
path: |
18511851
${{ needs.setup.outputs.directory-path }}/diag*
18521852

0 commit comments

Comments
 (0)