On Fri, Nov 27, 2020 at 3:56 PM Ondrej Mosnacek <omosnace@xxxxxxxxxx> wrote: > > On Fri, Nov 27, 2020 at 3:25 PM William Roberts > <bill.c.roberts@xxxxxxxxx> wrote: > > On Fri, Nov 27, 2020 at 8:22 AM Ondrej Mosnacek <omosnace@xxxxxxxxxx> wrote: > > > > > > On Fri, Nov 27, 2020 at 3:17 PM Ondrej Mosnacek <omosnace@xxxxxxxxxx> wrote: > > > > Now that the standard testing is run on GitHub Actions, we can remove it > > > > from .travis.yml, leaving only the selinux-testsuite sanity check, which > > > > can't be migrated. Hopefully this will save some precious minutesfrom > > > > the limited "plan" Travis gave us... > > > > > > > > Signed-off-by: Ondrej Mosnacek <omosnace@xxxxxxxxxx> > > > > --- > > > > .travis.yml | 161 +-------------------------------- > > > > scripts/ci/travis-kvm-setup.sh | 1 + > > > > 2 files changed, 2 insertions(+), 160 deletions(-) > > > > > > > Oh awesome you got them migrated. I am in the middle of this for my > > other projects and was going to check > > back on SE Linux, glad you took care of it. > > > > > My intent is to apply this patch along with Nicholas's GH actions > > > patch. In case some issues pop up with GH actions, we can simply > > > revert it. > > > > > > Thoughts? > > > > I'm going to assume actions are working, I didn't check that patch. > > But it all LGTM. > > Ack from me. > > Thanks! I staged both patches in a PR: > https://github.com/SELinuxProject/selinux/pull/272 > > It seems that GH actions didn't trigger on the PR. I've seen it in > another project as well, but that PR is not merged yet, so I don't > know if it just happens on the first PR or if there is some problem... Hi, When I pushed these commits to my repository, it triggered the actions (https://github.com/fishilico/selinux/actions/runs/390210020), so I merged the Pull Request, which triggered https://github.com/SELinuxProject/selinux/actions/runs/390222348 . So this "just works" :) Thanks, Nicolas