Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit d80bbdd

Browse files
author
parity-processbot
committed
Merge remote-tracking branch 'origin/master' into kiz-simpkified-runtime
2 parents 53bfe6d + 16b2e64 commit d80bbdd

File tree

181 files changed

+5698
-2550
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+5698
-2550
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ variables:
4949
DOCKER_OS: "debian:stretch"
5050
ARCH: "x86_64"
5151
CI_IMAGE: "paritytech/ci-linux:production"
52-
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.27"
52+
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.29"
53+
BUILDAH_COMMAND: "buildah --storage-driver overlay2"
5354
RELENG_SCRIPTS_BRANCH: "master"
5455
RUSTY_CACHIER_SINGLE_BRANCH: master
5556
RUSTY_CACHIER_DONT_OPERATE_ON_MAIN_BRANCH: "true"
@@ -215,11 +216,6 @@ default:
215216
.zombienet-refs:
216217
extends: .build-refs
217218

218-
.nightly-pipeline:
219-
rules:
220-
# this job runs only on nightly pipeline with the mentioned variable, against `master` branch
221-
- if: $CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule" && $PIPELINE == "nightly"
222-
223219
.crates-publishing-variables:
224220
variables:
225221
CRATESIO_CRATES_OWNER: parity-crate-owner
@@ -251,20 +247,6 @@ default:
251247

252248
#### stage: .pre
253249

254-
skip-if-draft:
255-
extends: .kubernetes-env
256-
variables:
257-
CI_IMAGE: "paritytech/tools:latest"
258-
stage: .pre
259-
rules:
260-
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
261-
script:
262-
- echo "Commit message is ${CI_COMMIT_MESSAGE}"
263-
- echo "Ref is ${CI_COMMIT_REF_NAME}"
264-
- echo "pipeline source is ${CI_PIPELINE_SOURCE}"
265-
- ./scripts/ci/gitlab/skip_if_draft.sh
266-
allow_failure: true
267-
268250
check-crates-publishing-pipeline:
269251
stage: .pre
270252
extends:

.maintain/frame-weight-template.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#![cfg_attr(rustfmt, rustfmt_skip)]
1616
#![allow(unused_parens)]
1717
#![allow(unused_imports)]
18+
#![allow(missing_docs)]
1819

1920
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
2021
use core::marker::PhantomData;

0 commit comments

Comments
 (0)