Re: [linux-safety] ci pipeline for clang-analyzer
"Sudip Mukherjee" <[email protected]> Thu, 8 Oct 2020 09:44:53 +0100
| Newsgroups | tech.elisa.lists.linux-safety |
|---|---|
| Message-ID | <[email protected]> |
Hi Paul, On 08/10/2020 09:15, Paul Albertella wrote: > This is great Sudip! > > I see that Travis CI has a max duration of 120 minutes for jobs. If we > continue tinyconfig, then I'm guessing that should be enough, but we > will want to explore other options for when we work on more > representative configs, which I think Elana is planning to define as > part of the Dev Process WG's work this quarter. Travis actually has 50 minutes timeout. I have an extended 120 minutes because of something else I used to do earlier. Actually, going through my old mails I can see that I should have 180 minutes. Need to check with them today. I have also tried with gitlab shared runners which had a 180 minutes timeout but that has also failed. https://gitlab.com/sudipm/linux-next/-/jobs/777289423 > > Another alternative would be to use Github Actions, which doesn't seem > to have a maximum job duration, but does limit job runtime to 2000 hours > per month for a free account. I will have a look at it today after adding the report generator to my scripts. If it is 2000 hours per month then we get around 100 hours per day, which should be more than enough. -- Regards Sudip