[PATCH] ci: do not dump error logs in GHA containers
Aaron Conole
aconole at redhat.com
Tue Apr 26 17:05:53 CEST 2022
David Marchand <david.marchand at redhat.com> writes:
> On Tue, Apr 26, 2022 at 9:09 AM David Marchand
> <david.marchand at redhat.com> wrote:
>>
>> On error, the build logs are displayed in GHA console and logs unless
>> the GITHUB_WORKFLOW env variable is set.
>> However, containers in GHA do not automatically inherit this variable.
>> We could pass this variable in the container environment, but in the
>> end, dumping those logs is only for Travis which we don't really care
>> about anymore.
>>
>> Let's make the linux-build.sh more generic and dump logs from Travis
>> yaml itself.
>>
>> Fixes: b35c4b0aa2bc ("ci: add Fedora 35 container in GHA")
>>
>> Signed-off-by: David Marchand <david.marchand at redhat.com>
>
> TBH, I did not test Travis by lack of interest (plus I don't want to
> be bothered with their ui / credit stuff).
> We could consider dropping Travis in the near future.
>
> Opinions?
I think it makes sense. We haven't had travis reports in a while
because their credit system made it impossible to use. We had kept it
around for users of travis, but at this point, I think most people have
migrated to GHA.
More information about the dev
mailing list