Skip to content

Commit

Permalink
Adding some minor changes to CI/CD documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TetraW committed May 14, 2024
1 parent 8a32e19 commit ce1a510
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,7 @@ validation_packages:
**Note:** The filepath for this file in your ARC has to be ".arc/validation_packages.yml"

When this file is present in your repository, the pipeline will be triggerd on each commit.
A job called "quality_report_generator" will be executed, which in turn will execute the trigger job "quality_report". This job will carry out one subprocess per specified validation package.

A job called "quality_report_generator" will be executed, which in turn will execute the trigger job "quality_report". This job will carry out one subprocess per specified validation package. For each of these validation processes, a validation report in form of an XML file as well as the badge image will is created. They are stored in the "cqc" branch in the directory \<branch\>/\<package\>@\<version\>. With \<branch\> being the branch in which the CI process was started. If there is no version specified in the "validation_packages.yml" file, then the "@\<version\>" part is omitted.



0 comments on commit ce1a510

Please sign in to comment.