From nobody Wed May 8 04:44:37 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) client-ip=207.211.31.120; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1592837012; cv=none; d=zohomail.com; s=zohoarc; b=hBlbfCGhTLR/T/1YRNpRmIArAm4x1oQ6FgtEpNNWgXu050rOov0nb20Yusr8k+SRL6HZN75hus0SdvK/dpt/aj3u9vDmAzfNCm79IkTQLeV5dZbJLL7jWqhpy8jh2jang3SQVQSOLzEroiDC/Q9e0IyiEs3UbrN/frNKmQEf4j0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1592837012; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=JUkYFsX/QoJ7XjUMV29ZDvuoxC6FUBwMe+ceI9MkPd8=; b=FQ4POe14+mi+cGXUVW4wnHNoyKncEXUc8zZkpDls3eGb1M6lNfQBVnur2P/BPSRUC30lfckubWm9CoubzQuI80H88xXVVIyOeLmtRuN9aNjhfrHx2s8c2DZe/FpduulyF1y4R+porv9Q4Ha0bZ0CSevNhd4re56qGJ8OFrTeTF0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by mx.zohomail.com with SMTPS id 1592837012699132.44348602819935; Mon, 22 Jun 2020 07:43:32 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-415-AxXhaqxaPuawDgyg48nK-w-1; Mon, 22 Jun 2020 10:43:26 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 58AAB107BEF5; Mon, 22 Jun 2020 14:43:15 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A68C35C1BD; Mon, 22 Jun 2020 14:43:14 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 755A2833A4; Mon, 22 Jun 2020 14:43:11 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 05MEhAtZ014142 for ; Mon, 22 Jun 2020 10:43:10 -0400 Received: by smtp.corp.redhat.com (Postfix) id 7C3E75C3F8; Mon, 22 Jun 2020 14:43:10 +0000 (UTC) Received: from himantopus.redhat.com (ovpn-114-158.phx2.redhat.com [10.3.114.158]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3E8F15C221; Mon, 22 Jun 2020 14:43:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1592837010; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=JUkYFsX/QoJ7XjUMV29ZDvuoxC6FUBwMe+ceI9MkPd8=; b=i7OSDCrbR9h/EdoOc07g6su0DzEHdWQzWGHmc9cEdI1eMvlCbqEMFTQjA5Bmmo36LLtYwc Gs4te/cIb0k+1qhshTS0Lmm/l2v+745ScBxULda6kT14/M8zGeQLAOwZn2uvaoMr5VmUe3 NZh2rlJQq5vqLfbPi2k9felJs6WLfQw= X-MC-Unique: AxXhaqxaPuawDgyg48nK-w-1 From: Jonathon Jongsma To: libvir-list@redhat.com Subject: [libvirt PATCH v2] ci: Use openSUSE image for code style checking Date: Mon, 22 Jun 2020 09:43:05 -0500 Message-Id: <20200622144305.17562-1-jjongsma@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-loop: libvir-list@redhat.com Cc: abologna@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" CentOS does not have the cppi package, so some code style checks are skipped. Switch to a openSUSE image to do the code style checks. Signed-off-by: Jonathon Jongsma Reviewed-by: Andrea Bolognani Reviewed-by: Erik Skultety and pushed. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bfb66a652d..5fbc82b3dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -496,7 +496,7 @@ website: =20 codestyle: stage: builds - image: $CI_REGISTRY_IMAGE/ci-centos-8:latest + image: $CI_REGISTRY_IMAGE/ci-opensuse-151:latest before_script: - *script_variables script: --=20 2.21.3