mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
multi–node
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: kennethreitz/bake:ci
|
||||
resource_class: 2xlarge+
|
||||
resource_class: xlarge
|
||||
# parallelism: 6
|
||||
|
||||
working_directory: /app
|
||||
@@ -26,8 +26,8 @@ jobs:
|
||||
command: |
|
||||
cd tests
|
||||
mkdir -p /app/reports/bats
|
||||
# bats $(circleci tests glob '*.bats' | circleci tests split) > "reports/bats/$CIRCLE_NODE_INDEX.tap"
|
||||
bats *.bats > "/app/reports/bats/$CIRCLE_NODE_INDEX.tap"
|
||||
bats $(circleci tests glob '*.bats' | circleci tests split) > "reports/bats/$CIRCLE_NODE_INDEX.tap"
|
||||
# bats *.bats > "/app/reports/bats/$CIRCLE_NODE_INDEX.tap"
|
||||
|
||||
- store_test_results:
|
||||
path: reports
|
||||
|
||||
Reference in New Issue
Block a user