Skip to content

Commit

Permalink
Remove integration tests since we do not have capacity to run them an…
Browse files Browse the repository at this point in the history
…yway
  • Loading branch information
pmm-sumo committed Jul 9, 2020
1 parent 40aeb8c commit f4635a3
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ workflows:
requires:
- lint
- unit-tests
- integration-tests
- build
- cross-compile
filters:
Expand Down Expand Up @@ -326,23 +325,3 @@ jobs:
}'
when: on_fail

integration-tests:
executor: machine
environment:
GOPATH: /home/circleci/go
steps:
- setup_go
- setup
- run:
name: Integration tests with coverage
command: |
mkdir -p test-results/junit
trap "go-junit-report -set-exit-code < test-results/go-integration-tests.out > test-results/junit/results.xml" EXIT
make integration-tests-with-cover | tee test-results/go-integration-tests.out
- run:
name: Upload integration test coverage
command: bash <(curl -s https://codecov.io/bash) -F integration
- store_test_results:
path: test-results/junit
- store_artifacts:
path: test-results

0 comments on commit f4635a3

Please sign in to comment.