CircleCI Slack status is for jobs, not workflows
This commit is contained in:
parent
9aa0a2c266
commit
680a87c420
|
@ -71,6 +71,10 @@ jobs:
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: *TEST_RESULTS_DIR
|
path: *TEST_RESULTS_DIR
|
||||||
|
|
||||||
|
- slack/status:
|
||||||
|
# fail_only: true
|
||||||
|
only_for_branches: master
|
||||||
|
|
||||||
go-test-e2e:
|
go-test-e2e:
|
||||||
executor:
|
executor:
|
||||||
name: go
|
name: go
|
||||||
|
@ -97,6 +101,10 @@ jobs:
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: *TEST_RESULTS_DIR
|
path: *TEST_RESULTS_DIR
|
||||||
|
|
||||||
|
- slack/status:
|
||||||
|
# fail_only: true
|
||||||
|
only_for_branches: master
|
||||||
|
|
||||||
# combine code coverage results from the parallel circleci executors
|
# combine code coverage results from the parallel circleci executors
|
||||||
coverage-merge:
|
coverage-merge:
|
||||||
executor:
|
executor:
|
||||||
|
@ -172,9 +180,6 @@ workflows:
|
||||||
requires:
|
requires:
|
||||||
- go-test
|
- go-test
|
||||||
- go-test-e2e
|
- go-test-e2e
|
||||||
- slack/status:
|
|
||||||
# fail_only: true
|
|
||||||
only_for_branches: master
|
|
||||||
build-distros:
|
build-distros:
|
||||||
jobs:
|
jobs:
|
||||||
- build-386
|
- build-386
|
||||||
|
|
Loading…
Reference in New Issue