Skip to content

Commit 1140825

Browse files
authored
Remove parachain connection from OE completely (#3747)
* init * update * fix ci * update * fix native-task-handler * fix previous changes * update * cargo update * fix ci * fix ci * small update * more removal
1 parent 843f66a commit 1140825

File tree

86 files changed

+581
-31033
lines changed

Some content is hidden

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

86 files changed

+581
-31033
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,10 @@ jobs:
739739
steps:
740740
- uses: actions/checkout@v5
741741

742+
- name: Free up disk space
743+
if: startsWith(runner.name, 'GitHub Actions')
744+
uses: ./.github/actions/disk-cleanup
745+
742746
- name: Install dependencies
743747
run: |
744748
sudo apt-get update && \
@@ -974,32 +978,26 @@ jobs:
974978
runs-on: ubuntu-22.04
975979
needs:
976980
- set-condition
977-
- parachain-build
978981
- omni-executor-build
979982
strategy:
980983
fail-fast: false
981984
matrix:
982985
include:
983-
- test_name: omni-account-test
984986
- test_name: jsonrpc-mock-tests
985987
- test_name: submit-user-op-tests
986988
# disable it during RPC method refactoring
987989
# - test_name: omni-client-sdk-test
990+
# - test_name: omni-account-test
988991
name: ${{ matrix.test_name }}
989992
steps:
990993
- uses: actions/checkout@v5
991994

992-
- uses: actions/download-artifact@v5
993-
with:
994-
name: heima
995-
996995
- uses: actions/download-artifact@v5
997996
with:
998997
name: litentry-omni
999998

1000999
- name: Load docker image
10011000
run: |
1002-
docker load < heima.tar.gz
10031001
docker load < litentry-omni.tar.gz
10041002
docker images
10051003

0 commit comments

Comments
 (0)