From patchwork Fri Aug 17 17:59:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geoff Levand X-Patchwork-Id: 959058 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41sWF43mw5z9s4Z for ; Sat, 18 Aug 2018 03:59:52 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="D3mB1V92"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 41sWF41nVzzF0pD for ; Sat, 18 Aug 2018 03:59:52 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="D3mB1V92"; dkim-atps=neutral X-Original-To: petitboot@lists.ozlabs.org Delivered-To: petitboot@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (mailfrom) smtp.mailfrom=infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=geoff@infradead.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="D3mB1V92"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41sWDs1Cn1zDqm6 for ; Sat, 18 Aug 2018 03:59:39 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=29QsvIcmiAlCjVwkjfd+ObKZXU/jZeZHkl1L3d9t5p0=; b=D3mB1V92ScCe0D8oCBBfJMF/j t1lL+3LZWGxpk7VjY9CeyUKsI3lSI9SNEC92h9EiHQ0z72zSyWSUN4tGP9LvAf9+OtAszLYyyAWLk qUNPX8E5tFvdTDmwL3LqNZQU3y5WEQ4tt/9EkinwLTkQPCwJq33PTlxymcpn5rtkuPq75ldYwHz1/ 0FDq8kdniURfC86MTtgfCBxnwg4f3jUgPqe6ub501yzscQND51xbP34weujg/ZAJN4UKYIPxKjZev J1E6LICxLNMkE0kkv8OV/JtPgihXzeeeVA5vZV/Jt1KkvKO4O31cZyaKLw624FKg0b1FkuiQ6hc6z pjcgsFU+g==; Received: from 50-233-148-155-static.hfc.comcastbusiness.net ([50.233.148.155] helo=[10.18.6.178]) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1fqj25-0007WU-KM; Fri, 17 Aug 2018 17:59:33 +0000 To: Samuel Mendoza-Jonas From: Geoff Levand Subject: [PATCH] travis: Update to job matrix Message-ID: Date: Fri, 17 Aug 2018 10:59:33 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Language: en-US X-BeenThere: petitboot@lists.ozlabs.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Petitboot bootloader development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: petitboot@lists.ozlabs.org Errors-To: petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Petitboot" o Set language to bash (same as generic), so just the scrip steps run. o Move build-builder to 'before_script'. o Switch to a job matrix of 'os' entries with names. Signed-off-by: Geoff Levand --- Hi Sam, This updates the travis file to use a job matrix. The jobs run should be unchanged, but this gives the jobs a name, which is displayed in the travis UI. A job matrix allows for more advanced logic that we can take advantage of if we start adding more jobs. Please consider. -Geoff .travis.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f458213..cff60dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,17 @@ -language: c +language: bash sudo: required dist: trusty services: docker -os: - - linux - - linux-ppc64le -before_install: +matrix: + include: + - os: linux + name: "linux" + - os: linux-ppc64le + name: "linux-ppc64le" + +before_script: - ./docker/build-builder script: