mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Trying other debug methods
This commit is contained in:
parent
d77a0d5fc9
commit
ac09c433b3
7 changed files with 16 additions and 6 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -2019,7 +2019,8 @@ jobs:
|
|||
uses: actions/upload-artifact/merge@v4
|
||||
with:
|
||||
name: all-testrun-coverage-artifacts
|
||||
pattern: all-testrun-coverage-artifacts-*
|
||||
## DGM pattern: all-testrun-coverage-artifacts-*
|
||||
pattern: all-testrun-coverage-artifacts*
|
||||
separate-directories: false
|
||||
delete-merged: true
|
||||
|
||||
|
|
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
|
@ -2081,7 +2081,8 @@ jobs:
|
|||
uses: actions/upload-artifact/merge@v4
|
||||
with:
|
||||
name: all-testrun-coverage-artifacts
|
||||
pattern: all-testrun-coverage-artifacts-*
|
||||
## DGM pattern: all-testrun-coverage-artifacts-*
|
||||
pattern: all-testrun-coverage-artifacts*
|
||||
separate-directories: false
|
||||
delete-merged: true
|
||||
|
||||
|
|
3
.github/workflows/scheduled.yml
vendored
3
.github/workflows/scheduled.yml
vendored
|
@ -2058,7 +2058,8 @@ jobs:
|
|||
uses: actions/upload-artifact/merge@v4
|
||||
with:
|
||||
name: all-testrun-coverage-artifacts
|
||||
pattern: all-testrun-coverage-artifacts-*
|
||||
## DGM pattern: all-testrun-coverage-artifacts-*
|
||||
pattern: all-testrun-coverage-artifacts*
|
||||
separate-directories: false
|
||||
delete-merged: true
|
||||
|
||||
|
|
3
.github/workflows/templates/ci.yml.jinja
vendored
3
.github/workflows/templates/ci.yml.jinja
vendored
|
@ -362,7 +362,8 @@
|
|||
uses: actions/upload-artifact/merge@v4
|
||||
with:
|
||||
name: all-testrun-coverage-artifacts
|
||||
pattern: all-testrun-coverage-artifacts-*
|
||||
## DGM pattern: all-testrun-coverage-artifacts-*
|
||||
pattern: all-testrun-coverage-artifacts*
|
||||
separate-directories: false
|
||||
delete-merged: true
|
||||
|
||||
|
|
5
.github/workflows/test-action-macos.yml
vendored
5
.github/workflows/test-action-macos.yml
vendored
|
@ -319,6 +319,8 @@ jobs:
|
|||
name: testrun-coverage-artifacts-${{ inputs.distro-slug }}-${{ inputs.nox-session }}-${{ matrix.transport }}-${{ matrix.tests-chunk }}-${{ env.TIMESTAMP }}
|
||||
path: |
|
||||
artifacts/coverage/
|
||||
# DGM
|
||||
include-hidden-files: true
|
||||
|
||||
- name: Upload JUnit XML Test Run Artifacts
|
||||
if: always() && steps.download-artifacts-from-vm.outcome == 'success'
|
||||
|
@ -361,7 +363,8 @@ jobs:
|
|||
uses: actions/upload-artifact/merge@v4
|
||||
with:
|
||||
name: testrun-junit-artifacts-${{ inputs.distro-slug }}-${{ inputs.nox-session }}
|
||||
pattern: testrun-junit-artifacts-${{ inputs.distro-slug }}-${{ inputs.nox-session }}-*
|
||||
## DGM pattern: testrun-junit-artifacts-${{ inputs.distro-slug }}-${{ inputs.nox-session }}-*
|
||||
pattern: testrun-junit-artifacts-${{ inputs.distro-slug }}-${{ inputs.nox-session }}*
|
||||
separate-directories: false
|
||||
delete-merged: true
|
||||
|
||||
|
|
2
.github/workflows/test-action-windows.yml
vendored
2
.github/workflows/test-action-windows.yml
vendored
|
@ -289,6 +289,8 @@ jobs:
|
|||
name: testrun-coverage-artifacts-${{ inputs.distro-slug }}-${{ inputs.nox-session }}-${{ matrix.transport }}-${{ matrix.tests-chunk }}-grp${{ matrix.test-group || '1' }}-${{ env.TIMESTAMP }}
|
||||
path: |
|
||||
artifacts/coverage/
|
||||
# DGM
|
||||
include-hidden-files: true
|
||||
|
||||
- name: Upload JUnit XML Test Run Artifacts
|
||||
if: always() && steps.download-artifacts-from-vm.outcome == 'success'
|
||||
|
|
|
@ -251,7 +251,8 @@ jobs:
|
|||
uses: actions/upload-artifact/merge@v4
|
||||
with:
|
||||
name: pkg-testrun-artifacts-${{ inputs.distro-slug }}${{ inputs.fips && '-fips' || '' }}-${{ inputs.pkg-type }}
|
||||
pattern: pkg-testrun-artifacts-${{ inputs.distro-slug }}${{ inputs.fips && '-fips' || '' }}-${{ inputs.pkg-type }}-*
|
||||
## DGM pattern: pkg-testrun-artifacts-${{ inputs.distro-slug }}${{ inputs.fips && '-fips' || '' }}-${{ inputs.pkg-type }}-*
|
||||
pattern: pkg-testrun-artifacts-${{ inputs.distro-slug }}${{ inputs.fips && '-fips' || '' }}-${{ inputs.pkg-type }}*
|
||||
separate-directories: true
|
||||
delete-merged: true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue