Skip to content

Commit

Permalink
kick out shell runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Nov 19, 2024
1 parent 08755eb commit 02787c3
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 1,719 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
runtime: [ "shell", "integritee" ]
runtime: [ "integritee-kusama", "integritee-polkadot" ]
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -321,10 +321,7 @@ jobs:
fail-fast: false
matrix:
chain: [ integritee ]
config: [ rococo, westend, kusama, polkadot, moonbase, paseo ]
include:
- chain: shell
config: kusama-lease2
config: [ kusama, polkadot, paseo ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -418,7 +415,7 @@ jobs:
needs: [ "release" ]
strategy:
matrix:
runtime: [ "shell", "integritee" ]
runtime: [ "integritee-kusama", "integritee-polkadot" ]
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
Expand Down
61 changes: 0 additions & 61 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ members = [
"polkadot-parachains/common",
"polkadot-parachains/integritee-kusama",
"polkadot-parachains/integritee-polkadot",
"polkadot-parachains/shell-runtime",
]

[profile.release]
Expand Down
3 changes: 0 additions & 3 deletions polkadot-parachains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ serde_json = { workspace = true }
integritee-parachains-common = { path = "common" }
integritee-kusama-runtime = { path = "integritee-kusama" }
integritee-polkadot-runtime = { path = "integritee-polkadot" }
shell-runtime = { path = "shell-runtime" }

# Substrate dependencies
frame-benchmarking = { workspace = true, features = ["std"] }
Expand Down Expand Up @@ -120,7 +119,6 @@ runtime-benchmarks = [
"polkadot-cli/runtime-benchmarks",
"polkadot-primitives/runtime-benchmarks",
"sc-service/runtime-benchmarks",
"shell-runtime/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"polkadot-service/runtime-benchmarks",
]
Expand All @@ -132,5 +130,4 @@ try-runtime = [
"polkadot-cli/try-runtime",
"sp-runtime/try-runtime",
"integritee-kusama-runtime/try-runtime",
"shell-runtime/try-runtime",
]
169 changes: 0 additions & 169 deletions polkadot-parachains/shell-runtime/Cargo.toml

This file was deleted.

25 changes: 0 additions & 25 deletions polkadot-parachains/shell-runtime/build.rs

This file was deleted.

Loading

0 comments on commit 02787c3

Please sign in to comment.