Skip to content

Commit 4f7022f

Browse files
committed
trial next run
1 parent db26af2 commit 4f7022f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

e2e/e2e-cloud.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
usage () {
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
}

e2e/e2e-prow.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,4 @@ image_repo="gcr.io/spark-testing-191023"
3030

3131
cd "$(dirname "$0")"/../
3232
./e2e/e2e-cloud.sh -m $master -r $repo -i $image_repo
33-
34-
cd "$(dirname "$0")"/../
3533
ls -1 ./integration-test/target/surefire-reports/*.xml | cat -n | while read n f; do cp "$f" "/workspace/_artifacts/junit_0$n.xml"; done

0 commit comments

Comments
 (0)