From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Tue, 1 Jun 2021 16:21:03 +0200 Subject: [LTP] [PATCH 0/3] CI: Move from Travis to GitHub Actions In-Reply-To: References: <20210531165052.8731-1-pvorel@suse.cz> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it > On Mon, May 31, 2021 at 6:51 PM Petr Vorel wrote: > > Hi, > > Travis often false positive due "pull rate limit" issue [1], > > thus I decided to finally switch to GitHub Actions. > > Also using GitHub native CI allows more advanced features > > (e.g. update wiki with doc/*.txt, nightly build docparser doc). > > Whole thing is tested [2]. > > I rewritten build.sh, added -r step. > > It's ugly, using commands in yaml would be more readable. But I'd prefer > > 1) not writting shell in yaml 2) have build script for local use. > > Please comment, test. Hi Jan, > We should update docs too, but series looks OK, ACK. Doc fixed in c77c62d64, thanks for reporting it! Kind regards, Petr