@@ -90,15 +90,16 @@ public void test_all_jdks() throws Exception {
9090 }
9191
9292 private final List <Target > crossTestTargets = asList (
93- new Target ("linux" , "x64" ).setTags ("test" ).setHost ("build-x64-linux-latest" ),
94- new Target ("linux" , "arm64" ).setTags ("test" ).setHost ("build-arm64-linux-latest" ),
95- new Target ("linux" , "riscv64" ).setTags ("test" ).setHost ("build-riscv64-linux-latest" ),
96- new Target ("macos" , "x64" ).setTags ("test" ).setHost ("build-x64-macos-latest" ),
97- new Target ("macos" , "arm64" ).setTags ("test" ).setHost ("build-arm64-macos-latest" ),
98- new Target ("windows" , "x64" ).setTags ("test" ).setHost ("build-x64-windows-latest" ),
99- new Target ("windows" , "arm64" ).setTags ("test" ).setHost ("build-arm64-windows-latest" ),
100- new Target ("freebsd" , "x64" ).setTags ("test" ).setHost ("build-x64-freebsd-latest" ),
101- new Target ("openbsd" , "x64" ).setTags ("test" ).setHost ("build-x64-openbsd-latest" )
93+ new Target ("linux" , "x64" ).setTags ("test" ).setHost ("bmh-build-x64-linux-latest" ),
94+ new Target ("linux" , "arm64" ).setTags ("test" ).setHost ("bmh-build-arm64-linux-latest" ),
95+ new Target ("linux" , "riscv64" ).setTags ("test" ).setHost ("bmh-build-riscv64-linux-latest" ),
96+ new Target ("linux_musl" , "x64" ).setTags ("test" ).setHost ("bmh-build-x64-linux-musl-latest" ),
97+ new Target ("macos" , "x64" ).setTags ("test" ).setHost ("bmh-build-x64-macos-latest" ),
98+ new Target ("macos" , "arm64" ).setTags ("test" ).setHost ("bmh-build-arm64-macos-latest" ),
99+ new Target ("windows" , "x64" ).setTags ("test" ).setHost ("bmh-build-x64-windows-latest" ),
100+ new Target ("windows" , "arm64" ).setTags ("test" ).setHost ("bmh-build-arm64-windows-latest" ),
101+ new Target ("freebsd" , "x64" ).setTags ("test" ).setHost ("bmh-build-x64-freebsd-latest" ),
102+ new Target ("openbsd" , "x64" ).setTags ("test" ).setHost ("bmh-build-x64-openbsd-latest" )
102103 );
103104
104105 @ Task (order = 1 )
0 commit comments