Skip to content

Commit

Permalink
post_process: clearly delineate the beginning os script output.
Browse files Browse the repository at this point in the history
This is a companion change to
https://review.spdk.io/gerrit/c/build_pool/jenkins_build_pool/+/1810
and the two should be merged together to make sure the entire output
of the post process script is included in one file when output from
the CI.

Signed-off-by: Seth Howell <[email protected]>
Change-Id: Ia6506208881f5d745ff63a356d3965426449ecc7
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1811
Tested-by: SPDK CI Jenkins <[email protected]>
Reviewed-by: Ben Walker <[email protected]>
Reviewed-by: Darek Stojaczyk <[email protected]>
Reviewed-by: Tomasz Zawadzki <[email protected]>
  • Loading branch information
Seth5141 authored and tomzawadzki committed Jun 17, 2020
1 parent eb79ef5 commit d5eb583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autorun_post.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def aggregateCompletedTests(output_dir, repo_dir, skip_confirm=False):


def main(output_dir, repo_dir, skip_confirm=False):
print("-----Begin Post Process Script------")
generateCoverageReport(output_dir, repo_dir)
collectOne(output_dir, 'doc')
collectOne(output_dir, 'ut_coverage')
Expand Down

0 comments on commit d5eb583

Please sign in to comment.