mbox series

[testsuite,0/4] Various CI-related testsuite fixes

Message ID 20200623123702.401338-1-omosnace@redhat.com (mailing list archive)
Headers show
Series Various CI-related testsuite fixes | expand

Message

Ondrej Mosnacek June 23, 2020, 12:36 p.m. UTC
There are some warnings and non-fatal errors reported during CI runs.
Additionally, the CI gets stuck when there is a force-push on some
upstream repo that is cached. This series fixes these issues.

Testing Travis run:
https://travis-ci.org/github/WOnder93/selinux-testsuite/builds/698848141

Ondrej Mosnacek (4):
  Makefiles: remove bashisms
  travis: add missing node to fake selinuxfs
  travis: fix git/cache handling
  tests: stop using deprecated security_context_t

 .travis.yml                         |  2 ++
 policy/Makefile                     |  4 +++-
 tests/Makefile                      |  8 ++++++--
 tests/bounds/thread.c               |  4 ++--
 tests/dyntrace/parent.c             |  2 +-
 tests/dyntrans/parent.c             |  2 +-
 tests/execshare/parent.c            |  2 +-
 tests/exectrace/parent.c            |  2 +-
 tests/inherit/parent.c              |  2 +-
 tests/prlimit/parent.c              |  2 +-
 tests/setnice/parent.c              |  2 +-
 travis-ci/setup-policy-fedora.sh    | 10 ++++++----
 travis-ci/setup-policy-refpolicy.sh |  4 +++-
 13 files changed, 29 insertions(+), 17 deletions(-)

Comments

Stephen Smalley June 25, 2020, 5:34 p.m. UTC | #1
On Tue, Jun 23, 2020 at 8:37 AM Ondrej Mosnacek <omosnace@redhat.com> wrote:
>
> There are some warnings and non-fatal errors reported during CI runs.
> Additionally, the CI gets stuck when there is a force-push on some
> upstream repo that is cached. This series fixes these issues.
>
> Testing Travis run:
> https://travis-ci.org/github/WOnder93/selinux-testsuite/builds/698848141
>
> Ondrej Mosnacek (4):
>   Makefiles: remove bashisms
>   travis: add missing node to fake selinuxfs
>   travis: fix git/cache handling
>   tests: stop using deprecated security_context_t

Applied.