apache-spark-on-k8s / spark

Apache Spark enhanced with native Kubernetes scheduler back-end: NOTE this repository is being ARCHIVED as all new development for the kubernetes scheduler back-end is now on https://github.com/apache/spark/
https://spark.apache.org/
Apache License 2.0
612 stars 118 forks source link

Update integration testing to match new package name k8s #509

Closed foxish closed 7 years ago

foxish commented 7 years ago

From https://github.com/apache-spark-on-k8s/spark/pull/497#issuecomment-331751032

@varunkatta @ssuchter The Jenkins environment needs to be updated since the commands had a wildcard on deploy.kubernetes. which has been changed to deploy.k8s.

cc/ @ifilonenko

foxish commented 7 years ago

@ifilonenko, only the integration tests need the update as far as I checked. Correct?

ifilonenko commented 7 years ago

Unit tests don't have wildcard because they run complete unit tests, so yes, I believe so

ssuchter commented 7 years ago

I think this is done. I modified two command lines in these builds:

PR-spark-k8s-integration-test SCHEDULED-spark-k8s-integration-test

and one command line in this build:

test-spark

foxish commented 7 years ago

Verified that this is fixed. Thanks @ssuchter!