We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d7938 commit be8c021Copy full SHA for be8c021
vars/skipStage.groovy
@@ -436,9 +436,7 @@ boolean call(Map config = [:]) {
436
case 'Functional on Leap 15.4':
437
return skip_ftest('leap15', target_branch)
438
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
+ return skip_ftest('ubuntu20', target_branch)
442
case 'Fault injection testing':
443
case 'Fault injection testing on CentOS 8':
444
case 'Fault injection testing on EL 8':
0 commit comments