All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH userspace] README: update continuous integration badges
@ 2021-09-27  8:49 Nicolas Iooss
  2021-09-27  9:22 ` Ondrej Mosnacek
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Iooss @ 2021-09-27  8:49 UTC (permalink / raw)
  To: selinux

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH userspace] README: update continuous integration badges
  2021-09-27  8:49 [PATCH userspace] README: update continuous integration badges Nicolas Iooss
@ 2021-09-27  9:22 ` Ondrej Mosnacek
  2021-10-04 13:52   ` James Carter
  0 siblings, 1 reply; 3+ messages in thread
From: Ondrej Mosnacek @ 2021-09-27  9:22 UTC (permalink / raw)
  To: Nicolas Iooss; +Cc: SElinux list

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>

-- 
Ondrej Mosnacek
Software Engineer, Linux Security - SELinux kernel
Red Hat, Inc.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH userspace] README: update continuous integration badges
  2021-09-27  9:22 ` Ondrej Mosnacek
@ 2021-10-04 13:52   ` James Carter
  0 siblings, 0 replies; 3+ messages in thread
From: James Carter @ 2021-10-04 13:52 UTC (permalink / raw)
  To: Ondrej Mosnacek; +Cc: Nicolas Iooss, SElinux list

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.
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-04 13:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27  8:49 [PATCH userspace] README: update continuous integration badges Nicolas Iooss
2021-09-27  9:22 ` Ondrej Mosnacek
2021-10-04 13:52   ` James Carter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.