Skip to content

Commit

Permalink
Drop Debian 11 bullseye in nightly
Browse files Browse the repository at this point in the history
This replaces plugin building from bullseye to jammy because that's the
now the oldest release we support.
  • Loading branch information
ekohl committed Dec 20, 2024
1 parent 1447856 commit 281a28a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/lib/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def find_changed_debs(diff_range) {
type: 'plugin',
name: project,
path: "${folder}/${project}",
operating_system: 'bullseye'
operating_system: 'jammy'
])
}

Expand Down
4 changes: 1 addition & 3 deletions theforeman.org/pipelines/vars/foreman/nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ def foreman_client_distros = [
def foreman_el_releases = [
'el9'
]
def foreman_debian_releases = ['bullseye', 'bookworm', 'jammy']
def foreman_debian_releases = ['bookworm', 'jammy']

def pipelines_deb = [
'install': [
'debian11',
'debian12',
'ubuntu2204'
],
'upgrade': [
'debian11',
'debian12',
'ubuntu2204'
]
Expand Down

0 comments on commit 281a28a

Please sign in to comment.