mirror of https://github.com/status-im/consul.git
Co-authored-by: Jamie Finnigan <jfinnigan@hashicorp.com>
This commit is contained in:
parent
55600be4a9
commit
59ee091fb0
|
@ -215,12 +215,6 @@ jobs:
|
||||||
path: *TEST_RESULTS_DIR
|
path: *TEST_RESULTS_DIR
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: *TEST_RESULTS_DIR
|
path: *TEST_RESULTS_DIR
|
||||||
- run: &codecov_upload
|
|
||||||
name: codecov upload
|
|
||||||
when: always
|
|
||||||
# The -C flag shouldn't be necessary, but it fails to find the commit
|
|
||||||
# without it.
|
|
||||||
command: bash <(curl -s https://codecov.io/bash) -C "$CIRCLE_SHA1"
|
|
||||||
|
|
||||||
# split off a job for the API package since it is separate
|
# split off a job for the API package since it is separate
|
||||||
go-test-api:
|
go-test-api:
|
||||||
|
@ -252,7 +246,6 @@ jobs:
|
||||||
path: *TEST_RESULTS_DIR
|
path: *TEST_RESULTS_DIR
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: *TEST_RESULTS_DIR
|
path: *TEST_RESULTS_DIR
|
||||||
- run: *codecov_upload
|
|
||||||
|
|
||||||
# split off a job for the SDK package since it is separate
|
# split off a job for the SDK package since it is separate
|
||||||
go-test-sdk:
|
go-test-sdk:
|
||||||
|
@ -284,7 +277,6 @@ jobs:
|
||||||
path: *TEST_RESULTS_DIR
|
path: *TEST_RESULTS_DIR
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: *TEST_RESULTS_DIR
|
path: *TEST_RESULTS_DIR
|
||||||
- run: *codecov_upload
|
|
||||||
|
|
||||||
# build all distros
|
# build all distros
|
||||||
build-distros: &build-distros
|
build-distros: &build-distros
|
||||||
|
@ -648,10 +640,6 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
working_directory: ui-v2
|
working_directory: ui-v2
|
||||||
command: make test-coverage-ci
|
command: make test-coverage-ci
|
||||||
- run:
|
|
||||||
name: codecov ui upload
|
|
||||||
working_directory: ui-v2
|
|
||||||
command: bash <(curl -s https://codecov.io/bash) -v -c -C $CIRCLE_SHA1 -F ui
|
|
||||||
|
|
||||||
envoy-integration-test-1_11_2:
|
envoy-integration-test-1_11_2:
|
||||||
docker:
|
docker:
|
||||||
|
@ -730,7 +718,6 @@ jobs:
|
||||||
make test-connect-ca-providers
|
make test-connect-ca-providers
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: *TEST_RESULTS_DIR
|
path: *TEST_RESULTS_DIR
|
||||||
- run: *codecov_upload
|
|
||||||
|
|
||||||
# only runs on master: checks latest commit to see if the PR associated has a backport/* or docs* label to cherry-pick
|
# only runs on master: checks latest commit to see if the PR associated has a backport/* or docs* label to cherry-pick
|
||||||
cherry-picker:
|
cherry-picker:
|
||||||
|
|
Loading…
Reference in New Issue