Skip to content

Commit

Permalink
Drop support for Fedora 28
Browse files Browse the repository at this point in the history
Fedora 28 goes EOL in 8 days from the time of this writing, and
the fix for #3237[0] uses a backoff API that does not exist in
the version of backoff that is shipped with Fedora 28. Thus, it is
most sensible to go ahead and drop support for Fedora 28 with
Bodhi 4.0.0.

[0] #3237

Signed-off-by: Randy Barlow <[email protected]>
  • Loading branch information
bowlofeggs committed May 23, 2019
1 parent 7896ef3 commit c869c36
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 123 deletions.
8 changes: 0 additions & 8 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ pull_request_rules:
- label!=WIP
- approved-reviews-by=@fedora-infra/bodhi
- status-success=DCO
- status-success=f28-docs
- status-success=f28-unit
- status-success=f28-diff-cover
- status-success=f28-integration
- status-success=f29-docs
- status-success=f29-unit
- status-success=f29-diff-cover
Expand All @@ -38,10 +34,6 @@ pull_request_rules:
- author=@fedora-infra/bodhi
- "#approved-reviews-by>=1"
- status-success=DCO
- status-success=f28-docs
- status-success=f28-unit
- status-success=f28-diff-cover
- status-success=f28-integration
- status-success=f29-docs
- status-success=f29-unit
- status-success=f29-diff-cover
Expand Down
64 changes: 0 additions & 64 deletions devel/ci/Dockerfile-f28

This file was deleted.

2 changes: 1 addition & 1 deletion devel/ci/bodhi-ci
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CONTAINER_LABEL = 'purpose=bodhi-ci-{}'.format(uuid.uuid4())
# This template is used to generate the summary lines that are printed out at the end.
LABEL_TEMPLATE = '{:>8}-{:<34}'
PROJECT_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
RELEASES = ('f28', 'f29', 'f30', 'rawhide', 'pip')
RELEASES = ('f29', 'f30', 'rawhide', 'pip')


def _set_concurrency(ctx, param, value):
Expand Down
3 changes: 1 addition & 2 deletions devel/ci/cico.pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ node('bodhi') {

try {
parallel(
f28: {test_release('f28')},
f29: {test_release('f29')},
f30: {test_release('f30')},
pip: {test_release('pip')},
Expand All @@ -171,7 +170,7 @@ node('bodhi') {
failed = error
}

def releases = ['f28', 'f29', 'f30', 'pip', 'rawhide']
def releases = ['f29', 'f30', 'pip', 'rawhide']
for (release in releases) {
try {
bodhi_ci(release, 'integration', 'integration', '--no-build --no-init')
Expand Down
48 changes: 0 additions & 48 deletions devel/ci/integration/bodhi/Dockerfile-f28

This file was deleted.

0 comments on commit c869c36

Please sign in to comment.