-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use a local HTTP server to provide a place for "remote" jars to download in tests #29
base: master
Are you sure you want to change the base?
Conversation
cd $SPARK_REPO_ROOT/dist | ||
|
||
if [[ $DEPLOY_MODE == cloud ]] ; | ||
then | ||
docker build -t $FILE_SERVER_IMAGE "$TEST_ROOT/integration-test/docker-file-server" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the current setup we're building Docker images both in Scala code if the user just runs mvn
but also here as part of the script. We should fix this at a later time though ideally earlier rather than later; there's a bit of room for error right now.
Requires #28 to merge first. |
1dd81f7
to
d1d32b4
Compare
Messed up some merging - fixing |
073568b
to
9008b8c
Compare
Looks ok now |
Jenkins, retest this please. |
rerun integration tests please. |
Kubernetes integration test (test of tests) starting |
Kubernetes integration test (test of tests) status failure |
Build finished. Test FAILed. |
Test FAILed. |
No description provided.