File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 6969 run : |
7070 cargo test -p linera-service existing_net_grpc --features existing-net
7171
72+ existing-kubernetes-net-test :
73+ runs-on : ubuntu-latest-16-cores
74+ timeout-minutes : 40
75+
76+ steps :
77+ - uses : actions/checkout@v3
78+ - uses : actions-rust-lang/setup-rust-toolchain@v1
79+ - name : Install Protoc
80+ uses : arduino/setup-protoc@v1
81+ with :
82+ repo-token : ${{ secrets.GITHUB_TOKEN }}
83+ - name : Run the validators
84+ run : |
85+ cargo build --release --features kubernetes,scylladb,metrics
86+ strip target/release/linera
87+ strip target/release/linera-proxy
88+ strip target/release/linera-server
89+ strip target/release/linera-db
90+ cargo run --features kubernetes --release --bin linera -- net up --kubernetes --binaries --policy-config devnet --validators 4 --shards 4 &
91+ - name : Create two epochs and run the faucet
92+ run : |
93+ cargo run --release --bin linera -- resource-control-policy --block 0.0000001
94+ cargo run --release --bin linera -- resource-control-policy --block 0.000000
95+ cargo run --release --bin linera -- faucet --amount 1000 --port 8079 69705f85ac4c9fef6c02b4d83426aaaf05154c645ec1c61665f8e450f0468bc0 &
96+ - name : Run the existing-net tests
97+ run : |
98+ cargo test -p linera-service existing_net_grpc --features existing-net
99+
72100 execution-wasmtime-test :
73101 runs-on : ubuntu-latest
74102 timeout-minutes : 10
You can’t perform that action at this time.
0 commit comments