Skip to content

Commit

Permalink
Fix CI tests and general cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranay Tulugu committed Sep 18, 2023
1 parent 2df26e8 commit 3115275
Show file tree
Hide file tree
Showing 40 changed files with 926 additions and 878 deletions.
29 changes: 10 additions & 19 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,24 +80,6 @@ jobs:
- uses: Swatinem/rust-cache@v1
- name: Cross test armv7
run: cargo install cross && cross test --target armv7-unknown-linux-musleabihf --verbose -- --test-threads=1
legacy_integration-test-with-backcompat:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Wireguard
run: sudo apt-get update && sudo apt install -y wireguard linux-source linux-headers-$(uname -r) build-essential && sudo modprobe wireguard
- name: Run integration test
run: bash scripts/legacy_integration_test/test-ci-backcompat.sh
legacy_integration-test:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Wireguard
run: sudo apt-get update && sudo apt install -y wireguard linux-source linux-headers-$(uname -r) build-essential && sudo modprobe wireguard
- name: Run integration test
run: bash scripts/legacy_integration_test/test-ci.sh
integration-test-five-nodes:
needs: test
runs-on: ubuntu-latest
Expand Down Expand Up @@ -144,4 +126,13 @@ jobs:
- name: Install Wireguard
run: sudo apt-get update && sudo apt install -y wireguard linux-source linux-headers-$(uname -r) build-essential && sudo modprobe wireguard
- name: Run integration test
run: bash scripts/integration_tests/all-up-test.sh MULTI_EXIT
run: bash scripts/integration_tests/all-up-test.sh MULTI_EXIT
integration-test-validate-contract:
needs: integration-test-five-nodes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Wireguard
run: sudo apt-get update && sudo apt install -y wireguard linux-source linux-headers-$(uname -r) build-essential && sudo modprobe wireguard
- name: Run integration test
run: bash scripts/integration_tests/all-up-test.sh CONTRACT_TEST
78 changes: 30 additions & 48 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 @@ -9,7 +9,6 @@ members = [
"althea_kernel_interface",
"settings",
"clu",
"exit_db",
"antenna_forwarding_client",
"antenna_forwarding_protocol",
"auto_bridge",
Expand Down
13 changes: 0 additions & 13 deletions exit_db/Cargo.toml

This file was deleted.

5 changes: 0 additions & 5 deletions exit_db/diesel.toml

This file was deleted.

This file was deleted.

36 changes: 0 additions & 36 deletions exit_db/migrations/00000000000000_diesel_initial_setup/up.sql

This file was deleted.

2 changes: 0 additions & 2 deletions exit_db/migrations/2019-02-22-214628_rita-setup/down.sql

This file was deleted.

Loading

0 comments on commit 3115275

Please sign in to comment.