Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove legacy zombienet tests #1255

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 0 additions & 48 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,54 +157,6 @@ jobs:
name: shibuya-evm-tracing-runtime
path: target/x86_64-unknown-linux-gnu/release/wbuild/shibuya-runtime/shibuya_evm_tracing_runtime.compact.compressed.wasm

rpc-tests:
needs: native-linux
runs-on: [self-hosted, Linux, X64]
strategy:
matrix:
network: [astar, shiden]

steps:
- name: Checkout the source code
uses: actions/checkout@v3

- run: mkdir -p rpc-tests/bin

- name: Download pre-built linux collator binary
uses: actions/download-artifact@v3
with:
name: astar-ubuntu-latest-x86_64

- name: Make binary executable and copy it to rpc tests folder
run: chmod +x astar-collator && cp astar-collator rpc-tests/bin/astar-collator

- name: Copy polkadot relay chain binary
run: |
wget https://github.com/paritytech/polkadot/releases/download/v0.9.37/polkadot
chmod +x ./polkadot
mv polkadot rpc-tests/bin/polkadot

- name: Copy zombinet testing binary
run: |
wget https://github.com/paritytech/zombienet/releases/download/v1.3.63/zombienet-linux-x64
chmod +x ./zombienet-linux-x64
mv zombienet-linux-x64 rpc-tests/bin/zombienet-linux-x64

- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 18.x

- name: Install yarn
run: |
npm install -g yarn
yarn install
working-directory: ./rpc-tests

- name: Run tests
run: yarn test
working-directory: ./rpc-tests

native-macos:
needs: checks-and-tests
runs-on: macos-latest
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/zombienetRpcTest.yml

This file was deleted.

4 changes: 0 additions & 4 deletions rpc-tests/.gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions rpc-tests/README.md

This file was deleted.

65 changes: 0 additions & 65 deletions rpc-tests/claim.mjs

This file was deleted.

110 changes: 0 additions & 110 deletions rpc-tests/js-script_readme.md

This file was deleted.

16 changes: 0 additions & 16 deletions rpc-tests/package.json

This file was deleted.

Loading
Loading