Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: Tools ci bug fixes to make k8s run correctly (#7)
Browse files Browse the repository at this point in the history
* chore: tools ci bug fixes to make k8s run correctly

chore: remove cert-spammer from the workspace

Removed cert-spammer from the workspace

feat: add 2 hrs timeout on the swarm connections

chore: update the addresses on docker

feat: add broadcast params as cli args and misc doc

chore: update addresses on docker-compose

fix: make sampler handling border cases

no panic should be raised now

feat: gossip to reunion of all the samples

fix: fix kad and early sampling on non-boot node

chore: bump tokio to 1.20.0

fix: make request/response correct for kad

test: add db-path for kad test launcher

refactor: remove ext_req_id from NetworkCommands

feat: remove following of subnets on memstore

test: update static cert submitter

chore: add pull_policy on docker compose

test: modify kad test and utility cert sender

* style: clippy warnings

* chore: dockerfile creds for private deps

* test: changed launching of the app

* test: changed timings of async testing (not good anyway)

* test: changed timings of async testing (not good anyway)

* test: commented out timing dependent unit tests

* test: put all the local testing snippets into single file

* chore: code-review fixes from PR #8

* chore: code-review fixes from PR #9

* chore: code-review fixes from PR #10
  • Loading branch information
axb-topos authored Aug 11, 2022
1 parent 474e3ef commit 11cd55f
Show file tree
Hide file tree
Showing 35 changed files with 664 additions and 754 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rs_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,16 @@ jobs:
uses: fusion-engineering/setup-git-credentials@v2
with:
credentials: https://robot-toposware:${{ secrets.ROBOT_TOPOSWARE_PRIV_REPOS_TOKEN }}@github.com

- name: Install Rust ${{ matrix.version }}
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.version }}
components:
override: true
build-args: |
PRIV_GH_USER=robot-toposware
PRIV_GH_TOKEN=${{ secrets.ROBOT_TOPOSWARE_GH_PACKAGE_TOKEN }}
- uses: Swatinem/rust-cache@v1

Expand All @@ -51,6 +55,9 @@ jobs:
with:
command: test
args: --workspace
build-args: |
PRIV_GH_USER=robot-toposware
PRIV_GH_TOKEN=${{ secrets.ROBOT_TOPOSWARE_GH_PACKAGE_TOKEN }}
fmt:
name: fmt
Expand Down
Loading

0 comments on commit 11cd55f

Please sign in to comment.