Skip Java tests on ARM (#19214)
This commit is contained in:
parent
147be384ee
commit
9234e6bfdb
|
|
@ -11,6 +11,9 @@
|
||||||
|
|
||||||
<IsTestProject>true</IsTestProject>
|
<IsTestProject>true</IsTestProject>
|
||||||
|
|
||||||
|
<!-- Installing Java on ARM will take some work -->
|
||||||
|
<SkipHelixArm>true</SkipHelixArm>
|
||||||
|
|
||||||
<!-- Disable gradle daemon on CI since the CI seems to try to wait for the daemon to shut down, which it doesn't do :) -->
|
<!-- Disable gradle daemon on CI since the CI seems to try to wait for the daemon to shut down, which it doesn't do :) -->
|
||||||
<GradleOptions Condition="'$(ContinuousIntegrationBuild)' == 'true'">$(GradleOptions) -Dorg.gradle.daemon=false</GradleOptions>
|
<GradleOptions Condition="'$(ContinuousIntegrationBuild)' == 'true'">$(GradleOptions) -Dorg.gradle.daemon=false</GradleOptions>
|
||||||
<PublishDir>$(OutputPath)</PublishDir>
|
<PublishDir>$(OutputPath)</PublishDir>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue