Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/wasm-instrument-0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Aug 30, 2023
2 parents 100d537 + cbd745c commit 21b293f
Show file tree
Hide file tree
Showing 87 changed files with 39 additions and 4,333 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ workflow:

variables:
CI_IMAGE: "paritytech/ci-unified:bullseye-1.70.0-2023-05-23-v20230706"
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.29"
# BUILDAH_IMAGE is defined in group variables
BUILDAH_COMMAND: "buildah --storage-driver overlay2"
RELENG_SCRIPTS_BRANCH: "master"
RUSTY_CACHIER_SINGLE_BRANCH: master
Expand Down
12 changes: 7 additions & 5 deletions .gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,10 @@ test-doc:
extends:
- .docker-env
- .common-refs
- .run-immediately
# DAG
needs:
- job: test-rustdoc
artifacts: false
variables:
# Enable debug assertions since we are running optimized builds for testing
# but still want to have debug assertions.
Expand All @@ -160,10 +163,7 @@ test-rustdoc:
extends:
- .docker-env
- .common-refs
# DAG
needs:
- job: test-doc
artifacts: false
- .run-immediately
variables:
SKIP_WASM_BUILD: 1
RUSTDOCFLAGS: "-Dwarnings"
Expand Down Expand Up @@ -196,6 +196,8 @@ test-node-metrics:
# but still want to have debug assertions.
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
script:
# Build the required workers.
- cargo build --bin polkadot-execute-worker --bin polkadot-prepare-worker --profile testnet --verbose --locked
- mkdir -p artifacts
- time cargo test --profile testnet
--locked
Expand Down
6 changes: 3 additions & 3 deletions polkadot/runtime/common/src/assigned_slots/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ pub mod v1 {
}

/// [`MigrateToV1`] wrapped in a
/// [`VersionedRuntimeUpgrade`](frame_support::migrations::VersionedRuntimeUpgrade), ensuring
/// the migration is only performed when on-chain version is 0.
/// [`VersionedMigration`](frame_support::migrations::VersionedMigration), ensuring the
/// migration is only performed when on-chain version is 0.
#[cfg(feature = "experimental")]
pub type VersionCheckedMigrateToV1<T> = frame_support::migrations::VersionedRuntimeUpgrade<
pub type VersionCheckedMigrateToV1<T> = frame_support::migrations::VersionedMigration<
0,
1,
MigrateToV1<T>,
Expand Down
4 changes: 0 additions & 4 deletions polkadot/scripts/ci/changelog/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions polkadot/scripts/ci/changelog/Gemfile

This file was deleted.

84 changes: 0 additions & 84 deletions polkadot/scripts/ci/changelog/Gemfile.lock

This file was deleted.

80 changes: 0 additions & 80 deletions polkadot/scripts/ci/changelog/README.md

This file was deleted.

105 changes: 0 additions & 105 deletions polkadot/scripts/ci/changelog/bin/changelog

This file was deleted.

1 change: 0 additions & 1 deletion polkadot/scripts/ci/changelog/digests/.gitignore

This file was deleted.

Empty file.
38 changes: 0 additions & 38 deletions polkadot/scripts/ci/changelog/lib/changelog.rb

This file was deleted.

Loading

0 comments on commit 21b293f

Please sign in to comment.