diff mbox series

[userspace] README: fix broken testsuite run status badge

Message ID 20250116131410.50853-1-omosnace@redhat.com (mailing list archive)
State New
Headers show
Series [userspace] README: fix broken testsuite run status badge | expand

Commit Message

Ondrej Mosnacek Jan. 16, 2025, 1:14 p.m. UTC
The workflow name has changed for the testsuite run, so update README.md
accordingly.

Fixes: ee667ed976b5 ("ci: use Testing Farm for running the testsuite")
Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Petr Lautrbach Jan. 17, 2025, 7:40 a.m. UTC | #1
Ondrej Mosnacek <omosnace@redhat.com> writes:

> The workflow name has changed for the testsuite run, so update README.md
> accordingly.
>
> Fixes: ee667ed976b5 ("ci: use Testing Farm for running the testsuite")
> Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>

Acked-by: Petr Lautrbach <lautrbach@redhat.com>

> ---
>  README.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/README.md b/README.md
> index 765b5626..1e16beea 100644
> --- a/README.md
> +++ b/README.md
> @@ -3,7 +3,7 @@ SELinux Userspace
>  
>  ![SELinux logo](https://github.com/SELinuxProject.png)
>  [![Run Tests](https://github.com/SELinuxProject/selinux/actions/workflows/run_tests.yml/badge.svg)](https://github.com/SELinuxProject/selinux/actions/workflows/run_tests.yml)
> -[![Run SELinux testsuite in a virtual machine](https://github.com/SELinuxProject/selinux/actions/workflows/vm_testsuite.yml/badge.svg)](https://github.com/SELinuxProject/selinux/actions/workflows/vm_testsuite.yml)
> +[![Run SELinux testsuite in Testing Farm](https://github.com/SELinuxProject/selinux/actions/workflows/tf_testsuite.yml/badge.svg)](https://github.com/SELinuxProject/selinux/actions/workflows/tf_testsuite.yml)
>  [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/selinux.svg)](https://oss-fuzz-build-logs.storage.googleapis.com/index.html#selinux)
>  [![CIFuzz Status](https://github.com/SELinuxProject/selinux/actions/workflows/cifuzz.yml/badge.svg)](https://github.com/SELinuxProject/selinux/actions/workflows/cifuzz.yml)
>  
> -- 
> 2.48.0
diff mbox series

Patch

diff --git a/README.md b/README.md
index 765b5626..1e16beea 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@  SELinux Userspace
 
 ![SELinux logo](https://github.com/SELinuxProject.png)
 [![Run Tests](https://github.com/SELinuxProject/selinux/actions/workflows/run_tests.yml/badge.svg)](https://github.com/SELinuxProject/selinux/actions/workflows/run_tests.yml)
-[![Run SELinux testsuite in a virtual machine](https://github.com/SELinuxProject/selinux/actions/workflows/vm_testsuite.yml/badge.svg)](https://github.com/SELinuxProject/selinux/actions/workflows/vm_testsuite.yml)
+[![Run SELinux testsuite in Testing Farm](https://github.com/SELinuxProject/selinux/actions/workflows/tf_testsuite.yml/badge.svg)](https://github.com/SELinuxProject/selinux/actions/workflows/tf_testsuite.yml)
 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/selinux.svg)](https://oss-fuzz-build-logs.storage.googleapis.com/index.html#selinux)
 [![CIFuzz Status](https://github.com/SELinuxProject/selinux/actions/workflows/cifuzz.yml/badge.svg)](https://github.com/SELinuxProject/selinux/actions/workflows/cifuzz.yml)