Skip to content

Commit

Permalink
update document log
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojmdavid committed Feb 4, 2022
1 parent d345015 commit e559356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/02.document-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
| v3.1 | 05/03/2020 | Add tags/names for each criteria |
| v3.2 | 23/04/2020 | Add EOSC-Synergy to copyright |
| v3.3 | 15/10/2020 | Fix issues: #32, #46, #47, #48, #49, #51 |
| v4.0 | 02/02/2022 | Add annex, spell check, Fix issues: #7, #35, #50, #57, #59, #60, #61, #63, #64, #65, #66, #67, #69, #70, #71, #72, #73, #74, #75, #76, #77, #78, #81 |
| v4.0 | 02/02/2022 | Add annex, spell check, Fix issues: #7, #35, #50, #57, #59, #60, #61, #63, #64, #65, #66, #67, #69, #70, #71, #72, #73, #74, #75, #76, #77, #78, #80, #81 |
6 changes: 3 additions & 3 deletions content/08.annex.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ merge into the main production branch.

![Code workflow](images/devops.png){height="500px"}{#fig:workflow}

## A1.2. Verification & Validation (V&V)
## A1.2. Verification & Validation (V&V) {.page_break_before}

Once having the code workflow, the next step is to shape the V&V processes in order to ensure that
the software does "the right things right". One way to address them is to rely on CI/CD pipelines
Expand Down Expand Up @@ -71,15 +71,15 @@ and put into the git repositories to be used by the Jenkins CI service to perfor
tools used in the CI automation are shown in section A1.2.

| Service | Usage | Criteria | Repo URL or documentation | Comment |
|:------------------:|:---------------------:|:----------:|:------------------------------------------------------:|:--------------------------------------------:|
|--------------------|-----------------------|------------|--------------------------------------------------------|----------------------------------------------|
| Github | VCS | **QC.Acc** | <https://docs.github.com/> | Source code repository - git |
| Github | API | **QC.Wor** | <https://docs.github.com/en/rest> | git branching management and version tagging |
| Github | Issue tracker | **QC.Man** | <https://docs.github.com/en/issues> | Track issues, bugs, new features, etc. |
| Github | Pull Requests (PR) | **QC.Man**, **QC.Rev** | <https://docs.github.com/en/pull-requests> | Code review through PRs |
| Github | Documentation | **QC.Doc** | | Documentation present in VCS repository |
| Ansible, Galaxy | Install, Config | **QC.Aud** | <https://docs.ansible.com/> | Automated deployment and configuration |
| SQAaaS platform | Pipeline composition | **All** * | <https://sqaaas.eosc-synergy.eu> | Pipeline composition for automatic tests |
| SQAaaS platform | Assessment & awarding | **QC.Acc**, **QC.Doc**, **QC.Lic**, **QC.Met** | <https://sqaaas.eosc-synergy.eu> | Bronze badge awarding |
| SQAaaS platform | Assessment & awarding | **QC.Acc**, **QC.Doc**, **QC.Lic**, **QC.Met** | <https://sqaaas.eosc-synergy.eu> | Bronze badge awarding |
| Jenkins CI service | Automated tests | **All** * | <https://www.jenkins.io/> | Execution of automatic tests |
| Docker Hub | Docker images | **QC.Del** | <https://hub.docker.com/> | Public repository of Docker images |
| PyPI | Python packages | **QC.Del** | <https://pypi.org/> | Find, install & publish Python packages |
Expand Down

0 comments on commit e559356

Please sign in to comment.