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 67374A09E9; Mon, 14 Dec 2020 17:17:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4347429AC; Mon, 14 Dec 2020 17:17:48 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 29D091F1C for ; Mon, 14 Dec 2020 17:17:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1607962664; 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=BOlSaqybJL7P99qiCLGNU+JVCOuOcXy7vyicJoujmVg=; b=YBMluVbxv1oKpH7t5I2CR2SUQRFhAbU3+Q6x4HrCsO+4/gKS6cdw7E0clG7Dus8Vwlem34 MgSgmjOGxH0WhitXI1pvqwWNeswLctgnAYEfnCD+9kkHf5YWFt/vKx0IwtMqs+cb7dvvr9 hcl1pN7KNClSg1WtB1Ahl6oKUSRFTvw= Received: from mail-ua1-f71.google.com (mail-ua1-f71.google.com [209.85.222.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-153-QkEFAWvEMTeb0eHHwBoylw-1; Mon, 14 Dec 2020 11:17:40 -0500 X-MC-Unique: QkEFAWvEMTeb0eHHwBoylw-1 Received: by mail-ua1-f71.google.com with SMTP id s21so3557919uar.13 for ; Mon, 14 Dec 2020 08:17:40 -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=BOlSaqybJL7P99qiCLGNU+JVCOuOcXy7vyicJoujmVg=; b=nHn3MjlNnezIZb2ZIHnJ8jpK1YbgWWb82CaYWdEswMvejVIpP/wIbT/B76Z7QGwWeP uXYjGZsUQt2OC6G024xu13OaRnbE3SG9jpH00WczUEuc1BNI2bHvnUQcZo+yU8KO3CZH jUzNsBJF8+vYvfPHd6IE2pqVY7GqeT7bPPKyPAvwvoDugFZAW3GV1iOjaL3C13RKC0PE Wm+/3UwmHD+3NJPrkgrKPfopxVycoVt/zSAdhI3RDi+Af++c8eL7ZAt5doI9l0yKwo/3 7pjiGcvl+fDhqG5picNJH+n70N8F/0CKrmWLup9YeNM7Wq5mRNKOUOsYRcFC2YmERdDu visQ== X-Gm-Message-State: AOAM531G4b3RIYgK3Bv9aZkdNoAMB58ZjliIIfBUTptBwZ7aXaYmMBBg ykJ/nh94j/JOP3KFqTFDHeUtqkGRlrHgscNxP6OBHxooRLBOtSJRseFOtCAnVHJiXsc/l0TXoxo M1o8SdNxTtB6kKEzwOKg= X-Received: by 2002:a1f:96cd:: with SMTP id y196mr26120112vkd.18.1607962659181; Mon, 14 Dec 2020 08:17:39 -0800 (PST) X-Google-Smtp-Source: ABdhPJwh+2AaJUVsGMs/XvsD/+cu7vb20YLYxB6E0XFDheRqMJkBl9I7UBI2T1xJkBT7P5vWKxNAG2pPN2FS+8hWxaw= X-Received: by 2002:a1f:96cd:: with SMTP id y196mr26120069vkd.18.1607962658893; Mon, 14 Dec 2020 08:17:38 -0800 (PST) MIME-Version: 1.0 References: <20201124215700.12126-1-david.marchand@redhat.com> <20201204173622.12053-1-david.marchand@redhat.com> In-Reply-To: <20201204173622.12053-1-david.marchand@redhat.com> From: David Marchand Date: Mon, 14 Dec 2020 17:17:27 +0100 Message-ID: To: dev Cc: Aaron Conole , Michael Santana , Thomas Monjalon , "Yigit, Ferruh" 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 v2 1/2] 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 Fri, Dec 4, 2020 at 6:37 PM David Marchand wrote: > > With the recent changes in terms of free access to the Travis CI, let's > offer an alternative with GitHub Actions. > Running jobs on ARM is not supported unless using external runners, so > this commit only adds builds for x86_64 and cross compiling for i386 and > aarch64. > > Differences with the Travis CI integration: > - Error logs are not dumped to the console when something goes wrong. > Instead, they are gathered in a "catch-all" step and attached as > artifacts. > - A cache entry is stored once and for all, but if no cache is found you > can inherit from the default branch cache. The cache is 5GB large, for > the whole git repository. > - The maximum retention of logs and artifacts is 3 months. > - /home/runner is world writable, so a workaround has been added for > starting dpdk processes. > - Ilya, working on OVS GHA support, noticed that jobs can run with > processors that don't have the same capabilities. For DPDK, this > impacts the ccache content since everything was built with > -march=native so far, and we will end up with binaries that can't run > in a later build. The problem has not been seen in Travis CI (?) but > it is safer to use a fixed "-Dmachine=default" in any case. > - Scheduling jobs is part of the configuration and takes the form of a > crontab. A build is scheduled every Monday at 0:00 (UTC) to provide a > default ccache for the week (useful for the ovsrobot). > > Signed-off-by: David Marchand Tested-by: Ferruh Yigit Acked-by: Thomas Monjalon Acked-by: Aaron Conole Series applied. For the time being, we can check jobs status by checking: https://github.com/ovsrobot/dpdk/actions Next step is to update the robot to make use of https://docs.github.com/en/free-pro-team@latest/rest/reference/actions#list-workflow-runs-for-a-repository -- David Marchand