fix(smoke-test): use full quickstart image instead of slim for spark tests (#13543)

This commit is contained in:
Esteban Gutierrez 2025-05-19 11:04:53 -05:00
parent 69a290dd52
commit c0ba795b1b
No known key found for this signature in database

View File

@ -150,7 +150,7 @@ assemble {
dependsOn shadowJar
}
task integrationTest(type: Exec, dependsOn: [shadowJar, ':docker:quickstartSlim'] ) {
task integrationTest(type: Exec, dependsOn: [shadowJar, ':docker:quickstart'] ) {
environment "RUN_QUICKSTART", "false"
commandLine "spark-smoke-test/smoke.sh"
}