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

ci: remove tests nightly and update sims nightly #1601

Merged
merged 1 commit into from
Jan 12, 2023
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
ci: remove test nighly and update sims nightly
  • Loading branch information
ryanchristo committed Jan 11, 2023
commit 454c534c6b9b61320a4cd93a3e2d91dba53f02fa
8 changes: 4 additions & 4 deletions .github/workflows/sims-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- run: NUM_BLOCKS=500 make sim-app-multi-seed
- run: NUM_BLOCKS=100 make sim-app-multi-seed

import-export:
runs-on: ubuntu-latest
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- run: NUM_BLOCKS=500 make sim-import-export-multi-seed
- run: NUM_BLOCKS=100 make sim-import-export-multi-seed

after-import:
runs-on: ubuntu-latest
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- run: NUM_BLOCKS=500 make sim-after-import-multi-seed
- run: NUM_BLOCKS=100 make sim-after-import-multi-seed

determinism:
runs-on: ubuntu-latest
Expand All @@ -50,4 +50,4 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- run: NUM_BLOCKS=100 make sim-determinism-multi-seed
- run: NUM_BLOCKS=20 make sim-determinism-multi-seed
23 changes: 0 additions & 23 deletions .github/workflows/tests-nightly.yml

This file was deleted.

20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,32 @@
</div>
<br />
<div align="center">
<a href="https://github.com/regen-network/regen-ledger/commits/main">
<a href="https://github.com/regen-network/regen-ledger/commits/actions/workflows/build.yml">
<img alt="Build Status" src="https://github.com/regen-network/regen-ledger/workflows/Build/badge.svg" />
</a>
<a href="https://github.com/regen-network/regen-ledger/commits/main">
<a href="https://github.com/regen-network/regen-ledger/commits/actions/workflows/tests.yml">
<img alt="Test Status" src="https://github.com/regen-network/regen-ledger/workflows/Tests/badge.svg" />
</a>
<a href="https://github.com/regen-network/regen-ledger/commits/main">
<a href="https://github.com/regen-network/regen-ledger/commits/actions/workflows/sims.yml">
<img alt="Sims Status" src="https://github.com/regen-network/regen-ledger/workflows/Sims/badge.svg" />
</a>
<a href="https://github.com/regen-network/regen-ledger/commits/main">
<a href="https://github.com/regen-network/regen-ledger/commits/actions/workflows/lint.yml">
<img alt="Lint Status" src="https://github.com/regen-network/regen-ledger/workflows/Lint/badge.svg" />
</a>
</div>
<br />
<div align="center">
<a href="https://github.com/regen-network/regen-ledger/actions/workflows/proto-registry.yml">
<img alt="Proto Registry" src="https://github.com/regen-network/regen-ledger/workflows/Proto%20Registry/badge.svg" />
</a>
<a href="https://github.com/regen-network/regen-ledger/actions/workflows/build-nightly.yml">
<img alt="Test Nightly Status" src="https://github.com/regen-network/regen-ledger/workflows/Build%20Nightly/badge.svg" />
</a>
<a href="https://github.com/regen-network/regen-ledger/actions/workflows/sims-nightly.yml">
<img alt="Sims Nightly Status" src="https://github.com/regen-network/regen-ledger/workflows/Sims%20Nightly/badge.svg" />
</a>
</div>
<br />
<div align="center">
<a href="https://github.com/regen-network/regen-ledger/issues">
<img alt="Issues" src="https://img.shields.io/github/issues/regen-network/regen-ledger?color=blue" />
Expand Down
64 changes: 0 additions & 64 deletions scripts/test_liveness.sh

This file was deleted.