Skip to content

Commit

Permalink
jenkins: Disable desktop builds for noble
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Feb 16, 2024
1 parent ded590d commit 92405b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins/jobs/image-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
combination-filter: '
!(architecture!="amd64" && variant == "desktop") &&
!(release=="xenial" && variant == "desktop") &&
!(release=="bionic" && variant == "desktop")'
!(release=="bionic" && variant == "desktop") &&
!(release=="noble" && variant == "desktop")'

properties:
- build-discarder:
Expand Down

0 comments on commit 92405b0

Please sign in to comment.