1. 08 Sep, 2021 1 commit
  2. 07 Sep, 2021 1 commit
  3. 17 Aug, 2021 2 commits
  4. 11 Aug, 2021 2 commits
    • Denis_P's avatar
      CI: return needs (#3625) · f0063c27
      Denis_P authored
      f0063c27
    • Denis_P's avatar
      CI: rustdoc (#3613) · 63a4d8b4
      Denis_P authored
      * CI: build rustdocs
      
      * CI: publish rustdocs
      
      * CI: naming
      
      * CI: debug
      
      * CI: MVP
      
      * CI: copypasta
      
      * CI: start page
      
      * CI: better start page
      
      * Revert "CI: debug"
      
      This reverts commit 497051f4.
      63a4d8b4
  5. 04 Aug, 2021 1 commit
    • Martin Pugh's avatar
      [CI] Add manual Gitlab job for running all benchmarks (#3515) · d2468319
      Martin Pugh authored
      * initial weights job
      
      * add artifact
      
      * revertme: changes to test branch
      
      * add benchmarking instructions
      
      * Revert "revertme: changes to test branch"
      
      This reverts commit 2eab2203.
      
      * add kusama + westend weights jobs
      
      * fix chevdor comments
      
      * add temporary changes for testing again
      
      * fix
      
      * fix
      
      * test sccache fix
      
      * Revert "add temporary changes for testing again"
      
      This reverts commit bb5a7660.
      
      * whitespace
      d2468319
  6. 02 Aug, 2021 1 commit
  7. 14 Jul, 2021 1 commit
    • Denis_P's avatar
      WIP: CI: add spellcheck (#3421) · 8a6af441
      Denis_P authored
      
      
      * CI: add spellcheck
      
      * revert me
      
      * CI: explicit command for spellchecker
      
      * spellcheck: edit misspells
      
      * CI: run spellcheck on diff
      
      * spellcheck: edits
      
      * spellcheck: edit misspells
      
      * spellcheck: add rules
      
      * spellcheck: mv configs
      
      * spellcheck: more edits
      
      * spellcheck: chore
      
      * spellcheck: one more thing
      
      * spellcheck: and another one
      
      * spellcheck: seems like it doesn't get to an end
      
      * spellcheck: new words after rebase
      
      * spellcheck: new words appearing out of nowhere
      
      * chore
      
      * review edits
      
      * more review edits
      
      * more edits
      
      * wonky behavior
      
      * wonky behavior 2
      
      * wonky behavior 3
      
      * change git behavior
      
      * spellcheck: another bunch of new edits
      
      * spellcheck: new words are koming out of nowhere
      
      * CI: finding the master
      
      * CI: fetching master implicitly
      
      * CI: undebug
      
      * new errors
      
      * a bunch of new edits
      
      * and some more
      
      * Update node/core/approval-voting/src/approval_db/v1/mod.rs
      
      Co-authored-by: Andronik Ordian's avatarAndronik Ordian <write@reusable.software>
      
      * Update xcm/xcm-executor/src/assets.rs
      
      Co-authored-by: Andronik Ordian's avatarAndronik Ordian <write@reusable.software>
      
      * Apply suggestions from code review
      
      Co-authored-by: Andronik Ordian's avatarAndronik Ordian <write@reusable.software>
      
      * Suggestions from the code review
      
      * CI: scan only changed files
      
      Co-authored-by: Andronik Ordian's avatarAndronik Ordian <write@reusable.software>
      8a6af441
  8. 01 Jun, 2021 1 commit
  9. 27 May, 2021 1 commit
  10. 17 May, 2021 1 commit
  11. 13 May, 2021 1 commit
  12. 10 May, 2021 1 commit
  13. 07 May, 2021 1 commit
  14. 26 Apr, 2021 1 commit
  15. 22 Apr, 2021 1 commit
    • Denis_P's avatar
      CI: optimizations (#2885) · 48618a81
      Denis_P authored
      * CI: do not publish unnecessary things to s3 and to release registry
      
      * CI: remove the build-linux-release job
      
      * CI: publish less
      
      * CI: workspace = all
      
      * CI: more logs for the pipeline trigger
      
      * CI: chore
      
      * CI: nicer
      
      * CI: new bucket for bins
      
      * CI: no need pushing every master image to product registry
      
      * CI: default variables in image jobs
      
      * CI: optimize the bin build
      48618a81
  16. 19 Apr, 2021 1 commit
  17. 14 Apr, 2021 1 commit
    • Denis_P's avatar
      Simnet triggers and images (#2714) · 2daf65c7
      Denis_P authored
      * CI: new image for simnet
      
      * CI: chore
      
      * CI: separate image for collator
      
      * dockerfile: it's bad upgrading in the images
      
      * CI: correct links to Dockerfiles
      
      * CI: right dotenv usage
      
      * CI: workaround GitLab's bug that failed trigger status is not reported and 'job runs forever'
      
      * CI: debug: need instead of rules to avoid the bug
      
      * dockerfile: fix storage
      
      * CI: workaround sending the status when the trigger is failed
      
      * CI: fix needed job
      
      * CI: edit comments
      
      * CI: trigger simnet with API
      
      * CI: triggering script
      
      * CI: remove real-overseer
      
      * CI: trigger real simnet
      2daf65c7
  18. 08 Apr, 2021 1 commit
    • asynchronous rob's avatar
      Remove real-overseer 🎉 (#2834) · e4f5ade5
      asynchronous rob authored
      * remove real-overseer
      
      * overseer: only activate leaves which support parachains
      
      * integrate HeadSupportsParachains into service
      
      * remove unneeded line
      e4f5ade5
  19. 06 Apr, 2021 1 commit
  20. 25 Mar, 2021 2 commits
  21. 23 Mar, 2021 1 commit
    • Denis_P's avatar
      CI: fix env file location (#2657) · f05fedb3
      Denis_P authored
      
      
      * CI: fix env file location
      
      * Increase payable nominators per validator (#2637)
      
      * inc
      
      * cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
      
      * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
      
      * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
      
      * Add test
      
      Co-authored-by: default avatarParity Benchmarking Bot <admin@parity.io>
      
      * Add debug messaes to the bridge actions (#2668)
      
      * more approval voting instrumentation (#2663)
      
      * more approval voting instrumentation
      
      * fix `unapproved_candidates`
      
      * Update node/core/approval-voting/src/lib.rs
      
      Co-authored-by: default avatarBastian Köcher <bkchr@users.noreply.github.com>
      
      * Add Parachain Onboarding to Rococo (#2660)
      
      * Add Parachain Onboarding Pallets to Rococo
      
      * remove propose_parachain
      
      * add back para sudo wrapper
      
      * Revert "remove propose_parachain"
      
      This reverts commit 38b7c33c
      
      .
      
      * turn propose_parachains into validator_manager
      
      * Update runtime/rococo/src/lib.rs
      
      Co-authored-by: default avatarBastian Köcher <bkchr@users.noreply.github.com>
      
      * update origin
      
      Co-authored-by: default avatarBastian Köcher <bkchr@users.noreply.github.com>
      
      * Improve logging (#2669)
      
      * Improve logging
      
      * Review feedback
      
      * Fix some warning and some further logging changes
      
      * Fix up CI for new labels (#2673)
      
      * Fix up CI/CD for the new labels.
      
      * Fix labels
      
      * [CI] Require D*-audit labels for any runtime changes (#2617)
      
      * update generate_release_text.rb
      
      * add checks for audit labels for runtime changes
      
      * fix check_labels.sh
      
      * use has_runtime_changes in check_runtime.sh
      
      * add D1-trivial label
      
      * fix check_labels.sh
      
      * Tweak Rococo Settings For Onboarding Testing (#2671)
      
      * Tweak Rococo Settings
      
      * rococo: use CurrentBlockRandomness wrapper in auctions
      
      Co-authored-by: default avatarAndré Silva <andrerfosilva@gmail.com>
      Co-authored-by: default avatarBastian Köcher <info@kchr.de>
      
      * Fix check-labels.yml for forked repos (#2677)
      
      * fix check-labels.yml for forked repos
      
      * update labels
      
      * CI: pass VERSION variable to SimNet
      
      * CI: chore
      
      * CI: fix env file location
      
      * CI: pass VERSION variable to SimNet
      
      * CI: chore
      
      Co-authored-by: default avatarKian Paimani <5588131+kianenigma@users.noreply.github.com>
      Co-authored-by: default avatarParity Benchmarking Bot <admin@parity.io>
      Co-authored-by: Pierre Krieger's avatarPierre Krieger <pierre.krieger1708@gmail.com>
      Co-authored-by: asynchronous rob's avatarRobert Habermeier <rphmeier@gmail.com>
      Co-authored-by: default avatarBastian Köcher <bkchr@users.noreply.github.com>
      Co-authored-by: Shawn Tabrizi's avatarShawn Tabrizi <shawntabrizi@gmail.com>
      Co-authored-by: default avatarGavin Wood <gavin@parity.io>
      Co-authored-by: default avatarMartin Pugh <pugh@s3kr.it>
      Co-authored-by: default avatarAndré Silva <andrerfosilva@gmail.com>
      Co-authored-by: default avatarBastian Köcher <info@kchr.de>
      f05fedb3
  22. 22 Mar, 2021 1 commit
  23. 03 Mar, 2021 1 commit
  24. 17 Feb, 2021 1 commit
    • Martin Pugh's avatar
      [CI] Fix check-tx-version Gitlab job (#2449) · ecaac11c
      Martin Pugh authored
      * set -e for tx job
      
      * dont set -e while we investigate
      
      * fetch latest release polkadot
      
      * add jq to node:15 image
      
      * Add logic for timing out if nodes never start listening
      
      * remove trap
      ecaac11c
  25. 10 Feb, 2021 1 commit
    • Martin Pugh's avatar
      [CI] Move check_labels to github actions (#2415) · 00ca3024
      Martin Pugh authored
      * move lib.sh to common dir
      
      * make check-labels a github action
      
      * check out the repo
      
      * fix secrets
      
      * add labelled PR type
      
      * remove check-labels job from gitlab
      
      * trigger on unlabelling also
      00ca3024
  26. 07 Feb, 2021 1 commit
  27. 12 Jan, 2021 2 commits
  28. 06 Jan, 2021 1 commit
  29. 17 Dec, 2020 1 commit
  30. 16 Nov, 2020 1 commit
    • Martin Pugh's avatar
      Add CI job to verify extrinsic ordering (#1950) · a5b75278
      Martin Pugh authored
      * WIP: add initial check_extrinsics_ordering.sh script
      
      * iterate through runtimes, add gitlab job
      
      * move job to publish
      
      * temp force build-linux-release to run
      
      * update check_extrinsics_ordering.sh
      
      * maybe we have to fetch release
      
      * use node docker image
      
      * revert before opening pr: force bad extrinsic ordering
      
      * revert commits to prepare for PR
      
      * move job to build stage, use bin from test-linux-release
      
      * remove FIXME
      
      * fix PR nags
      a5b75278
  31. 19 Oct, 2020 1 commit
  32. 30 Sep, 2020 1 commit
  33. 27 Aug, 2020 1 commit
    • ddorgan's avatar
      Add manual action to build PR binary (#1470) · 8e3771ee
      ddorgan authored
      * Allow manual action for building a PR binary
      
      * Allow test-refs for PR manual build
      
      * Test PR build in github actions
      
      * Use steps in build
      
      * Removing build via github actions
      8e3771ee
  34. 06 Aug, 2020 1 commit
  35. 30 Jul, 2020 1 commit
  36. 20 Jul, 2020 1 commit