Skip to content

Commit be8c021

Browse files
committed
Update skipStage for Ubuntu
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
1 parent b1d7938 commit be8c021

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vars/skipStage.groovy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,7 @@ boolean call(Map config = [:]) {
436436
case 'Functional on Leap 15.4':
437437
return skip_ftest('leap15', target_branch)
438438
case 'Functional on Ubuntu 20.04':
439-
/* we don't do any testing on Ubuntu yet
440-
skip_ftest('ubuntu20', target_branch) */
441-
return true
439+
return skip_ftest('ubuntu20', target_branch)
442440
case 'Fault injection testing':
443441
case 'Fault injection testing on CentOS 8':
444442
case 'Fault injection testing on EL 8':

0 commit comments

Comments
 (0)