Skip to content

Commit

Permalink
Move CircleCI parallelism setting (linkerd#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
klingerf authored Jun 15, 2017
1 parent 7d9c5dd commit 243db9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- image: openjdk:8
environment:
CI_TERRIBLENESS: 30.seconds
# Run two containers, $CIRCLE_NODE_TOTAL = 2, $CIRCLE_NODE_INDEX = [0|1]
parallelism: 2
# Run two containers, $CIRCLE_NODE_TOTAL = 2, $CIRCLE_NODE_INDEX = [0|1]
parallelism: 2
working_directory: ~/linkerd
# All run steps execute in both containers unless otherwise specified.
# Deploy steps execute on container 0.
Expand Down

0 comments on commit 243db9b

Please sign in to comment.