Conversation
…r fedora 43 [citest_skip] tox-lsr 3.17.0 has some container test improvements - better output, faster runs Use Ansible 2.20 for qemu/container tests on fedora 43 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
Reviewer's GuideUpdates CI/testing configuration to use tox-lsr 3.17.0, run Fedora 43 qemu/container tests with Ansible 2.20, adjust container test env flags for faster runs, rebrand remaining template references to trustee_attestation_server, and tweak weekly CI schedule and Testing Farm filters. Flow diagram for Testing Farm tft workflow with updated plan filter and toolingflowchart TD
pr[Pull_request_or_push_to_trustee_attestation_server] --> tft_workflow[tft_GitHub_Action_workflow]
tft_workflow --> setup_tox[tox-lsr_3_17_0_installed]
tft_workflow --> setup_ansible[Ansible_2_20_selected_for_Fedora_43_qemu_container_tests]
tft_workflow --> tf_action[Testing_Farm_GitHub_Action]
tf_action --> plan_filter[tmt_plan_filter_tag_playbooks_parallel_trustee_attestation_server]
plan_filter --> run_plans[Run_tmt_multihost_plans_on_Fedora_43]
run_plans --> qemu_tests[qemu_KVM_tests]
run_plans --> container_tests[Container_based_tests]
qemu_tests --> results[Testing_results]
container_tests --> results
results --> fedora_storage[Upload_results_to_Fedora_storage]
results --> commit_status[Set_final_commit_status]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've found 1 issue, and left some high level feedback:
- In README.md, the final workflow badge still points to the
templaterepository (template/workflows/tox/badge.svg); consider updating it totrustee_attestation_serverfor consistency with the other badges.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- In README.md, the final workflow badge still points to the `template` repository (`template/workflows/tox/badge.svg`); consider updating it to `trustee_attestation_server` for consistency with the other badges.
## Individual Comments
### Comment 1
<location path="plans/README-plans.md" line_range="3" />
<code_context>
# Introduction CI Testing Plans
-Linux System Roles CI runs [tmt](https://tmt.readthedocs.io/en/stable/index.html) test plans in [Testing farm](https://docs.testing-farm.io/Testing%20Farm/0.1/index.html) with the [tft.yml](https://github.com/linux-system-roles/template/blob/main/.github/workflows/tft.yml) GitHub workflow.
+Linux System Roles CI runs [tmt](https://tmt.readthedocs.io/en/stable/index.html) test plans in [Testing farm](https://docs.testing-farm.io/Testing%20Farm/0.1/index.html) with the [tft.yml](https://github.com/linux-system-roles/trustee_attestation_server/blob/main/.github/workflows/tft.yml) GitHub workflow.
The `plans/test_playbooks_parallel.fmf` plan is a test plan that runs test playbooks in parallel on multiple managed nodes.
</code_context>
<issue_to_address>
**nitpick (typo):** Consider capitalizing "Farm" in "Testing Farm" to match the official service name.
The official name is "Testing Farm" with both words capitalized. Please update the link text accordingly.
```suggestion
Linux System Roles CI runs [tmt](https://tmt.readthedocs.io/en/stable/index.html) test plans in [Testing Farm](https://docs.testing-farm.io/Testing%20Farm/0.1/index.html) with the [tft.yml](https://github.com/linux-system-roles/trustee_attestation_server/blob/main/.github/workflows/tft.yml) GitHub workflow.
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| # Introduction CI Testing Plans | ||
|
|
||
| Linux System Roles CI runs [tmt](https://tmt.readthedocs.io/en/stable/index.html) test plans in [Testing farm](https://docs.testing-farm.io/Testing%20Farm/0.1/index.html) with the [tft.yml](https://github.com/linux-system-roles/template/blob/main/.github/workflows/tft.yml) GitHub workflow. | ||
| Linux System Roles CI runs [tmt](https://tmt.readthedocs.io/en/stable/index.html) test plans in [Testing farm](https://docs.testing-farm.io/Testing%20Farm/0.1/index.html) with the [tft.yml](https://github.com/linux-system-roles/trustee_attestation_server/blob/main/.github/workflows/tft.yml) GitHub workflow. |
There was a problem hiding this comment.
nitpick (typo): Consider capitalizing "Farm" in "Testing Farm" to match the official service name.
The official name is "Testing Farm" with both words capitalized. Please update the link text accordingly.
Suggested change
| Linux System Roles CI runs [tmt](https://tmt.readthedocs.io/en/stable/index.html) test plans in [Testing farm](https://docs.testing-farm.io/Testing%20Farm/0.1/index.html) with the [tft.yml](https://github.com/linux-system-roles/trustee_attestation_server/blob/main/.github/workflows/tft.yml) GitHub workflow. | |
| Linux System Roles CI runs [tmt](https://tmt.readthedocs.io/en/stable/index.html) test plans in [Testing Farm](https://docs.testing-farm.io/Testing%20Farm/0.1/index.html) with the [tft.yml](https://github.com/linux-system-roles/trustee_attestation_server/blob/main/.github/workflows/tft.yml) GitHub workflow. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
tox-lsr 3.17.0 has some container test improvements - better output, faster runs
Use Ansible 2.20 for qemu/container tests on fedora 43
Signed-off-by: Rich Megginson rmeggins@redhat.com
Summary by Sourcery
Update CI and testing configuration for the trustee_attestation_server role, including newer tooling and correct role naming throughout.
Enhancements:
CI:
Documentation:
Tests: