Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Commit

Permalink
papr: use new name and bump to f26
Browse files Browse the repository at this point in the history
Rename the YAML file and its auxiliary files to the newly supported
name. Bump tests to use F26, and switch to using the Alpha stream,
which is more stable than continuous.

Closes: #1076
Approved by: baude
  • Loading branch information
jlebon authored and rh-atomic-bot committed Aug 23, 2017
1 parent 35f7b52 commit 08237d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .redhat-ci.Dockerfile → .papr.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM fedora:24
MAINTAINER Jonathan Lebon <[email protected]>
FROM registry.fedoraproject.org/fedora:26

# NB: we also install python2 reqs here (which the builddep
# does not catch since on F24 we build for py3) so that we
Expand All @@ -8,7 +7,7 @@ MAINTAINER Jonathan Lebon <[email protected]>
# two separate images.

RUN dnf install -y \
git \
git \
make \
python3-pylint \
python3-slip-dbus \
Expand Down
File renamed without changes.
13 changes: 6 additions & 7 deletions .redhat-ci.yml → .papr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ branches:
- try

host:
distro: fedora/25/atomic
distro: fedora/26/atomic
specs:
secondary-disk: 10

context: fedora/25/atomic
context: fedora/26/atomic

required: true

env:
ENABLE_DESTRUCTIVE: "1"

tests:
- ./.redhat-ci.sh
- ./.papr.sh

artifacts:
- tests.log
Expand All @@ -28,10 +28,9 @@ timeout: 30m
inherit: true

host:
distro: centos/7/atomic/continuous
distro: centos/7/atomic/alpha
specs:
secondary-disk: 10
secondary-disk: 10

context: centos/7/atomic

Expand All @@ -40,11 +39,11 @@ context: centos/7/atomic
inherit: true

host:
distro: fedora/25/cloud
distro: fedora/26/cloud
specs:
secondary-disk: 10

context: fedora/25/cloud
context: fedora/26/cloud

# we install atomic to get the runtime reqs but of course,
# its files will get overwritten by the containerized build
Expand Down

0 comments on commit 08237d9

Please sign in to comment.