Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Commit

Permalink
Update beaker|restraint-rpms-distroconfig
Browse files Browse the repository at this point in the history
Restraint
Define proper kojitarget for RHEL8.
Fedora rawhide failures should not be ignored anymore.

Beaker
Fedora rawhide kojitarget is created. However,we can
still ignore result as it is not important for us
at this point.

Change-Id: I19edd5a3f2a61096db0f817ebc03cf906c3e47cf
  • Loading branch information
Martin Styk committed Feb 1, 2019
1 parent 03ae590 commit 1d0563b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
9 changes: 4 additions & 5 deletions beaker-rpms-distroconfig.yaml.inc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# RCM has not created this yet: https://projects.engineering.redhat.com/browse/RCM-38028
#- Fedorarawhide:
# dist: .fc30
# kojitarget: eng-fedora-30-candidate
# ignorefail: "1"
- Fedorarawhide:
dist: .fc30
kojitarget: eng-fedora-30-candidate
ignorefail: "1"
- Fedora29:
dist: .fc29
kojitarget: eng-fedora-29-candidate
Expand Down
9 changes: 3 additions & 6 deletions restraint-rpms-distroconfig.yaml.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# After release of F30 it is necessary to create new koji target
dist: .fc30
kojitarget: eng-fedora-30-candidate
ignorefail: "1"
ignorefail: ""
- Fedora29:
dist: .fc29
kojitarget: eng-fedora-29-candidate
Expand All @@ -13,11 +13,8 @@
kojitarget: eng-fedora-28-candidate
ignorefail: ""
- RedHatEnterpriseLinux8:
dist: .el8
# Note that this is NOT the real target where we will be building,
# for now we can only do scratch builds but at least this way
# we can keep testing.
kojitarget: rhel-8.0.0-candidate
dist: .el8bkr
kojitarget: beaker-harness-rhel-8-candidate
ignorefail: ""
- RedHatEnterpriseLinux7:
dist: .el7bkr
Expand Down

0 comments on commit 1d0563b

Please sign in to comment.