Skip to content

Commit

Permalink
Added container parallel recertification
Browse files Browse the repository at this point in the history
Change-Id: Icf151ad6242b1ac217573271d79436304be75eb9
  • Loading branch information
ansvu authored and manurodriguez committed Aug 9, 2024
1 parent a09dd53 commit 0a2cca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ do\_certsuite | false
do\_chart\_verifier | false | Enable/Disable the Chart Verifier
do\_must\_gather | true | Enable/Disable the generation of must_gather
do\_preflight\_tests | false | Trigger to activate the preflight tests
do\_container\_parallel\_test | false | If true, Run Preflight test in parallel for container that need to recertify or without submission to the portal
tests\_to\_verify | undefined | List of expected test results. When defined, it triggers the validation of actual test results against the expectations. Please check [verify-tests readme](https://github.com/redhatci/ocp/tree/main/roles/verify_tests/README.md) to get more details and an example of the configuration.
|See [Operator Certification (preflight)](https://github.com/redhatci/ocp/tree/main/roles/preflight/README.md) for details to enable the Operator Certifications tests suite ||
|See [k8s_best_practices_certsuite role](https://github.com/redhatci/ocp/tree/main/roles/k8s_best_practices_certsuite/README.md) for details to enable the Red Hat Best Practices Test Suite for Kubernetes ||
Expand Down Expand Up @@ -241,7 +242,7 @@ This hook is used for tasks required after the application has been installed an
This hook is not required and can be omitted.

You can put your logs in `{{ job_logs.path }}` and they will be uploaded in plays/post-run.yml
> NOTE: Test result files must follow the Junit format, must be stored within
> NOTE: Test result files must follow the Junit format, must be stored within
the `{{ job_logs.path }}` directory and the file name must follow the pattern `*.xml`.

Tags:
Expand Down
1 change: 1 addition & 0 deletions group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dci_ga_components_for_certification:
# Wait minutes after running the test suite
chart_verifier_wait: 0
certsuite_wait: 0
do_container_parallel_test: false
...

# Local Variables:
Expand Down

0 comments on commit 0a2cca0

Please sign in to comment.