selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH testsuite 0/2] Migrate CI to GH Actions
@ 2021-01-22 10:27 Ondrej Mosnacek
  2021-01-22 10:27 ` [PATCH testsuite 1/2] check-syntax: use 'command -v' instead of 'which' Ondrej Mosnacek
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ondrej Mosnacek @ 2021-01-22 10:27 UTC (permalink / raw)
  To: selinux

See individual patches for more details.

Special thanks to Nicholas Iooss, who figured out this approach.

Note: I plan to merge this tomorrow (along with the userfaultfd test)
so that we have working CI again. I might do that also earlier if
someone acks it fast ;)

Ondrej Mosnacek (2):
  check-syntax: use 'command -v' instead of 'which'
  Migrate CI to GH Actions

 .github/workflows/checks.yml |  27 +++++++
 .travis.yml                  |  40 ----------
 Vagrantfile                  |  65 ++++++++++++++++
 tools/check-syntax           |   2 +-
 travis-ci/LICENSE            |   5 --
 travis-ci/run-kvm-test.sh    | 141 -----------------------------------
 travis-ci/run-testsuite.sh   |  58 --------------
 7 files changed, 93 insertions(+), 245 deletions(-)
 create mode 100644 .github/workflows/checks.yml
 delete mode 100644 .travis.yml
 create mode 100644 Vagrantfile
 delete mode 100644 travis-ci/LICENSE
 delete mode 100755 travis-ci/run-kvm-test.sh
 delete mode 100755 travis-ci/run-testsuite.sh

-- 
2.29.2


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

end of thread, other threads:[~2021-01-23  9:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22 10:27 [PATCH testsuite 0/2] Migrate CI to GH Actions Ondrej Mosnacek
2021-01-22 10:27 ` [PATCH testsuite 1/2] check-syntax: use 'command -v' instead of 'which' Ondrej Mosnacek
2021-01-22 15:47   ` Paul Moore
2021-01-22 10:27 ` [PATCH testsuite 2/2] Migrate CI to GH Actions Ondrej Mosnacek
2021-01-23  9:55 ` [PATCH testsuite 0/2] " Ondrej Mosnacek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).