Skip to content

Commit a4655a7

Browse files
committed
chore: uncomment the commented CI jobs
1 parent 34aba2f commit a4655a7

File tree

1 file changed

+144
-144
lines changed

1 file changed

+144
-144
lines changed

.circleci/config.yml

+144-144
Original file line numberDiff line numberDiff line change
@@ -548,9 +548,9 @@ jobs:
548548
[ -d data2 ] || mkdir data2 && chmod 777 data2
549549
[ -d data ] || mkdir data && chmod 777 data
550550
- run: printf "%s\\n" "$DOCKER_PASS" | docker login -u "$DOCKER_USER" --password-stdin
551-
# - run: make docker-child_chain
552-
# - run: make docker-watcher
553-
# - run: make docker-watcher_info
551+
- run: make docker-child_chain
552+
- run: make docker-watcher
553+
- run: make docker-watcher_info
554554
- run:
555555
name: Start daemon services
556556
command: |
@@ -892,147 +892,147 @@ workflows:
892892
only: /.+/
893893
tags:
894894
only: /.+/
895-
# - test_barebone_release:
896-
# requires: [build]
897-
# filters: *all_branches_and_tags
898-
# - notify_services:
899-
# requires: [deploy_watcher, deploy_watcher_info, deploy_child_chain]
900-
# filters:
901-
# branches:
902-
# only:
903-
# - master
904-
# - coveralls_report:
905-
# requires:
906-
# - child_chain_coveralls_and_integration_tests
907-
# - watcher_coveralls_and_integration_tests
908-
# - watcher_info_coveralls_and_integration_tests
909-
# - common_coveralls_and_integration_tests
910-
# - test
911-
# - child_chain_coveralls_and_integration_tests:
912-
# requires: [build]
913-
# filters: *all_branches_and_tags
914-
# - watcher_coveralls_and_integration_tests:
915-
# requires: [build]
916-
# filters: *all_branches_and_tags
917-
# - watcher_info_coveralls_and_integration_tests:
918-
# requires: [build]
919-
# filters: *all_branches_and_tags
920-
# - common_coveralls_and_integration_tests:
921-
# requires: [build]
922-
# filters: *all_branches_and_tags
923-
# - test_docker_compose_release:
924-
# requires: [build]
925-
# filters: *all_branches_and_tags
895+
- test_barebone_release:
896+
requires: [build]
897+
filters: *all_branches_and_tags
898+
- notify_services:
899+
requires: [deploy_watcher, deploy_watcher_info, deploy_child_chain]
900+
filters:
901+
branches:
902+
only:
903+
- master
904+
- coveralls_report:
905+
requires:
906+
- child_chain_coveralls_and_integration_tests
907+
- watcher_coveralls_and_integration_tests
908+
- watcher_info_coveralls_and_integration_tests
909+
- common_coveralls_and_integration_tests
910+
- test
911+
- child_chain_coveralls_and_integration_tests:
912+
requires: [build]
913+
filters: *all_branches_and_tags
914+
- watcher_coveralls_and_integration_tests:
915+
requires: [build]
916+
filters: *all_branches_and_tags
917+
- watcher_info_coveralls_and_integration_tests:
918+
requires: [build]
919+
filters: *all_branches_and_tags
920+
- common_coveralls_and_integration_tests:
921+
requires: [build]
922+
filters: *all_branches_and_tags
923+
- test_docker_compose_release:
924+
requires: [build]
925+
filters: *all_branches_and_tags
926926
- test_docker_compose_reorg:
927927
requires: [build]
928928
filters: *all_branches_and_tags
929-
# - audit_deps:
930-
# requires: [build]
931-
# filters: *all_branches_and_tags
932-
# - lint:
933-
# requires: [build]
934-
# filters: *all_branches_and_tags
935-
# - lint_version:
936-
# requires: [build]
937-
# filters: *all_branches_and_tags
938-
# - sobelow:
939-
# requires: [build]
940-
# filters: *all_branches_and_tags
941-
# - dialyzer:
942-
# requires: [build]
943-
# filters: *all_branches_and_tags
944-
# - test:
945-
# requires: [build]
946-
# filters: *all_branches_and_tags
947-
# - property_tests:
948-
# requires: [build]
949-
# filters: *all_branches_and_tags
950-
# # Publish in case of master branch, version branches and version tags.
951-
# - publish_child_chain:
952-
# requires:
953-
# [
954-
# child_chain_coveralls_and_integration_tests,
955-
# watcher_coveralls_and_integration_tests,
956-
# watcher_info_coveralls_and_integration_tests,
957-
# common_coveralls_and_integration_tests,
958-
# test,
959-
# property_tests,
960-
# dialyzer,
961-
# lint,
962-
# lint_version,
963-
# audit_deps
964-
# ]
965-
# filters: &master_and_version_branches_and_all_tags
966-
# branches:
967-
# only:
968-
# - master
969-
# # vMAJOR.MINOR (e.g. v0.1, v0.2, v1.0, v2.1, etc.)
970-
# - /^v[0-9]+\.[0-9]+/
971-
# tags:
972-
# only:
973-
# - /.+/
974-
# - publish_watcher:
975-
# requires:
976-
# [
977-
# child_chain_coveralls_and_integration_tests,
978-
# watcher_coveralls_and_integration_tests,
979-
# watcher_info_coveralls_and_integration_tests,
980-
# common_coveralls_and_integration_tests,
981-
# test,
982-
# property_tests,
983-
# dialyzer,
984-
# lint,
985-
# lint_version,
986-
# audit_deps
987-
# ]
988-
# filters: *master_and_version_branches_and_all_tags
989-
# - publish_watcher_info:
990-
# requires:
991-
# [
992-
# child_chain_coveralls_and_integration_tests,
993-
# watcher_coveralls_and_integration_tests,
994-
# watcher_info_coveralls_and_integration_tests,
995-
# common_coveralls_and_integration_tests,
996-
# test,
997-
# property_tests,
998-
# dialyzer,
999-
# lint,
1000-
# lint_version,
1001-
# audit_deps
1002-
# ]
1003-
# filters: *master_and_version_branches_and_all_tags
1004-
# # Release deploy to development in case of master branch.
1005-
# - deploy_child_chain:
1006-
# requires: [publish_child_chain, publish_watcher, publish_watcher_info]
1007-
# filters:
1008-
# branches:
1009-
# only:
1010-
# - master
1011-
# - deploy_watcher:
1012-
# requires: [publish_child_chain, publish_watcher, publish_watcher_info]
1013-
# filters:
1014-
# branches:
1015-
# only:
1016-
# - master
1017-
# - deploy_watcher_info:
1018-
# requires: [publish_child_chain, publish_watcher, publish_watcher_info]
1019-
# filters:
1020-
# branches:
1021-
# only:
1022-
# - master
1023-
# # Increase chart version for new release
1024-
# - increase_chart_version_childchain:
1025-
# requires: [publish_child_chain, publish_watcher, publish_watcher_info]
1026-
# filters: &only_release_tag
1027-
# branches:
1028-
# ignore: /.*/
1029-
# tags:
1030-
# only:
1031-
# # eg. v1.0.3-pre.0, v1.0.3, ...
1032-
# - /^v[0-9]+\.[0-9]+\.[0-9]+.*/
1033-
# - increase_chart_version_watcher:
1034-
# requires: [publish_child_chain, publish_watcher, publish_watcher_info]
1035-
# filters: *only_release_tag
1036-
# - increase_chart_version_watcher_info:
1037-
# requires: [publish_child_chain, publish_watcher, publish_watcher_info]
1038-
# filters: *only_release_tag
929+
- audit_deps:
930+
requires: [build]
931+
filters: *all_branches_and_tags
932+
- lint:
933+
requires: [build]
934+
filters: *all_branches_and_tags
935+
- lint_version:
936+
requires: [build]
937+
filters: *all_branches_and_tags
938+
- sobelow:
939+
requires: [build]
940+
filters: *all_branches_and_tags
941+
- dialyzer:
942+
requires: [build]
943+
filters: *all_branches_and_tags
944+
- test:
945+
requires: [build]
946+
filters: *all_branches_and_tags
947+
- property_tests:
948+
requires: [build]
949+
filters: *all_branches_and_tags
950+
# Publish in case of master branch, version branches and version tags.
951+
- publish_child_chain:
952+
requires:
953+
[
954+
child_chain_coveralls_and_integration_tests,
955+
watcher_coveralls_and_integration_tests,
956+
watcher_info_coveralls_and_integration_tests,
957+
common_coveralls_and_integration_tests,
958+
test,
959+
property_tests,
960+
dialyzer,
961+
lint,
962+
lint_version,
963+
audit_deps
964+
]
965+
filters: &master_and_version_branches_and_all_tags
966+
branches:
967+
only:
968+
- master
969+
# vMAJOR.MINOR (e.g. v0.1, v0.2, v1.0, v2.1, etc.)
970+
- /^v[0-9]+\.[0-9]+/
971+
tags:
972+
only:
973+
- /.+/
974+
- publish_watcher:
975+
requires:
976+
[
977+
child_chain_coveralls_and_integration_tests,
978+
watcher_coveralls_and_integration_tests,
979+
watcher_info_coveralls_and_integration_tests,
980+
common_coveralls_and_integration_tests,
981+
test,
982+
property_tests,
983+
dialyzer,
984+
lint,
985+
lint_version,
986+
audit_deps
987+
]
988+
filters: *master_and_version_branches_and_all_tags
989+
- publish_watcher_info:
990+
requires:
991+
[
992+
child_chain_coveralls_and_integration_tests,
993+
watcher_coveralls_and_integration_tests,
994+
watcher_info_coveralls_and_integration_tests,
995+
common_coveralls_and_integration_tests,
996+
test,
997+
property_tests,
998+
dialyzer,
999+
lint,
1000+
lint_version,
1001+
audit_deps
1002+
]
1003+
filters: *master_and_version_branches_and_all_tags
1004+
# Release deploy to development in case of master branch.
1005+
- deploy_child_chain:
1006+
requires: [publish_child_chain, publish_watcher, publish_watcher_info]
1007+
filters:
1008+
branches:
1009+
only:
1010+
- master
1011+
- deploy_watcher:
1012+
requires: [publish_child_chain, publish_watcher, publish_watcher_info]
1013+
filters:
1014+
branches:
1015+
only:
1016+
- master
1017+
- deploy_watcher_info:
1018+
requires: [publish_child_chain, publish_watcher, publish_watcher_info]
1019+
filters:
1020+
branches:
1021+
only:
1022+
- master
1023+
# Increase chart version for new release
1024+
- increase_chart_version_childchain:
1025+
requires: [publish_child_chain, publish_watcher, publish_watcher_info]
1026+
filters: &only_release_tag
1027+
branches:
1028+
ignore: /.*/
1029+
tags:
1030+
only:
1031+
# eg. v1.0.3-pre.0, v1.0.3, ...
1032+
- /^v[0-9]+\.[0-9]+\.[0-9]+.*/
1033+
- increase_chart_version_watcher:
1034+
requires: [publish_child_chain, publish_watcher, publish_watcher_info]
1035+
filters: *only_release_tag
1036+
- increase_chart_version_watcher_info:
1037+
requires: [publish_child_chain, publish_watcher, publish_watcher_info]
1038+
filters: *only_release_tag

0 commit comments

Comments
 (0)