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

Commit 83b779b

Browse files
committed
Merge remote-tracking branch 'origin/master' into na-companion-12663
2 parents cd70de0 + f3847ea commit 83b779b

124 files changed

Lines changed: 2088 additions & 2066 deletions

File tree

Some content is hidden

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

.github/ISSUE_TEMPLATE/release-runtime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The following checks can be performed after we have forked off to the release-ca
3434
networks
3535
- [ ] Run [integration tests](https://github.com/paritytech/cumulus/blob/master/docs/release.md#integration-tests), and make sure they pass.
3636
- [ ] Push runtime upgrade to Westmint and verify network stability
37+
- [ ] Push runtime upgrade to Collectives and verify network stability
3738

3839

3940
### Github

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ updates:
1010
- dependency-name: "sp-*"
1111
- dependency-name: "frame-*"
1212
- dependency-name: "fork-tree"
13-
- dependency-name: "remote-externalities"
13+
- dependency-name: "frame-remote-externalities"
1414
- dependency-name: "pallet-*"
1515
- dependency-name: "beefy-*"
1616
- dependency-name: "try-runtime-*"
@@ -21,6 +21,7 @@ updates:
2121
- dependency-name: "xcm*"
2222
- dependency-name: "kusama-*"
2323
- dependency-name: "westend-*"
24+
- dependency-name: "rococo-*"
2425
schedule:
2526
interval: "daily"
2627
- package-ecosystem: github-actions

.github/workflows/release-30_create-draft.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
path: cumulus
125125
ref: ${{ github.event.inputs.ref2 }}
126126

127-
- uses: ruby/setup-ruby@f2c070bbf74632495b403899c87610cd4cb99dbe # v1.120.1
127+
- uses: ruby/setup-ruby@ee2113536afb7f793eed4ce60e8d3b26db912da4 # v1.127.0
128128
with:
129129
ruby-version: 3.0.0
130130

@@ -247,7 +247,7 @@ jobs:
247247
- name: Download artifacts
248248
uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v3.0.0
249249

250-
- uses: ruby/setup-ruby@f2c070bbf74632495b403899c87610cd4cb99dbe # v1.120.1
250+
- uses: ruby/setup-ruby@ee2113536afb7f793eed4ce60e8d3b26db912da4 # v1.127.0
251251
with:
252252
ruby-version: 3.0.0
253253

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ variables:
104104
- cargo +nightly --version
105105
- bash --version
106106
tags:
107-
- linux-docker
107+
- linux-docker-vm-c2
108108

109109
.kubernetes-env:
110110
image: "${CI_IMAGE}"

0 commit comments

Comments
 (0)