Skip to content

SRE-2887 ci: temporary disable Ubuntu builds #459

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion vars/skipStage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ boolean call(Map config = [:]) {
(docOnlyChange(target_branch) &&
prRepos('ubuntu20') == '') ||
prReposContains('ubuntu20', jobName()) ||
skip_stage_pragma('build-ubuntu20-rpm')
skip_stage_pragma('build-ubuntu20-rpm') ||
true // skip Ubuntu until support for 22.04 is re-enabled
case 'Build on CentOS 8':
case 'Build on EL 8':
case 'Build on EL 8.8':
Expand Down