@@ -900,140 +900,3 @@ workflows:
900900 - build-binary-macos
901901 filters :
902902 << : *only-tagged-version-filter
903-
904- nightly :
905- jobs :
906- - checkout
907-
908- - prepare-system-linux :
909- requires :
910- - checkout
911-
912- - prepare-python-linux :
913- matrix :
914- parameters :
915- py-version : ["3.8", "3.9"]
916- requires :
917- - prepare-system-linux
918-
919- - shellcheck/check :
920- name : shellcheck
921- requires :
922- - prepare-system-linux
923-
924- - lint :
925- matrix :
926- parameters :
927- py-version : ["3.8", "3.9"]
928- requires :
929- - prepare-python-linux-<< matrix.py-version >>
930-
931- - build-docs :
932- matrix :
933- parameters :
934- py-version : ["3.8", "3.9"]
935- requires :
936- - prepare-python-linux-<< matrix.py-version >>
937-
938- - smoketest :
939- matrix :
940- parameters :
941- py-version : ["3.8", "3.9"]
942- transport-layer : ["matrix"]
943- environment-type : ["production", "development"]
944- blockchain-type : ["geth", "parity"]
945- requires :
946- - lint-<< matrix.py-version >>
947-
948- - test :
949- matrix :
950- alias : test
951- parameters :
952- py-version : ["3.8", "3.9"]
953- test-type : ["unit", "mocked"]
954- requires :
955- - lint-<< matrix.py-version >>
956-
957- - test :
958- matrix :
959- alias : test-fuzz
960- parameters :
961- py-version : ["3.8", "3.9"]
962- test-type : ["fuzz"]
963- additional-args : " --hypothesis-show-statistics"
964- requires :
965- - lint-<< matrix.py-version >>
966-
967- - benchmark :
968- context : " raiden-general-2021"
969- requires :
970- - lint
971- filters :
972- branches :
973- only :
974- - develop
975-
976- - scenario-player-integration-test :
977- name : scenario-player-integration-test
978- py-version : " 3.9"
979- requires :
980- - smoketest
981- - test
982- - test-fuzz
983- - shellcheck
984-
985- - test :
986- matrix :
987- alias : test-integration
988- parameters :
989- py-version : ["3.9"]
990- test-type : ["integration"]
991- blockchain-type : ["geth", "parity"]
992- resource : " medium+"
993- transport-layer : " matrix"
994- parallelism : 25
995- requires :
996- - smoketest
997- - test
998- - test-fuzz
999- - shellcheck
1000-
1001- - finalize :
1002- requires :
1003- - scenario-player-integration-test
1004- - test-integration
1005- - build-docs
1006-
1007- - build-binary-linux :
1008- name : build-binary-linux-x86
1009- requires :
1010- - finalize
1011-
1012- - prepare-system-macos :
1013- requires :
1014- - checkout
1015-
1016- - prepare-python-macos :
1017- name : prepare-python-macos-3.9
1018- py-version : ' 3.9'
1019- requires :
1020- - prepare-system-macos
1021-
1022- - build-binary-macos :
1023- requires :
1024- - finalize
1025- - prepare-python-macos-3.9
1026-
1027- - deploy-digitalocean :
1028- context : " raiden-py"
1029- requires :
1030- - build-binary-linux-x86
1031- - build-binary-macos
1032-
1033- triggers :
1034- - schedule :
1035- cron : " 0 0 * * *"
1036- filters :
1037- branches :
1038- only :
1039- - develop
0 commit comments