mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-04 06:33:05 +00:00
fix(smoke-test): use full quickstart image instead of slim for spark tests (#13543)
This commit is contained in:
parent
69a290dd52
commit
c0ba795b1b
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user