- Nov 02, 2022
-
-
Alexander Samusev authored
-
- Sep 20, 2022
-
-
Alexander Samusev authored
* [WIP][ci] Revert cancel-pipeline job * fail test-linux-stable * fix test-linux-stable
-
Vladimir Istyufeev authored
-
- Sep 12, 2022
-
-
Vladimir Istyufeev authored
-
- Aug 12, 2022
-
-
Alexander Samusev authored
* [WIP][ci] Improve cancel-pipeline job * fix job name * test that fail works * debug cancel-pipeline * remove artifacts-false from cancel-pipeline jobs * split cancel pipeline jobs * fail test-linux-stable 2/3 * fail test-linux-stable 3/3 * fail cargo-check-benches 1/2 * fail cargo-check-benches 2/2 * fail test-linux-stable-int * fail cargo-check-subkey * fail check-tracing * fail check-tracing * fix pipeline
-
- Jul 26, 2022
-
-
Alexander Samusev authored
-
Sebastian Kunert authored
* Update UI test output for rust 1.62.1 * switch ci to staging image to check that everything works * fix artifacts node-bench-regression-guard * Imeplement `scale_info::TypeInfo` manually to silence aggressive rust warning * Fix more clippy lints * Make clippy happy by relying on auto-deref were possible * Add tracking issue to the comments * pin ci image Co-authored-by:
alvicsam <alvicsam@gmail.com>
-
- Jul 19, 2022
-
-
Vladimir Istyufeev authored
-
- Jul 15, 2022
-
-
Alexander Samusev authored
* [DO NOT MERGE] test-linux-stable parallel on 3 ci nodes * add debug message * adjust rusty-cachier * empty commit * move test-linux-stable to test.yml * make cargo-check-benches and test-wasmer-sandbox parallel * fix comment * Update scripts/ci/gitlab/pipeline/test.yml Co-authored-by:
Denis Pisarev <denis.pisarev@parity.io> * Update scripts/ci/gitlab/pipeline/test.yml Co-authored-by:
Denis Pisarev <denis.pisarev@parity.io> * if to case * use case instead if in cargo-check-benches * format * add comments to output * add comment * add quotes * Update scripts/ci/gitlab/pipeline/test.yml Co-authored-by:
Denis Pisarev <denis.pisarev@parity.io> Co-authored-by: parity-processbot <> Co-authored-by:
Denis Pisarev <denis.pisarev@parity.io>
-
Vladimir Istyufeev authored
* Speed up `rusty-cachier-notify` job * Don't forget to setup `rusty-cachier` first
-
Alexander Samusev authored
* [ci] fix cancel-pipeline job * test fail * remove debug
-
- Jun 01, 2022
-
-
Vladimir Istyufeev authored
-
- May 31, 2022
-
-
Vladimir Istyufeev authored
* Fix CI after `rusty-cachier` introduction * Replace anchor with `extends`
-
Vladimir Istyufeev authored
* Add `rusty-cachier notify` job * Add comments
-
Vladimir Istyufeev authored
* Introduce `rusty-cachier` * Return LF at the end of file * Use `entrypoint` to `unshare(1)` into a new mount namespace * Use `rusty-cachier`-provided absolute path for `CARGO_TARGET_DIR` everywhere * Debug single `build-rustdoc` job * CI: debug * CI: debug * CI: debug * `unshare(1)` is no longer needed * CI: remove debug * Revert "Debug single `build-rustdoc` job" * Formatiing * Update scripts/ci/gitlab/pipeline/build.yml Co-authored-by:
Denis Pisarev <denis.pisarev@parity.io>
-
- May 18, 2022
-
-
Alexander Samusev authored
* [Do Not Merge] Test gitlab DAG in pipeline * add jobs for pipeline cancel * add check-tracing to cancel-pipeline
-
- May 11, 2022
-
-
Alexander Samusev authored
* rebase * update Cargo.lock * revert Cargo.lock * fix Cargo.lock from 11384
-
- May 05, 2022
-
-
Alexander Samusev authored
-
- May 04, 2022
-
-
João Paulo Silva de Souza authored
-
- Apr 27, 2022
-
-
Squirrel authored
* The 2022-02-10 nightly can't build some deps There's a sig that returns `impl IntoIterator<Item = (&'static str, OsString)>` and an Option is being retured but it's incorrectly not allowing a `?` in the method. * removing duplicate test * [ci] add job cargo-check-nixos * add dummy variables nix check * fix check-dependent jobs * fix check-dependent-project template Co-authored-by:
alvicsam <alvicsam@gmail.com>
-
- Apr 26, 2022
-
-
João Paulo Silva de Souza authored
Co-authored-by:
TriplEight <denis.pisarev@parity.io>
-
Sergejs Kostjucenko authored
-
- Apr 25, 2022
-
-
Bastian Köcher authored
This tries to fix the CI if there is no polkadot companion. Currently we don't update Polkadot master in Cumulus, which means we may use some old commit that isn't compiling with the latest Substrate master anymore. This can happen if there was a pr that had a companion in Polkadot, but no companion was required for Cumulus. Then Cumulus will still point to some old Polkadot commit that isn't compiling anymore with the latest Substrate commit. So, we need to tell the script to use the latest master of Polkadot. If there is a companion for Polkadot, it would simply override the extra dependency patch later on.
-
- Apr 13, 2022
-
-
Alexander Samusev authored
-
- Apr 11, 2022
-
-
Bastian Köcher authored
* Prepare for rust stable 1.59 Besides preparing the UI tests this also adds a new script update-rust-stable.sh script for simplifying the update of a rust stable version. This script will run all UI tests for the new rust stable version and updating the expected output. * Ensure we run the UI tests in CI * use staging ci image * More test updates * Unignore test (#11097) * empty commit for pipeline rerun * empty commit for pipeline rerun * Try to make clippy happy * More clippy fixes * FMT * ci image production Co-authored-by:
alvicsam <alvicsam@gmail.com> Co-authored-by:
Alexander Samusev <41779041+alvicsam@users.noreply.github.com>
-
- Apr 06, 2022
-
-
Alexander Samusev authored
* [ci] Remove vault * remove anchors
-
- Mar 14, 2022
-
-
Sergejs Kostjucenko authored
Move scripts used in CI to the new location - **./scripts/ci/** * Move github scripts * Move more files * Move ci scripts and fix dependencies * Update docs/node-template-release.md Co-authored-by:
João Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com> * Remove Cargo.lock * Apply suggestions from code review Co-authored-by:
Denis Pisarev <denis.pisarev@parity.io> * Make more paths uniform Co-authored-by:
João Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com> Co-authored-by:
Denis Pisarev <denis.pisarev@parity.io>
-
- Feb 15, 2022
-
-
Alexander Samusev authored
-
- Jan 26, 2022
-
-
Alexander Samusev authored
* [ci] pipeline chores
-
- Jan 24, 2022
-
-
Jimmy Chu authored
Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com>
-
- Jan 21, 2022
-
-
Jimmy Chu authored
* wip Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com> * Added the rustdocs-release script Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com> * updated gitlab-ci script Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com> * Updated to set NIGHTLY to false by default Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com> * Added documentation Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com>
-
- Jan 17, 2022
-
-
thiolliere authored
Add feature: `no-metadata-doc` which removes doc from metadata and `full-metadata` which build metadata with all doc (#10493) * add features to remove or add doc * fmt * add test for event/error/call * fmt
-
- Jan 12, 2022
-
-
Alexander Samusev authored
* [Do not merge] pipeline chores * disable condition publish-rustdoc * revert rules * remove PIPELINE_SCRIPTS_TAG
-
- Jan 11, 2022
-
-
Vladimir Istyufeev authored
* Remove the `bench-test-full-crypto-feature` job * Remove the relevant GHA job
-
- Jan 05, 2022
-
-
Squirrel authored
* Clippy: +complexity * Update client/cli/src/arg_enums.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update bin/node/inspect/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update primitives/keystore/src/testing.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update frame/elections/src/lib.rs Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com> * Update primitives/npos-elections/fuzzer/src/reduce.rs Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com> * Incorporating feedback * No need for Ok * Additional * Needed slice * Wigy's suggestions on less derefs * fix count * reverting changes brought in by option_map_unit_fn * add --all-targets Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com>
-
- Dec 27, 2021
-
-
João Paulo Silva de Souza authored
Make check-dependent-* jobs only be executed in PRs instead of both PRs and master. Reason 1: The companion is not merged at the same time as the parent PR ([1](https://github.com/paritytech/parity-processbot/issues/347#issuecomment-994729950)), therefore the pipeline will fail on master since the companion PR is not yet merged in the other repository. This scenario is demonstrated by the pipeline of https://github.com/paritytech/substrate/commit/3d8ce673. Reason 2: The job can still fail on master due to a new commit on the companion PR's repository which was merged after `bot merge` happened, as demonstrated by the following scheme: 1. Parent PR is merged 2. Companion PR is updated and set to merge in the future 3. In the meantime a new commit is merged into the companion PR repository's master branch 4. The `check-dependent-*` job runs on master but, due to the new commit, it fails for unrelated reasons While "Reason 2" can be used as an argument against this PR, in that it would be useful to know if the integration is failing on master, "Reason 1" should be taken care of due to this inherent flaw of the current companion build system design.
-
- Dec 15, 2021
-
-
thiolliere authored
* deny warning * add new job * fix doc * fmt
-
- Dec 14, 2021
-
-
Bastian Köcher authored
* Remove cargo unleash CI job The CI job is currently breaking, because we released some crates. We also don't need the job currently because releases are not done. So, the job currently just annoys people and eats CPU time. This brings us to the conclusion that this job is currently not required and can be readded at a later point when we are sure that we need it. * Hopefully fix UI test * Another try * Remove `reserved_keyword` ui
-
- Dec 09, 2021
-
-
Bastian Köcher authored
-
- Dec 03, 2021
-
-
Bastian Köcher authored
* Fix cumulus companion checks * Add missing tag * Fix * Update .gitlab-ci.yml Co-authored-by:
Denis Pisarev <17856421+TriplEight@users.noreply.github.com> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by:
Denis Pisarev <17856421+TriplEight@users.noreply.github.com>
-