Skip to content

Commit

Permalink
ci: Split codestyle checks into separate context
Browse files Browse the repository at this point in the history
Prep for reworking the primary test to do vm-in-container, which
will temporarily be vm-in-container-in-vm.

See #1362

Closes: #1364
Approved by: jlebon
  • Loading branch information
cgwalters authored and rh-atomic-bot committed May 11, 2018
1 parent b03b6a2 commit f256a9e
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .papr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@ branches:
- auto
- try

context: f27-primary

context: f27-codestyle
required: true
container:
image: registry.fedoraproject.org/fedora:27

tests:
- ci/ci-commitmessage-submodules.sh
- ci/codestyle.sh

---

context: f27-primary
inherit: true

cluster:
hosts:
Expand All @@ -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
Expand Down

0 comments on commit f256a9e

Please sign in to comment.