File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1542,13 +1542,13 @@ jobs:
1542
1542
- uses : actions/upload-artifact@v4
1543
1543
if : ${{ !cancelled() }}
1544
1544
with :
1545
- name : archive splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} tests artifacts
1545
+ name : archive splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} tests artifacts
1546
1546
path : |
1547
1547
${{ needs.setup.outputs.directory-path }}/test-results
1548
1548
- uses : actions/upload-artifact@v4
1549
1549
if : ${{ !cancelled() }}
1550
1550
with :
1551
- name : archive splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} tests logs
1551
+ name : archive splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} tests logs
1552
1552
path : |
1553
1553
${{ needs.setup.outputs.directory-path }}/argo-logs
1554
1554
- name : Test Report
@@ -1773,13 +1773,13 @@ jobs:
1773
1773
- uses : actions/upload-artifact@v4
1774
1774
if : ${{ !cancelled() }}
1775
1775
with :
1776
- name : archive splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} tests artifacts
1776
+ name : archive splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} tests artifacts
1777
1777
path : |
1778
1778
${{ needs.setup.outputs.directory-path }}/test-results
1779
1779
- uses : actions/upload-artifact@v4
1780
1780
if : ${{ !cancelled() }}
1781
1781
with :
1782
- name : archive splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} tests logs
1782
+ name : archive splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} tests logs
1783
1783
path : |
1784
1784
${{ needs.setup.outputs.directory-path }}/argo-logs
1785
1785
- name : Test Report
You can’t perform that action at this time.
0 commit comments