From d968d988cdc2f21efcaf1636e69875c01eb09d74 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 8 May 2018 14:59:05 -0700 Subject: [PATCH] ci: Split codestyle checks into separate context Prep for reworking the primary test to do vm-in-container, which will temporarily be vm-in-container-in-vm. See https://github.com/projectatomic/rpm-ostree/pull/1362 Closes: #1364 Approved by: jlebon --- .papr.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.papr.yml b/.papr.yml index 34a169fe9e..bd7af95bb0 100644 --- a/.papr.yml +++ b/.papr.yml @@ -3,9 +3,19 @@ branches: - auto - try -context: f27-primary - +context: f27-codestyle required: true +container: + image: registry.fedoraproject.org/fedora:28 + +tests: + - ci/ci-commitmessage-submodules.sh + - ci/codestyle.sh + +--- + +context: f27-primary +inherit: true cluster: hosts: @@ -26,8 +36,6 @@ env: CI_PKGS: rsync tests: - - ci/ci-commitmessage-submodules.sh - - ci/codestyle.sh - ci/build-check.sh - ci/vmcheck-provision.sh - make vmcheck