Skip to content

Commit

Permalink
Removed container test build step. (hyperledger#2196)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Terry <mark.terry@consensys.net>
  • Loading branch information
mark-terry authored Apr 27, 2021
1 parent 456981c commit b004344
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,19 +194,6 @@ jobs:
- capture_test_results
- capture_test_logs

containerTests:
parallelism: 1
executor: machine_executor
steps:
- prepare
- attach_workspace:
at: ~/project
- run:
name: Container Tests
no_output_timeout: 10m
command: ./gradlew --no-daemon containerTests -i
- capture_test_results

acceptanceTestsQuorum:
parallelism: 1
executor: acceptance_tests_executor
Expand Down Expand Up @@ -303,9 +290,6 @@ workflows:
- acceptanceTestsQuorum:
requires:
- buildDocker
- containerTests:
requires:
- assemble
- buildDocker:
requires:
- assemble
Expand All @@ -318,7 +302,6 @@ workflows:
requires:
- integrationTests
- unitTests
- containerTests
- acceptanceTests
- referenceTests
- buildDocker
Expand All @@ -331,7 +314,6 @@ workflows:
requires:
- integrationTests
- unitTests
- containerTests
- acceptanceTests
- referenceTests
- buildDocker
Expand Down

0 comments on commit b004344

Please sign in to comment.