Skip to content

Commit

Permalink
Merge pull request #66 from sclorg/update_documentation
Browse files Browse the repository at this point in the history
Update README.md. Delete CentOS 7 and add CentosStream 10
  • Loading branch information
phracek authored Jun 12, 2024
2 parents 3440581 + 3ba3e85 commit 445bd77
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ This repository contains testing plans, which are used by the [sclorg's](https:/

Available testing plans:

| testing plan | description |
| -------------- |------------ |
| `betka-bot.fmf` | Runs betka tests on Fedora|
| `betka-fedmsg.fmf` | Runs betka-fedmsg tests on Fedora |
| `c9s.fmf` | Runs container tests on CentOS Stream 9 |
| `fedora.fmf` | WIP (Work In Progress) |
| `centos7.fmf` | Runs container or OpenShift 3 tests on CentOS 7|
| `container-ci-suite.fmf`| Runs container-ci-suite tests on Fedora|
| `cwt.fmf` | Runs cwt tests on Fedora |
| testing plan | description |
|--------------------------|-------------------------------------------------|
| `betka-bot.fmf` | Runs betka tests on Fedora |
| `betka-fedmsg.fmf` | Runs betka-fedmsg tests on Fedora |
| `c9s.fmf` | Runs container tests on CentOS Stream 9 |
| `c10s.fmf` | Runs container tests on CentOS Stream 10 |
| `fedora.fmf` | WIP (Work In Progress) |
| `container-ci-suite.fmf` | Runs container-ci-suite tests on Fedora |
| `cwt.fmf` | Runs cwt tests on Fedora |
14 changes: 14 additions & 0 deletions tmt-testing-plan-c10s.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# This Playbook is used
# for testing containers on Testing Farm CentOS Stream 10

- hosts: all
vars_files:
- "group_vars/c10s"

roles:
- role: common_tools
- role: services
- role: clone_repos
become: true
become_user: root

0 comments on commit 445bd77

Please sign in to comment.