From: Petr Vorel <pvorel@suse.cz> To: linux-integrity@vger.kernel.org Cc: Petr Vorel <pvorel@suse.cz>, Mimi Zohar <zohar@linux.vnet.ibm.com> Subject: [PATCH 0/3] Add GitHub Actions support Date: Tue, 22 Jun 2021 16:12:21 +0200 [thread overview] Message-ID: <20210622141224.25006-1-pvorel@suse.cz> (raw) Hi Mimi, Travis is unreliable due "pull rate limit" issue, workaround does not work any more. Also GitHub Actions is a recommended way for projects hosted on GitHub. Nice bonus is that manual podman activation for distros using glibc >= 2.33 (e.g. openSUSE Tumbleweed, Fedora) it's not needed in GitHub. Unlike LTP, where I removed Travis CI support, I kept it for ima-evm-utils, because you use it. Kind regards, Petr Petr Vorel (3): CI: Rename travis script directory CI/openSUSE: Fix tpm_server symlink creation CI: Introduce GitHub Actions setup .github/workflows/ci.yml | 121 +++++++++++++++++++++++++ .travis.yml | 2 +- {travis => ci}/alpine.sh | 0 {travis => ci}/centos.sh | 0 {travis => ci}/debian.cross-compile.sh | 0 {travis => ci}/debian.i386.sh | 0 {travis => ci}/debian.sh | 0 {travis => ci}/fedora.sh | 0 {travis => ci}/opensuse.sh | 0 {travis => ci}/tumbleweed.sh | 2 +- {travis => ci}/ubuntu.sh | 0 11 files changed, 123 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/ci.yml rename {travis => ci}/alpine.sh (100%) rename {travis => ci}/centos.sh (100%) rename {travis => ci}/debian.cross-compile.sh (100%) rename {travis => ci}/debian.i386.sh (100%) rename {travis => ci}/debian.sh (100%) rename {travis => ci}/fedora.sh (100%) rename {travis => ci}/opensuse.sh (100%) rename {travis => ci}/tumbleweed.sh (90%) rename {travis => ci}/ubuntu.sh (100%) -- 2.32.0
next reply other threads:[~2021-06-22 14:12 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-06-22 14:12 Petr Vorel [this message] 2021-06-22 14:12 ` [PATCH 1/3] CI: Rename travis script directory Petr Vorel 2021-06-22 14:12 ` [PATCH 2/3] CI/openSUSE: Fix tpm_server symlink creation Petr Vorel 2021-06-22 14:12 ` [PATCH 3/3] CI: Introduce GitHub Actions setup Petr Vorel 2021-06-22 14:13 ` [PATCH 0/3] Add GitHub Actions support Petr Vorel 2021-06-24 19:28 ` Mimi Zohar 2021-06-24 19:19 ` Mimi Zohar 2021-06-25 6:12 ` Petr Vorel
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210622141224.25006-1-pvorel@suse.cz \ --to=pvorel@suse.cz \ --cc=linux-integrity@vger.kernel.org \ --cc=zohar@linux.vnet.ibm.com \ --subject='Re: [PATCH 0/3] Add GitHub Actions support' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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).