From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A30D7A0545; Wed, 25 Nov 2020 15:31:31 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3103EC952; Wed, 25 Nov 2020 15:31:29 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 19DFFC93A for ; Wed, 25 Nov 2020 15:31:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606314684; 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=bWol+d0mSwoPACc7fvXfqtwVr3y1XzucGoGps3Of94Y=; b=ArXs65T+CPfPte23gQENjosF/iI+FEyPf75i1zH+szDVv+Blay395kXvUx3W/4U2NveXBG 9ycpzfd11lY/XlFbIAIDo8Gu+jAjvfkAfNKiLqmSy66zJZp/5A3h40Mj6DTgdPavM2fIGD 78q6vBzB2MPhQB+rTr4a1dBnHkq2zH4= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-540-2D0lal9GO420OlzPyV2SxA-1; Wed, 25 Nov 2020 09:31:22 -0500 X-MC-Unique: 2D0lal9GO420OlzPyV2SxA-1 Received: by mail-vk1-f199.google.com with SMTP id y16so538138vke.0 for ; Wed, 25 Nov 2020 06:31:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bWol+d0mSwoPACc7fvXfqtwVr3y1XzucGoGps3Of94Y=; b=UjdiN53vQifcz2Nx+vA1VtVQyR4W5UIxCILqKo0Tl4pS0YoW1vzxynQqoU73AyAc8k +txeVkS0bIaR5p98cQ6bxHksQOZD3eRiSnSFUiuBJObwWZnQZcMrg+mBgUX+gREGo4w+ Lq+UykK8R0oSV/LGMUOIRdF2WjMEvvdnkM+cxcIuegiMiTAnbAZtcv7cClMXOqyPbtZo mAZwNz8qmfYZm/1O8Q7OIDUKihW5lyu3FrqhULhf/ZOnpQLgsgfzPb1jJNq9npoWhjPk tKqHxOaajlvFYImoPcY4h+SchZ9OA+C6Wn2i2olfTc6/M0z4QZsRSsk8txJxyxVrr4fk SyWw== X-Gm-Message-State: AOAM5327MizsGTdP8SLA9p7Es38i9lnbGsv7PLDVq7bCG85lkiycC+aG d6kRID90FZTS7jLH6ic2+7C6TsIuaLEcqjGOvVdNM/qZJUNfeRY/IOY5M9mwl/9dIoOaGg5bgjK XsSA4QRLQmhtzrGC1POU= X-Received: by 2002:ab0:2e9:: with SMTP id 96mr1972297uah.87.1606314681527; Wed, 25 Nov 2020 06:31:21 -0800 (PST) X-Google-Smtp-Source: ABdhPJxWK27QOrkn2l1XS2lErQIPP/IyO5aLd+ZcbDxHKM5sIAgXRywgr6hJmLlqQMCVQ29/PYXs2vdTlFQMBwa9r/k= X-Received: by 2002:ab0:2e9:: with SMTP id 96mr1972275uah.87.1606314681340; Wed, 25 Nov 2020 06:31:21 -0800 (PST) MIME-Version: 1.0 References: <20201124215700.12126-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Wed, 25 Nov 2020 15:31:10 +0100 Message-ID: To: Aaron Conole Cc: dev , Michael Santana , Thomas Monjalon , Honnappa Nagarahalli Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] ci: hook to Github Actions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Nov 25, 2020 at 2:45 PM Aaron Conole wrote: > Thanks for working on this. Sadly, I think we will have to abandon > Travis soon - given the new changes it is looking very awful. Robot > already is starved for job time. > > Since we don't have ARM test runs, I guess we will have to rely on > something else for that coverage now, but I like that there is coverage > included at least to compile. For ARM test runs, UNH is a good candidate but nothing prevents other ARM based CI from being added. > I will need to update the robot to pull information from github actions, > so for now it will need to be manually checked (but here's an example of > a run: https://github.com/ovsrobot/dpdk/actions/runs/382073265). What's > nice is the robot is already primed to run the jobs, so that's good. Thanks. I added a bookmark to https://github.com/ovsrobot/dpdk/actions for now. -- David Marchand