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 A79CCA0A05; Tue, 19 Jan 2021 13:19:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A777140E1E; Tue, 19 Jan 2021 13:19:12 +0100 (CET) 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 393C5140E12 for ; Tue, 19 Jan 2021 13:19:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1611058750; 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=kWlpDlwYrkdb3LK/fAw2ymUeMhMgJ1X74cZv5L9Ju88=; b=VwwUx58FVM6tLaSrFEQbVxS6HT4ddk+c7jt0E6jvByqZJRa43fw4CHaooBuKh6emDCEx85 lJfUwAS4XOa4FvyGjIBUYqg2Thvi28qoKs1AWceWGyhoZENqak6hU8RPbFXWYQ8g6WN0l3 DNn3Cs6YKj7LpmKNa8dcnWi/cEmbGjM= 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-18-NlbEASvWOnW_XhQQVScW8g-1; Tue, 19 Jan 2021 07:19:09 -0500 X-MC-Unique: NlbEASvWOnW_XhQQVScW8g-1 Received: by mail-vk1-f199.google.com with SMTP id p184so10546138vkd.18 for ; Tue, 19 Jan 2021 04:19:09 -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=kWlpDlwYrkdb3LK/fAw2ymUeMhMgJ1X74cZv5L9Ju88=; b=EbvhJFOPeWJypiZ9Fkm27XxNheUPrRTSqyrSsQeWkqfy68TevYKO1GS/yQiMznUC+6 VqSTkN7e1okQ4grQmPYIG70lOm6sEtfx/eCbM1KQoTOJNf/2cBRo429BDIqy7FN0DJeJ 6ZB1nPtsdgNJdh8ZWloc7j3TxK08ap+fnOISzLwZe96oAcyFz1vjb/Hs94RfcAdJySTx J6TDqR+T+hJO9Fv6Yng7N+67TqV/8swkXOyWUVWgS7YRh0m31DHuqUf8LqGpmQfz1lUb oyuHS98YOtzO+A1WFNUjl9XeDbNvnb9spOwr/l+loMBDp2K7BWiUA+gHBrX0nVIUNliU iK8w== X-Gm-Message-State: AOAM530ChFFhZsJJ033OmGuOFjXuNhbJ1Bd0dl6qTGxw9jaspd64i/dU dxFka7ybC9d70XRjkRRfA1WrlBtmzhAhD3B76i/HSY/4FhT/3E/s9ap+AmeKSVQyGCnM+sZ1349 w2QSqnmT5qhzZdbTr67E= X-Received: by 2002:a67:6943:: with SMTP id e64mr2223164vsc.10.1611058748510; Tue, 19 Jan 2021 04:19:08 -0800 (PST) X-Google-Smtp-Source: ABdhPJxx2CVYENj4Udcz9Rhe6DXwu+2sayuZJ1ghYFb0JpepdiHOHWZZty80PnCmmK6c8t5b2yrvwbTe0vpfGZjwwUA= X-Received: by 2002:a67:6943:: with SMTP id e64mr2223150vsc.10.1611058748321; Tue, 19 Jan 2021 04:19:08 -0800 (PST) MIME-Version: 1.0 References: <20210113090312.24247-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Tue, 19 Jan 2021 13:18:57 +0100 Message-ID: To: David Marchand Cc: dev , Thomas Monjalon , Aaron Conole 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] doc: recommend GitHub Actions for CI 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 Sender: "dev" On Wed, Jan 13, 2021 at 3:17 PM Aaron Conole wrote: > > David Marchand writes: > > > Update the contributing guidelines to describe GitHub Actions first and > > add a warning about Travis usage. > > > > Fixes: 87009585e293 ("ci: hook to GitHub Actions") > > > > Signed-off-by: David Marchand > Acked-by: Aaron Conole Applied. -- David Marchand