We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25da723 commit 13703faCopy full SHA for 13703fa
1 file changed
.circleci/config.yml
@@ -28,7 +28,6 @@ spark-25299-branch-only: &spark-25299-branch-only
28
branches:
29
only:
30
- spark-25299
31
- - spark-25299-test-build
32
- yh/add-benchmarks-and-ci
33
34
deployable-branches-and-tags: &deployable-branches-and-tags
@@ -474,7 +473,7 @@ jobs:
474
473
- *restore-build-binaries-cache
475
- *restore-home-sbt-cache
476
- run:
477
- command: ./dev/run-spark-25299-benchmarks.sh
+ command: ./dev/run-spark-25299-benchmarks.sh -u
478
- store_artifacts:
479
path: /tmp/artifacts/
480
0 commit comments