[Wasm] Extract Fir compiler tests into :wasmFirCompilerTest task
This is needed to run K1 and K2 tests in parallel on separate CI agents
This commit is contained in:
+6
-1
@@ -671,13 +671,18 @@ tasks {
|
||||
}
|
||||
|
||||
register("wasmCompilerTest") {
|
||||
dependsOn(":wasm:wasm.tests:test")
|
||||
dependsOn(":wasm:wasm.tests:testK1")
|
||||
dependsOn(":wasm:wasm.tests:diagnosticTest")
|
||||
// Windows WABT release requires Visual C++ Redistributable
|
||||
if (!kotlinBuildProperties.isTeamcityBuild || !org.gradle.internal.os.OperatingSystem.current().isWindows) {
|
||||
dependsOn(":wasm:wasm.ir:test")
|
||||
}
|
||||
}
|
||||
|
||||
register("wasmFirCompilerTest") {
|
||||
dependsOn(":wasm:wasm.tests:testFir")
|
||||
}
|
||||
|
||||
register("nativeCompilerTest") {
|
||||
dependsOn(":native:kotlin-native-utils:test")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user