- 26 Apr, 2021 1 commit
-
-
Denis_P authored
-
- 22 Apr, 2021 1 commit
-
-
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
-
- 19 Apr, 2021 1 commit
-
-
Radu Popa authored
-
- 14 Apr, 2021 1 commit
-
-
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
-
- 08 Apr, 2021 1 commit
-
-
asynchronous rob authored
* remove real-overseer * overseer: only activate leaves which support parachains * integrate HeadSupportsParachains into service * remove unneeded line
-
- 06 Apr, 2021 1 commit
-
-
Pierre Krieger authored
-
- 25 Mar, 2021 2 commits
-
-
Robert Klotzner authored
-
Robert Klotzner authored
-
- 23 Mar, 2021 1 commit
-
-
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:
Parity 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:
Bastian 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:
Bastian Köcher <bkchr@users.noreply.github.com> * update origin Co-authored-by:
Bastian 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:
André Silva <andrerfosilva@gmail.com> Co-authored-by:
Bastian 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:
Kian Paimani <5588131+kianenigma@users.noreply.github.com> Co-authored-by:
Parity Benchmarking Bot <admin@parity.io> Co-authored-by:
Pierre Krieger <pierre.krieger1708@gmail.com> Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by:
Gavin Wood <gavin@parity.io> Co-authored-by:
Martin Pugh <pugh@s3kr.it> Co-authored-by:
André Silva <andrerfosilva@gmail.com> Co-authored-by:
Bastian Köcher <info@kchr.de>
-
- 22 Mar, 2021 1 commit
-
-
Denis_P authored
* CI: build an image and trigger simnet * CI: think of a funny name * CI: fix the artifact * CI: address the bug with .env * CI: some explanation
-
- 03 Mar, 2021 1 commit
-
-
Robert Klotzner authored
* WIP: Whole subsystem test. * New tests compile. * Avoid needless runtime queries for no validator nodes. * Make tx and rx publicly accessible in virtual overseer. This simplifies mocking in some cases, as tx can be cloned, but rx can not. * Whole subsystem test working. * Update node/network/availability-distribution/src/session_cache.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * Update node/network/availability-distribution/src/session_cache.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * Document better what `None` return value means. * Get rid of BitVec dependency. * Update Cargo.lock * Hopefully fixed implementers guide build. Co-authored-by:
Andronik Ordian <write@reusable.software>
-
- 17 Feb, 2021 1 commit
-
-
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
-
- 10 Feb, 2021 1 commit
-
-
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
-
- 07 Feb, 2021 1 commit
-
-
Denis_P authored
* CI: change manual triggering to auto based on rules [skip ci] * CI: remove debug comments [skip ci] * CI: chore * CI: chore * CI: cargo update -p sp_io
-
- 12 Jan, 2021 2 commits
- 06 Jan, 2021 1 commit
-
-
Denis_P authored
-
- 17 Dec, 2020 1 commit
-
-
Denis_P authored
* CI: buildah to build images * CI: secure login
-
- 16 Nov, 2020 1 commit
-
-
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
-
- 19 Oct, 2020 1 commit
-
-
s3krit authored
-
- 30 Sep, 2020 1 commit
-
-
Denis_P authored
* change (CI): soon to be deprecated only changed to rules, build is now manual on PRs * change (CI): add workflow to avoid doubled pipelines, remove second job * debug (CI): unblock pipeline from waiting a manual action
-
- 27 Aug, 2020 1 commit
-
-
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
-
- 06 Aug, 2020 1 commit
-
-
Cecile Tonglet authored
-
- 30 Jul, 2020 1 commit
-
-
s3krit authored
* Add publish-draft-release Github action * Remove publish_draft_release.sh gitlab job
-
- 20 Jul, 2020 1 commit
-
-
Benjamin Kampmann authored
* deterministic build check runtime * fix yaml * Apply suggestions from code review Co-authored-by:
s3krit <pugh@s3kr.it> * Update cargo.lock Co-authored-by:
s3krit <pugh@s3kr.it>
-
- 14 Jul, 2020 1 commit
-
-
gabriel klawitter authored
-
- 07 Jul, 2020 1 commit
-
-
asynchronous rob authored
* rename implementor's guide to implementer's guide * fix typos in more places
-
- 20 Jun, 2020 1 commit
-
-
Sergey Pepyakin authored
* Add mdbook-linkcheck * Convert todo to not a link * Fix external glossary link * Fix various broken links * Mass replace: s/.html/.md/ * My sloppy attempt to add a gitlab CI check
-
- 19 Jun, 2020 1 commit
-
-
Denis_P authored
-
- 17 Jun, 2020 1 commit
-
-
s3krit authored
* Enforces presence of C-labels to designate the importance of a release * Iterates over them on a release, takes the highest present and includes it in the release notes * Lists the change(s) that caused the release to be that priority
-
- 16 Jun, 2020 1 commit
-
-
Martin Pugh authored
-
- 10 Jun, 2020 1 commit
-
-
Denis_P authored
* change (ci): ci images were moved * change (ci): rename substrate-ci-linux
-
- 09 Jun, 2020 1 commit
-
-
s3krit authored
* Release announcements: s/kusama/polkadot/ * Additional debug info for gitlab publish script * add rustc version check job * fully comment out tag-checking * s/podman/docker/g * Switch to rust-builder image and install jq * remove temporary TODOs
-
- 20 May, 2020 1 commit
-
-
s3krit authored
-
- 15 May, 2020 2 commits
-
-
s3krit authored
* add build-wasm-release CI job * temporarily run build-wasm-release everywhere * temporary job to inspect artifacts dir * fix test job * fix test job again * remove temporary job * remove FIXME for when to run jobs * remove pointless echo * Change cargo build for wasm-pack * Checksum polkadot_cli files * make separate wasm dir for artifacts * fix nits
-
Denis_P authored
-
- 08 May, 2020 1 commit
-
-
s3krit authored
* add check_tags CI job * fix typo in gitlab-ci.yml * add more useful CI output * Make presence of github token optional
-
- 27 Apr, 2020 1 commit
-
-
Shawn Tabrizi authored
* Add benchmarking suite to all runtimes * Add `runtime-benchmarks` feature to `test-linux-stable` * Update Cargo.lock * Update Cargo.lock * Update Cargo.lock * "user" instead of "caller" * undo these changes
-
- 06 Apr, 2020 1 commit
-
-
gabriel klawitter authored
-
- 03 Apr, 2020 1 commit
-
-
gabriel klawitter authored
* ci: kusama-nightly-staging: remove builds for the branches and trigger deployment directly * ci: kusama-nightly-staging: remove ii and fix
-