Switch to markdown README

This commit is contained in:
Miloš Prchlík 2023-09-04 10:26:45 +02:00
commit 4a097b63ca
2 changed files with 52 additions and 103 deletions

View file

@ -1,103 +0,0 @@
= binutils tests
:icons: font
[WARNING]
====
Content of this repository belongs to upstream. Once I am cleared for creation of binutils' test repository in Fedora git, all publicable plans and tests would be relocated there.
====
== State of support
[%header,cols="1,1,1,1"]
|===
|Distro
|Flavor
|Gating
|Regression
|RHEL-9.3.0
|system
^|verified
^|not started
|RHEL-9.3.0
|gcc-toolset-13
^|verified
^|not started
|RHEL-9.3.0
|gcc-toolset-12
^|verified
^|not started
|RHEL-9.2.0
|system
^|in progress
^|not started
|RHEL-9.2.0
|gcc-toolset-12
^|in progress
^|not started
|RHEL-8.9.0
|system
^|in progress
^|not started
|RHEL-8.9.0
|gcc-toolset-13
^|in progress
^|not started
|RHEL-8.9.0
|gcc-toolset-12
^|not started
^|not started
|RHEL-8.8.0
|system
^|in progress
^|not started
|RHEL-8.8.0
|gcc-toolset-12
^|not started
^|not started
|RHEL-7.9
|system
^|in progress
^|not started
|RHEL-7.9
|devtoolset-13
^|not started
^|not started
|Fedora Rawhide
|system
^|in progress
^|not started
|Fedora 39
|system
^|in progress
^|not started
|Fedora 38
|system
^|in progress
^|not started
|CentOS Stream 9
|system
^|not started
^|not started
|CentOS Stream 8
|system
^|not started
^|not started
|===

52
README.md Normal file
View file

@ -0,0 +1,52 @@
# binutils tests
##
$ tmt lint --failed-only --outcome-only=fail --outcome-only=warn
$ tmt plan show -vv
$ tmt test show -vv
$ tmt -c distro=$DISTRO -c arch=$ARCH -vv run discover
$ tmt -c distro=$DISTRO -c arch=$ARCH -vv run plan -n '/plans/build-gating/common'
$ tmt -c distro=$DISTRO -c arch=$ARCH -vv run plan -n '/plans/build-gating/kernel-rebuild'
$ tmt -c distro=$DISTRO -c arch=$ARCH -vv run plan -n '/plans/regression'
## State of support
| Distro | Flavor | State |
| --------------- | -------------- | :---: |
| RHEL-9.3.0 | system | yes |
| RHEL-9.3.0 | gcc-toolset-13 | yes |
| RHEL-9.3.0 | gcc-toolset-12 | yes |
| RHEL-9.3.0 | gcc-toolset-11 | |
| RHEL-9.2.0 | system | yes |
| RHEL-9.2.0 | gcc-toolset-12 | yes |
| RHEL-9.2.0 | gcc-toolset-11 | yes |
| RHEL-9.1.0 | system | yes |
| RHEL-9.1.0 | gcc-toolset-11 | yes |
| RHEL-8.9.0 | system | yes |
| RHEL-8.9.0 | gcc-toolset-13 | yes |
| RHEL-8.9.0 | gcc-toolset-12 | |
| RHEL-8.9.0 | gcc-toolset-11 | |
| RHEL-8.8.0 | system | yes |
| RHEL-8.8.0 | gcc-toolset-12 | |
| RHEL-8.8.0 | gcc-toolset-11 | |
| RHEL-8.7.0 | system | yes |
| RHEL-8.7.0 | gcc-toolset-11 | |
| RHEL-7.9 | system | |
| RHEL-7.9 | devtoolset-13 | |
| RHEL-6.10 | system | |
| Fedora Rawhide | system | yes |
| Fedora 39 | system | yes |
| Fedora 38 | system | yes |
| Fedora 37 | system | |
| CentOS Stream 9 | system | yes |
| CentOS Stream 9 | gcc-toolset-13 | |
| CentOS Stream 9 | gcc-toolset-12 | |
| CentOS Stream 9 | gcc-toolset-11 | |
| CentOS Stream 8 | system | yes |
| CentOS Stream 8 | gcc-toolset-13 | |
| CentOS Stream 8 | gcc-toolset-12 | |
| CentOS Stream 8 | gcc-toolset-11 | |