dongjoon-hyun commented on a change in pull request #35422:
URL: https://github.com/apache/spark/pull/35422#discussion_r804254326
##########
File path: project/SparkBuild.scala
##########
@@ -421,6 +421,16 @@ object SparkBuild extends PomBuild {
// SPARK-14738 - Remove docker tests from main Spark build
// enable(DockerIntegrationTests.settings)(dockerIntegrationTests)
+ if (!profiles.contains("volcano")) {
+ enable(Seq(
+ Compile / unmanagedSources / excludeFilter := HiddenFileFilter ||
"VolcanoFeatureStep.scala",
+ Test / unmanagedSources / excludeFilter := HiddenFileFilter ||
"VolcanoFeatureStepSuite.scala"
Review comment:
BTW, this looks a little fragile. Can we use `*` at least?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]