Skip to content

Commit

Permalink
disable noble for now
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed May 8, 2024
1 parent a660f64 commit 597c887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/ci/tests/debian/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pipeline {
parameters {
booleanParam(name: 'focal', defaultValue: true, description: 'Test Ubuntu 20.04 packages')
booleanParam(name: 'jammy', defaultValue: true, description: 'Test Ubuntu 22.04 packages')
booleanParam(name: 'noble', defaultValue: true, description: 'Test Ubuntu 24.04 packages')
booleanParam(name: 'noble', defaultValue: false, description: 'Test Ubuntu 24.04 packages')

booleanParam(name: 'buster', defaultValue: true, description: 'Test Debian 10 packages')
booleanParam(name: 'bullseye',defaultValue: true, description: 'Test Debian 11 packages')
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian

0 comments on commit 597c887

Please sign in to comment.