From 68750b6894c86ab3dd313641f720d68ba769f981 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 3 Oct 2019 15:22:14 -0400 Subject: [PATCH] ci/papr: Drop f29-codestyle and rust-min-version-check These are also already covered by the Jenkins pipeline. --- .papr.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/.papr.yml b/.papr.yml index e34e573e..85f26097 100644 --- a/.papr.yml +++ b/.papr.yml @@ -1,20 +1,3 @@ -branches: - - master - - auto - - try - -context: f29-codestyle - -required: true -container: - image: registry.fedoraproject.org/fedora:29 - -tests: - - ci/ci-commitmessage-submodules.sh - - ci/codestyle.sh - ---- - context: f29-primary inherit: true @@ -99,20 +82,3 @@ inherit: true context: f29-compose2 env: RPMOSTREE_COMPOSE_TEST_FILTER: even - ---- - -branches: - - master - - auto - - try - -context: rust-min-version-check -timeout: 30m - -required: true -container: - image: registry.fedoraproject.org/fedora:29 - -tests: - - ci/msrv.sh