Skip to content

Commit

Permalink
download unittest.info
Browse files Browse the repository at this point in the history
Signed-off-by: pettershao-ragilenetworks <[email protected]>
  • Loading branch information
pettershao-ragilenetworks authored and sdk committed Nov 3, 2022
1 parent e4aa8fe commit 56e6009
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .azure-pipelines/gcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ parameters:
- name: sairedis_artifact_name
type: string

- name: gcov_unittest_artifact_name
type: string

- name: swss_common_artifact_name
type: string

Expand Down Expand Up @@ -64,6 +67,11 @@ jobs:
artifact: ${{ parameters.artifact_name }}
displayName: "Download gcov artifact"
condition: eq('${{ parameters.archive_gcov }}', true)
- task: DownloadPipelineArtifact@2
inputs:
artifact: ${{ parameters.gcov_unittest_artifact_name }}
displayName: "Download gcov unittest artifact"
condition: eq('${{ parameters.archive_gcov }}', true)
- script: |
set -x
ls -lh
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ stages:
sonic_slave: sonic-slave-buster
swss_common_artifact_name: sonic-swss-common
sairedis_artifact_name: sonic-sairedis
gcov_unittest_artifact_name: gcov_unitest.info
swss_artifact_name: sonic-swss
artifact_name: sonic-gcov
archive_gcov: true

0 comments on commit 56e6009

Please sign in to comment.