Skip to content

Commit

Permalink
Use litentry runtime in CI-test (#3046)
Browse files Browse the repository at this point in the history
* init config

* new cmd

* try to update ci

* change network mode

* use host

* try to fix ci

* try to fix ci

* update ci

* try to fix ci

* fix

* fix ci

* remove needed files

---------

Co-authored-by: Faisal Ahmed <[email protected]>
  • Loading branch information
Kailai-Wang and felixfaisal authored Sep 6, 2024
1 parent a505468 commit d1aa7dc
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 268 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ jobs:

- name: Launch parachain network
run: |
make launch-network-rococo
make launch-network-litentry
- name: Integration single worker test ${{ matrix.test_name }}
if: needs.set-condition.outputs.run_tee_test == 'true'
Expand Down Expand Up @@ -851,7 +851,7 @@ jobs:

- name: Launch parachain network
run: |
make launch-network-rococo
make launch-network-litentry
- name: Integration multi worker test ${{ matrix.test_name }}
if: needs.set-condition.outputs.run_tee_test == 'true'
Expand Down Expand Up @@ -917,7 +917,7 @@ jobs:

- name: Launch parachain network
run: |
make launch-network-rococo
make launch-network-litentry
- name: Integration bitacross worker test ${{ matrix.test_name }}
if: needs.set-condition.outputs.run_bitacross_test == 'true'
Expand Down
12 changes: 0 additions & 12 deletions bitacross-worker/scripts/litentry/cleanup.sh

This file was deleted.

6 changes: 0 additions & 6 deletions bitacross-worker/scripts/litentry/stop_parachain.sh

This file was deleted.

2 changes: 1 addition & 1 deletion local-setup/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def main(processes, worker, workers_number, parachain_type, log_config_path, off
add_collator_ports()
os.environ['LITENTRY_PARACHAIN_DIR'] = parachain_dir
setup_environment(offset, parachain_dir, worker_dir)
run(["./scripts/launch-network.sh", "rococo"], check=True)
run(["./scripts/launch-network.sh", "litentry"], check=True)
elif parachain_type == "remote":
setup_environment(offset, "", worker_dir)
print("Litentry parachain should be started remotely")
Expand Down
90 changes: 0 additions & 90 deletions tee-worker/scripts/launch.sh

This file was deleted.

138 changes: 0 additions & 138 deletions tee-worker/scripts/launch_local_worker.sh

This file was deleted.

12 changes: 0 additions & 12 deletions tee-worker/scripts/litentry/cleanup.sh

This file was deleted.

6 changes: 0 additions & 6 deletions tee-worker/scripts/litentry/stop_parachain.sh

This file was deleted.

0 comments on commit d1aa7dc

Please sign in to comment.