Skip to content

Commit

Permalink
drop Foreman 2.4 and Katello 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Dec 10, 2021
1 parent 30d5cdf commit 47c3753
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 164 deletions.
1 change: 0 additions & 1 deletion centos.org/jobs/foreman-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- ubuntu1804
- ubuntu2004
version:
- '2.4'
- '2.5'
- '3.0'
action:
Expand Down
29 changes: 0 additions & 29 deletions centos.org/jobs/katello-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,4 @@
---
- project:
name: katello-release-4.0-install
jobs:
- 'foreman-pipeline-{type}-{version}-{distro}-{action}'
empty: ''
version:
- '4.0'
distro:
- centos7
- centos8
action:
- install
type:
- katello

- project:
name: katello-release-4.0-upgrade
jobs:
- 'foreman-pipeline-{type}-{version}-{distro}-{action}'
empty: ''
version:
- '4.0'
distro:
- centos7
action:
- upgrade
type:
- katello

- project:
name: katello-release-4.1
jobs:
Expand Down
3 changes: 0 additions & 3 deletions theforeman.org/pipelines/release/pipelines/katello.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ pipeline {

steps {
script {
if (katello_version in ['4.0']) {
push_rpms_katello(katello_version)
}
foreman_el_releases.each { distro ->
push_katello_rpms(katello_version, distro)
}
Expand Down
4 changes: 0 additions & 4 deletions theforeman.org/pipelines/test/testKatello.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ def katello_versions = [
'foreman': '2.5-stable',
'ruby': ['2.7']
],
'KATELLO-4.0': [
'foreman': '2.4-stable',
'ruby': ['2.5']
],
]

def ruby_versions = katello_versions[ghprbTargetBranch]['ruby']
Expand Down
40 changes: 0 additions & 40 deletions theforeman.org/pipelines/vars/foreman/2.4.groovy

This file was deleted.

15 changes: 0 additions & 15 deletions theforeman.org/pipelines/vars/katello/4.0.groovy

This file was deleted.

1 change: 0 additions & 1 deletion theforeman.org/yaml/includes/foreman_versions.yaml.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- '2.4'
- '2.5'
- '3.0'
- '3.1'
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- 'katello-{version}-rpm-pipeline'
empty: ''
version:
- '4.0'
- '4.1'
- '4.2'
- '4.3'
40 changes: 0 additions & 40 deletions theforeman.org/yaml/jobs/test_2_4_stable.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions theforeman.org/yaml/jobs/test_proxy_2_4_stable.yaml

This file was deleted.

0 comments on commit 47c3753

Please sign in to comment.