diff mbox series

[userspace] README: update continuous integration badges

Message ID 20210927084944.7197-1-nicolas.iooss@m4x.org (mailing list archive)
State Accepted
Headers show
Series [userspace] README: update continuous integration badges | expand

Commit Message

Nicolas Iooss Sept. 27, 2021, 8:49 a.m. UTC
The CI now uses GitHub Actions to run tests and the SELinux testsuite in
a virtual machine. Replace the Travis CI badge with the ones for these
workflows.

Fixes: https://github.com/SELinuxProject/selinux/issues/299
Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Ondrej Mosnacek Sept. 27, 2021, 9:22 a.m. UTC | #1
On Mon, Sep 27, 2021 at 10:50 AM Nicolas Iooss <nicolas.iooss@m4x.org> wrote:
> The CI now uses GitHub Actions to run tests and the SELinux testsuite in
> a virtual machine. Replace the Travis CI badge with the ones for these
> workflows.
>
> Fixes: https://github.com/SELinuxProject/selinux/issues/299
> Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
> ---
>  README.md | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/README.md b/README.md
> index d1338e8765d1..e1c2fe641fc9 100644
> --- a/README.md
> +++ b/README.md
> @@ -2,7 +2,8 @@ SELinux Userspace
>  =================
>
>  ![SELinux logo](https://github.com/SELinuxProject.png)
> -[![Build Status](https://travis-ci.org/SELinuxProject/selinux.svg?branch=master)](https://travis-ci.org/SELinuxProject/selinux)
> +[![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)
>  [![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.32.0
>

Acked-by: Ondrej Mosnacek <omosnace@redhat.com>
James Carter Oct. 4, 2021, 1:52 p.m. UTC | #2
On Mon, Sep 27, 2021 at 5:22 AM Ondrej Mosnacek <omosnace@redhat.com> wrote:
>
> On Mon, Sep 27, 2021 at 10:50 AM Nicolas Iooss <nicolas.iooss@m4x.org> wrote:
> > The CI now uses GitHub Actions to run tests and the SELinux testsuite in
> > a virtual machine. Replace the Travis CI badge with the ones for these
> > workflows.
> >
> > Fixes: https://github.com/SELinuxProject/selinux/issues/299
> > Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
> > ---
> >  README.md | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/README.md b/README.md
> > index d1338e8765d1..e1c2fe641fc9 100644
> > --- a/README.md
> > +++ b/README.md
> > @@ -2,7 +2,8 @@ SELinux Userspace
> >  =================
> >
> >  ![SELinux logo](https://github.com/SELinuxProject.png)
> > -[![Build Status](https://travis-ci.org/SELinuxProject/selinux.svg?branch=master)](https://travis-ci.org/SELinuxProject/selinux)
> > +[![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)
> >  [![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.32.0
> >
>
> Acked-by: Ondrej Mosnacek <omosnace@redhat.com>
>

This patch has been merged.
thanks,
Jim

> --
> Ondrej Mosnacek
> Software Engineer, Linux Security - SELinux kernel
> Red Hat, Inc.
>
diff mbox series

Patch

diff --git a/README.md b/README.md
index d1338e8765d1..e1c2fe641fc9 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@  SELinux Userspace
 =================
 
 ![SELinux logo](https://github.com/SELinuxProject.png)
-[![Build Status](https://travis-ci.org/SELinuxProject/selinux.svg?branch=master)](https://travis-ci.org/SELinuxProject/selinux)
+[![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)
 [![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)