Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix: Integration tests debug archive (#291)
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Ludwig <raphael.ludwig@dynatrace.com>
  • Loading branch information
Raffy23 authored Jun 23, 2022
1 parent ab919bf commit 4cdb40b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: keptn generate support-archive
if: always()
env:
SUPPORT_ARCHIVE_FILENAME: keptn-support-archive-${{ github.run_id }}-${{ matrix.keptn-version }}-netpolicy-${{ matrix.network-policy }}
SUPPORT_ARCHIVE_FILENAME: keptn-support-archive-${{ github.run_id }}-${{ matrix.keptn-version }}-netpolicy-${{ matrix.network-policy }}-jobnetpolicy-${{matrix.job-network-policy}}
timeout-minutes: 5
run: |
mkdir support-archive/
Expand All @@ -141,7 +141,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v2
with:
name: keptn-support-archive-${{matrix.keptn-version}}-netpolicy-${{ matrix.network-policy }}
name: keptn-support-archive-${{matrix.keptn-version}}-netpolicy-${{ matrix.network-policy }}-jobnetpolicy-${{matrix.job-network-policy}}
path: support-archive/*.zip

- name: Dump k8s debug info
Expand All @@ -158,7 +158,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v2
with:
name: k8s-debug-archive-${{matrix.keptn-version}}-netpolicy-${{matrix.network-policy}}
name: k8s-debug-archive-${{matrix.keptn-version}}-netpolicy-${{matrix.network-policy}}-jobnetpolicy-${{matrix.job-network-policy}}
path: k8s_debug/

publish_final_test_report:
Expand Down

0 comments on commit 4cdb40b

Please sign in to comment.