Skip to content

Commit

Permalink
uncomment steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Nov 20, 2020
1 parent 5c05cec commit 6efa21b
Showing 1 changed file with 127 additions and 127 deletions.
254 changes: 127 additions & 127 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1042,135 +1042,135 @@ workflows:
only: /.+/
tags:
only: /.+/
# - test_barebone_release:
# filters: *all_branches_and_tags
# - notify_services:
# requires:
# - increase_chart_version_watcher_master
# - increase_chart_version_watcher_info_master
# filters:
# branches:
# only:
# - master
# - coveralls_report:
# requires:
# - watcher_coveralls_and_integration_tests
# - watcher_info_coveralls_and_integration_tests
# - common_coveralls_and_integration_tests
# - test
# - watcher_coveralls_and_integration_tests:
# requires: [build]
# filters: *all_branches_and_tags
# - watcher_info_coveralls_and_integration_tests:
# requires: [build]
# filters: *all_branches_and_tags
# - common_coveralls_and_integration_tests:
# requires: [build]
# filters: *all_branches_and_tags
- test_barebone_release:
filters: *all_branches_and_tags
- notify_services:
requires:
- increase_chart_version_watcher_master
- increase_chart_version_watcher_info_master
filters:
branches:
only:
- master
- coveralls_report:
requires:
- watcher_coveralls_and_integration_tests
- watcher_info_coveralls_and_integration_tests
- common_coveralls_and_integration_tests
- test
- watcher_coveralls_and_integration_tests:
requires: [build]
filters: *all_branches_and_tags
- watcher_info_coveralls_and_integration_tests:
requires: [build]
filters: *all_branches_and_tags
- common_coveralls_and_integration_tests:
requires: [build]
filters: *all_branches_and_tags
- test_docker_compose_release:
filters: *all_branches_and_tags
# - test_docker_compose_performance:
# filters: *all_branches_and_tags
- test_docker_compose_performance:
filters: *all_branches_and_tags
- test_docker_compose_reorg:
filters: *all_branches_and_tags
# - audit_deps:
# requires: [build]
# filters: *all_branches_and_tags
# - lint:
# requires: [build]
# filters: *all_branches_and_tags
# - lint_version:
# requires: [build]
# filters: *all_branches_and_tags
# - sobelow:
# requires: [build]
# filters: *all_branches_and_tags
# - dialyzer:
# requires: [build]
# filters: *all_branches_and_tags
# - test:
# requires: [build]
# filters: *all_branches_and_tags
# - property_tests:
# requires: [build]
# filters: *all_branches_and_tags
# - watcher_mix_based_childchain:
# filters: *all_branches_and_tags
# - publish_watcher:
# requires:
# [
# test_barebone_release,
# test_docker_compose_release,
# watcher_coveralls_and_integration_tests,
# watcher_info_coveralls_and_integration_tests,
# common_coveralls_and_integration_tests,
# test,
# property_tests,
# dialyzer,
# lint,
# lint_version,
# audit_deps
# ]
# filters: &master_and_version_branches_and_all_tags
# branches:
# only:
# - master
# # vMAJOR.MINOR (e.g. v0.1, v0.2, v1.0, v2.1, etc.)
# - /^v[0-9]+\.[0-9]+/
# tags:
# only:
# - /.+/
# - publish_watcher_info:
# requires:
# [
# test_barebone_release,
# test_docker_compose_release,
# watcher_coveralls_and_integration_tests,
# watcher_info_coveralls_and_integration_tests,
# common_coveralls_and_integration_tests,
# test,
# property_tests,
# dialyzer,
# lint,
# lint_version,
# audit_deps
# ]
# filters: *master_and_version_branches_and_all_tags
- audit_deps:
requires: [build]
filters: *all_branches_and_tags
- lint:
requires: [build]
filters: *all_branches_and_tags
- lint_version:
requires: [build]
filters: *all_branches_and_tags
- sobelow:
requires: [build]
filters: *all_branches_and_tags
- dialyzer:
requires: [build]
filters: *all_branches_and_tags
- test:
requires: [build]
filters: *all_branches_and_tags
- property_tests:
requires: [build]
filters: *all_branches_and_tags
- watcher_mix_based_childchain:
filters: *all_branches_and_tags
- publish_watcher:
requires:
[
test_barebone_release,
test_docker_compose_release,
watcher_coveralls_and_integration_tests,
watcher_info_coveralls_and_integration_tests,
common_coveralls_and_integration_tests,
test,
property_tests,
dialyzer,
lint,
lint_version,
audit_deps
]
filters: &master_and_version_branches_and_all_tags
branches:
only:
- master
# vMAJOR.MINOR (e.g. v0.1, v0.2, v1.0, v2.1, etc.)
- /^v[0-9]+\.[0-9]+/
tags:
only:
- /.+/
- publish_watcher_info:
requires:
[
test_barebone_release,
test_docker_compose_release,
watcher_coveralls_and_integration_tests,
watcher_info_coveralls_and_integration_tests,
common_coveralls_and_integration_tests,
test,
property_tests,
dialyzer,
lint,
lint_version,
audit_deps
]
filters: *master_and_version_branches_and_all_tags

# - publish_perf:
# requires: [test_docker_compose_performance]
# filters:
# branches:
# only:
# - master
# # vMAJOR.MINOR (e.g. v0.1, v0.2, v1.0, v2.1, etc.)
# - /^v[0-9]+\.[0-9]+/
# tags:
# only:
# - /.+/
# # Increase chart version for master, this will end up trigger deployment on dev
# - increase_chart_version_watcher_master:
# requires: [publish_watcher, publish_watcher_info]
# filters:
# branches:
# only:
# - master
# - increase_chart_version_watcher_info_master:
# requires: [publish_watcher, publish_watcher_info]
# filters:
# branches:
# only:
# - master
# # Increase chart version for new release
# - increase_chart_version_watcher_release:
# requires: [publish_watcher, publish_watcher_info]
# filters: &only_release_tag
# branches:
# ignore: /.*/
# tags:
# only:
# # eg. v1.0.3-pre.0, v1.0.3, ...
# - /^v[0-9]+\.[0-9]+\.[0-9]+.*/
# - increase_chart_version_watcher_info_release:
# requires: [publish_watcher, publish_watcher_info]
# filters: *only_release_tag
- publish_perf:
requires: [test_docker_compose_performance]
filters:
branches:
only:
- master
# vMAJOR.MINOR (e.g. v0.1, v0.2, v1.0, v2.1, etc.)
- /^v[0-9]+\.[0-9]+/
tags:
only:
- /.+/
# Increase chart version for master, this will end up trigger deployment on dev
- increase_chart_version_watcher_master:
requires: [publish_watcher, publish_watcher_info]
filters:
branches:
only:
- master
- increase_chart_version_watcher_info_master:
requires: [publish_watcher, publish_watcher_info]
filters:
branches:
only:
- master
# Increase chart version for new release
- increase_chart_version_watcher_release:
requires: [publish_watcher, publish_watcher_info]
filters: &only_release_tag
branches:
ignore: /.*/
tags:
only:
# eg. v1.0.3-pre.0, v1.0.3, ...
- /^v[0-9]+\.[0-9]+\.[0-9]+.*/
- increase_chart_version_watcher_info_release:
requires: [publish_watcher, publish_watcher_info]
filters: *only_release_tag

0 comments on commit 6efa21b

Please sign in to comment.