Hi,
When using the log output group features, the displayed elapsed time is wrong:
As you can see, the 1st group is reported with a duration of 13m 25s while the 2nd group is reported with 5s. This obviously wrong. Should I change something in my configuration?
- label: ":rspec: Run tests"
command: |
echo "--- :database: Create and migrate database"
bundle exec rails db:setup
echo "--- :rspec: Run Rspec"
bundle exec rake knapsack:rspec["--format progress --format RspecJunitFormatter --out reports/junit/junit-buildkite-job-$BUILDKITE_JOB_ID.xml]
artifact_paths:
- reports/**/*
plugins:
- docker-compose#v3.9.0:
config: build/docker-compose.yml
shell: ["/bin/bash", "-e", "-c"]
workdir: /usr/src/app
run: app
volumes:
- "./reports:/usr/src/app/reports"
env:
- BUILDKITE
- BUILDKITE_BUILD_NUMBER
- BUILDKITE_BUILD_URL
- BUILDKITE_JOB_ID
- BUILDKITE_BRANCH
- BUILDKITE_COMMIT
- BUILDKITE_MESSAGE
- BUILDKITE_PARALLEL_JOB
- BUILDKITE_PARALLEL_JOB_COUNT
- KNAPSACK_GENERATE_REPORT=true