-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable Spark 3.4.0 premerge for 22.08 and enable for 22.10 #5809
Conversation
Signed-off-by: Thomas Graves <tgraves@nvidia.com>
build |
build |
It's still trying to include 340 because it's part of snapshot.buildvers in dist/pom.xml but now it came from cache (we either need to update the property and file an issue for a single source of truth to avoid running into this) :
|
Yes, also nightly build would also be blocked by the issue. There is an issue #5086 for tracking, it would nice to use maybe pom file to be the source of truth for all build/test scripts |
yeah I forgot we put it in all the builds, I'll remove everywhere and we can create a totally separate nightly for spark 3.4 |
build |
fixes #5808
Disable the Spark 3.4 build for premerge since its not stable and changing frequently. We will re-enable in 22.10 when its closer to release.
Signed-off-by: Thomas Graves tgraves@nvidia.com