1. Jul 21, 2020
    • Denis_P's avatar
      "cargo test" jobs optimization (#6606) · aa36bf28
      Denis_P authored
      * change (ci): 3 jobs in 1 decreases concurrency and is more effectiv; w/o release it's ~20% faster, but needs testing on prod; wasmtest tests are already running within cargo test --workspace
      
      * fix (test): these ones were failing on nightly
      
      * save: cargo profiles [skip ci]
      
      * change (ci): one test to run them all
      
      * change (ci): rebase
      
      * Revert "change (ci): rebase"
      
      This reverts commit 8a6b7ea0.
      
      * fix (config): fix manifest
      
      * change (ci): bench release
      aa36bf28
  2. Jul 16, 2020
  3. Jul 14, 2020
  4. Jul 01, 2020
  5. Jun 19, 2020
  6. Jun 16, 2020
    • Max Inden's avatar
      .gitlab-ci.yml: Run promtool on Prometheus alerting rules (#6344) · 74efab40
      Max Inden authored
      * .gitlab-ci.yml: Run promtool on Prometheus alerting rules
      
      Add a CI stage to test the Prometheus alerting rules within
      `.maintain/monitoring`.
      
      * .gitlab-ci.yml: Switch Prometheus stage to paritytech/tools image
      
      * .gitlab-ci.yml: Follow http redirects in Prometheus stage
      
      * .gitlab-ci.yml: Fix Prometheus stage promtool folder name
      74efab40
    • s3krit's avatar
      [CI] Add label enforcement (#6365) · 54d1c5c8
      s3krit authored
      * Add label enforcement
      
      * fix .gitlab-ci.yml
      
      * update check_labels.sh
      54d1c5c8
  7. Jun 10, 2020
    • Denis_P's avatar
      New CI image (#6223) · 69034ef2
      Denis_P authored
      
      
      * fix (ci): hotfix Docker release
      
      * change (ci): moving to the tested CI image with a proper name
      
      * change (ci): rename substrate-ci-linux
      
      * Reduce the lots_of_incoming_peers_works test load (#6314)
      
      * change (ci): moving to the tested CI image with a proper name
      
      * change (ci): rename substrate-ci-linux
      
      * Reduce the lots_of_incoming_peers_works test load (#6314)
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      Co-authored-by: default avatarPierre Krieger <[email protected]>
      69034ef2
  8. Jun 02, 2020
    • Denis_P's avatar
      refactor CI (#6176) · 38337226
      Denis_P authored
      * fix (ci): hotfix Docker release
      
      * test (ci): run full ci  [skip ci]
      
      * change (ci): check stage; add default variables because they were overriden; test-dep-rules goes k8s
      
      * change (ci): move companion job to another stage
      
      * change (ci): no good way to avoid artifacts downloads without dependencies
      
      * fix (ci): typo
      
      * change (ci): all CI images were moved to paritytech registry
      
      * fix (ci): return to the prev image, new needs more testing
      38337226
  9. May 23, 2020
  10. May 18, 2020
  11. May 14, 2020
  12. May 11, 2020
  13. May 05, 2020
  14. Apr 29, 2020
  15. Apr 28, 2020
    • s3krit's avatar
      [CI] Add check for draft PRs (#5800) · e2dcddd2
      s3krit authored
      
      
      * Add check for draft PRs
      
      * Add necessary gitlab-ci boilerplate
      
      * fix github API url (oops!)
      
      * Add github action to retrigger pipeline
      
      * fix workflow trigger
      
      * rename trigger job
      
      Co-authored-by: default avatarBenjamin Kampmann <[email protected]>
      e2dcddd2
    • Web3 Philosopher's avatar
      Move sc-client into sc-service (#5502) · fc6d55c9
      Web3 Philosopher authored
      * Drop client from sc-network and sc-client-db, move LongestChain to sc-client-api
      
      * move leaves, cht, in_mem to sc-client-api, drop client from sc-finality-grandpa
      
      * drop sc-service from sc-rpc
      
      * drop sc-service from sc-consensus-aura
      
      * drop sc-client from manual-seal and babe
      
      * drop sc-client from utils/frame/rpc/system and utils/frame/benchmarking-cli
      
      * drop sc-client from bin/node and bin/node-template
      
      * drop sc-client
      
      * fix tests
      
      * remove check -p sc-client from gitlab.yml
      
      * fix warnings
      
      * fixes ui test
      
      * fix light client tests
      
      * adds associated Client type to AbstractService
      
      * adds UsageProvider to Client
      
      * fixed ui test, again
      
      * tried and failed to get node-cli to compile for wasm
      
      * thanks to tomaka for helping me get node-cli to compile for wasmm
      
      * ui test pls pas 🙏🏾
      
      
      
      * all tests passing 🪄
      
      * no_run documentation code
      
      * rm -f documentation code
      
      * ClientProvider
      
      * fix mega trait
      
      * move LongestChain to sc-consensus, use adds minimal bounds to AbstractService::Client
      
      * adds license to sc-consensus
      
      Co-authored-by: default avatarBenjamin Kampmann <[email protected]>
      fc6d55c9
  16. Apr 24, 2020
  17. Apr 20, 2020
  18. Apr 17, 2020
  19. Apr 15, 2020
  20. Apr 07, 2020
    • Shawn Tabrizi's avatar
      Generate Unit Tests for Benchmarks (#5527) · 545aa615
      Shawn Tabrizi authored
      * Update to latest staking
      
      * generate tests for benchmarking
      
      * add tests, fix warnings
      
      * starting on democracy
      
      * impl_benchmark_tests
      
      * Way more readable
      
      * add test feature flag (does this work?)
      
      * Fix `successful_origin` impl
      
      * democracry benchmark tests
      
      * Fix example benchmarks, add tests
      
      * identity benchmark tests
      
      * Update im-online benchmark tests
      
      * try to add session benchmarking tests (problem with mock)
      
      * staking and timestamp
      
      * add test for treasury, issue with dynamic contains
      
      * utility
      
      * Vesting
      
      * test instead of check
      
      * hide until we figure out what is wrong
      
      * add docs
      
      * close code
      
      * Create custom mock for session-pallet-benchmarking
      
      * Use refcell pattern
      
      * make un-pub
      
      * test-linux-stable includes `runtime-benchmarks` feature
      
      * Revert "test-linux-stable includes `runtime-benchmarks` feature"
      
      This reverts commit a2dab38a.
      
      * run tests in `--release`
      
      * undo balance change
      
      * build wasm
      545aa615
    • Denis_P's avatar
      change (ci): merge check warnings into test linux job (#5546) · 8d985b06
      Denis_P authored
      * change (ci): merge check warnings into test linux job
      
      * change (ci): newline doesn't make sense here
      8d985b06
  21. Apr 06, 2020
  22. Apr 03, 2020
  23. Apr 02, 2020
  24. Mar 31, 2020
  25. Mar 27, 2020
  26. Mar 25, 2020
  27. Mar 24, 2020
  28. Mar 23, 2020
  29. Mar 20, 2020