зеркало из https://github.com/microsoft/msquic.git
Tag artifacts uploaded due to a failure with their corresponding test type (#3767)
* Tag artifacts uploaded as 'Stress' from a failing stress test * Tag the other tests as well --------- Co-authored-by: Jack He <jackhe@microsoft.com>
This commit is contained in:
Родитель
1388329386
Коммит
69784e2486
|
@ -166,7 +166,7 @@ jobs:
|
|||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
|
||||
if: failure()
|
||||
with:
|
||||
name: ${{ matrix.vec.config }}-${{ matrix.vec.plat }}-${{ matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.xdp }}${{ matrix.vec.qtip }}${{ matrix.vec.systemcrypto }}${{ matrix.vec.sanitize }}
|
||||
name: BVT-${{ matrix.vec.config }}-${{ matrix.vec.plat }}-${{ matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.xdp }}${{ matrix.vec.qtip }}${{ matrix.vec.systemcrypto }}${{ matrix.vec.sanitize }}
|
||||
path: artifacts
|
||||
|
||||
bvt-kernel:
|
||||
|
@ -213,7 +213,7 @@ jobs:
|
|||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
|
||||
if: failure()
|
||||
with:
|
||||
name: ${{ matrix.vec.config }}-${{ matrix.vec.plat }}-${{ matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}
|
||||
name: BVT-Kernel-${{ matrix.vec.config }}-${{ matrix.vec.plat }}-${{ matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}
|
||||
path: artifacts
|
||||
|
||||
stress:
|
||||
|
@ -281,7 +281,7 @@ jobs:
|
|||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
|
||||
if: failure()
|
||||
with:
|
||||
name: ${{ matrix.vec.config }}-${{ matrix.vec.plat }}-${{ matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.xdp }}${{ matrix.vec.sanitize }}
|
||||
name: Stress-${{ matrix.vec.config }}-${{ matrix.vec.plat }}-${{ matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.xdp }}${{ matrix.vec.sanitize }}
|
||||
path: artifacts
|
||||
|
||||
interop-winlatest:
|
||||
|
|
Загрузка…
Ссылка в новой задаче