From patchwork Thu May 18 20:17:06 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joe Stringer X-Patchwork-Id: 764175 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wTMtJ4SW8z9s4q for ; Fri, 19 May 2017 06:17:28 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 37929BBE; Thu, 18 May 2017 20:17:18 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 1E892B7E for ; Thu, 18 May 2017 20:17:17 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id AE217134 for ; Thu, 18 May 2017 20:17:16 +0000 (UTC) Received: from mfilter41-d.gandi.net (mfilter41-d.gandi.net [217.70.178.173]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id 2EA8D1720D9; Thu, 18 May 2017 22:17:15 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter41-d.gandi.net Received: from relay4-d.mail.gandi.net ([IPv6:::ffff:217.70.183.196]) by mfilter41-d.gandi.net (mfilter41-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 0aTvl3zDjv_q; Thu, 18 May 2017 22:17:13 +0200 (CEST) X-Originating-IP: 208.91.1.34 Received: from carno.eng.vmware.com (unknown [208.91.1.34]) (Authenticated sender: joe@ovn.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 3795E17209F; Thu, 18 May 2017 22:17:12 +0200 (CEST) From: Joe Stringer To: dev@openvswitch.org Date: Thu, 18 May 2017 13:17:06 -0700 Message-Id: <20170518201706.24396-1-joe@ovn.org> X-Mailer: git-send-email 2.11.1 X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH] travis: Update kernel build targets. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org 3.18 and 3.12 have been EOLed, 4.11 is new, and there are some minor revisions to other kernels. Update the list. Signed-off-by: Joe Stringer Acked-by: Greg Rose --- .travis.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a7387373ed7..36cd5cf6a7d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,17 +25,16 @@ sudo: false env: - OPTS="--disable-ssl" - - TESTSUITE=1 KERNEL=3.16.39 + - TESTSUITE=1 KERNEL=3.16.43 - TESTSUITE=1 OPTS="--enable-shared" - BUILD_ENV="-m32" OPTS="--disable-ssl" - - KERNEL=3.16.39 DPDK=1 - - KERNEL=3.16.39 DPDK=1 OPTS="--enable-shared" - - KERNEL=4.10.12 - - KERNEL=4.9.24 - - KERNEL=4.4.63 + - KERNEL=3.16.43 DPDK=1 + - KERNEL=3.16.43 DPDK=1 OPTS="--enable-shared" + - KERNEL=4.11.1 + - KERNEL=4.10.16 + - KERNEL=4.9.28 + - KERNEL=4.4.68 - KERNEL=4.1.39 - - KERNEL=3.18.50 - - KERNEL=3.12.73 - KERNEL=3.10.105 - TESTSUITE=1 LIBS=-ljemalloc