Skip to content

Commit

Permalink
Collapse ruby 2.1 and coverage unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Innis <[email protected]>
  • Loading branch information
mariash authored and Corey Innis committed May 9, 2015
1 parent 1b51239 commit fe68270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions ci/concourse/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ jobs:
params:
RUBY_VERSION: 1.9.3
- task: ruby-2.1
file: bosh-src/ci/concourse/tasks/test-unit.yml
config:
params:
RUBY_VERSION: 2.1.2
- task: coverage
file: bosh-src/ci/concourse/tasks/test-coverage.yml
file: bosh-src/ci/concourse/tasks/test-unit-coverage.yml
config:
params:
RUBY_VERSION: 2.1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:

run:
path: bosh-src/ci/concourse/tasks/rake.sh
args: ["spec:unit", "ci:publish_coverage_report"]
args: ["--trace", "go", "spec:unit", "ci:publish_coverage_report"]

params:
COVERAGE: true

0 comments on commit fe68270

Please sign in to comment.