File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1818usage () {
1919 echo " Usage:"
2020 echo " ./e2e/e2e-cloud.sh -h Display this help message."
21- echo " ./e2e/e2e-cloud.sh -c <master-url> -r <spark-repo> -i <image-repo>"
21+ echo " ./e2e/e2e-cloud.sh -m <master-url> -r <spark-repo> -i <image-repo>"
2222 echo " note that you must have kubectl configured to access the specified"
2323 echo " <master-url>. Also you must have access to the <image-repo>. "
2424}
Original file line number Diff line number Diff line change @@ -30,6 +30,4 @@ image_repo="gcr.io/spark-testing-191023"
3030
3131cd " $( dirname " $0 " ) " /../
3232./e2e/e2e-cloud.sh -m $master -r $repo -i $image_repo
33-
34- cd " $( dirname " $0 " ) " /../
3533ls -1 ./integration-test/target/surefire-reports/* .xml | cat -n | while read n f; do cp " $f " " /workspace/_artifacts/junit_0$n .xml" ; done
You can’t perform that action at this time.
0 commit comments