From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D4703A0508; Tue, 26 Apr 2022 17:06:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7881A40E78; Tue, 26 Apr 2022 17:06:00 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 627A6406A2 for ; Tue, 26 Apr 2022 17:05:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1650985558; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cMAJbT/BhkP8BTh9Oa2qYecpVmTUrdDi+TyzhpQY9eM=; b=f+RwQz54tXhbW5valbFFRXM9rg0f+ml69bP+tXjwf4hpLVC2Qh3D/+brVr2wgCg69QT2/L Hrb2xV+/Vp/gNtBz3pzPKWoO/OUUgiPlEnKBiNAe3z2iqVnzKr+AKr/tuAu09+myCJXI3+ 77zMWAyeYuc3texKpAxK7evrB39X84s= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-260-ad_GGJAPNteditw4e70MOw-1; Tue, 26 Apr 2022 11:05:55 -0400 X-MC-Unique: ad_GGJAPNteditw4e70MOw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 33401299E777; Tue, 26 Apr 2022 15:05:55 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.17.196]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9D1D1C28134; Tue, 26 Apr 2022 15:05:54 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev , Michael Santana Subject: Re: [PATCH] ci: do not dump error logs in GHA containers References: <20220426070916.532-1-david.marchand@redhat.com> Date: Tue, 26 Apr 2022 11:05:53 -0400 In-Reply-To: (David Marchand's message of "Tue, 26 Apr 2022 09:18:01 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org David Marchand writes: > On Tue, Apr 26, 2022 at 9:09 AM David Marchand > 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 > > 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.