Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • SRP-pipeline SRP-pipeline
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bird_pipeline_registry
  • SRP-pipelineSRP-pipeline
  • Merge requests
  • !33

Split reports

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Philippe BORDRON requested to merge splitreports into master Sep 29, 2020
  • Overview 0
  • Commits 4
  • Changes 6

Split comparisons into many reports. The primary part is kept in each report.

The splitting is controlled through the comparison file.

For example, the comparisons.tsv with the following content will produce one main report report.html that will contains comparisons cond1 vs cond2 and cond1 vs cond3, and an additional report report-part2.htmlthat will contains comparison cond2 vs cond3.

TestProject	cond1	cond2
TestProject	cond1	cond3
TestProject::part2	cond2	cond3

The :: part is the separator between project and report part. @eric.charpentier We can change it for something else.

Multiplate reports must use the 3 columns format for comparisons if multipart report is asked. The 2 columns format still valid if no mulipart report is asked. Project prefix can be omited like in the following example:

	cond1	cond2
	cond1	cond3
::part2	cond2	cond3
Edited Sep 29, 2020 by Philippe BORDRON
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: splitreports