[K/N][perf] Exclude videoplayer bench from execution
Due to the luck of available agents that have SDL and ffmpeg turn off this benchmark
This commit is contained in:
@@ -104,7 +104,9 @@ task buildAnalyzer {
|
||||
}
|
||||
|
||||
task konanRun {
|
||||
subprojects.each {
|
||||
subprojects.findAll {
|
||||
!it.name.contains("videoplayer")
|
||||
}.each {
|
||||
dependsOn "${it.path}:konanRun"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user