Skip to content

Commit

Permalink
chore: use simple config file
Browse files Browse the repository at this point in the history
  • Loading branch information
eenagy committed Jan 27, 2025
1 parent dde6fba commit 60f1be1
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 1,597 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ jobs:
- name: tests
# this works, but the problem it makes it look like that 125 tests are passed, when in practice
# only the filtered tests passed, and the others are "fake green"
if: matrix.el_name == 'besu' && matrix.cl_name == matrix.validator_name && matrix.cl_name == 'nimbus-eth2'
if: $$ {{ (matrix.el_name == 'besu' || matrix.el_name == 'erigon') && matrix.cl_name == matrix.validator_name && matrix.cl_name == 'nimbus-eth2' }}
uses: ./network-tests
with:
network: regtest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ package_hash = [
# { hash="3c4029ca33e6f26976012c3cab2dc68f46ce30f8", name= "eth-node-besu-regtest_0.0.2-1.dsc"},
{ hash = "b35f46d5fb424aee57b5d666e61b2eff83543aad", name = "eth-node-besu-regtest_0.0.2.orig.tar.gz" },
# { hash="bf82dcf8ae59dc94c3dbb41f5e0df8b5d15934cd", name= "eth-node-besu-regtest_0.0.2-1.debian.tar.xz"},
{ hash = "a6a65c90b87439964cb5da6d8958254109cc6667", name = "eth-node-besu-regtest_0.0.2-1_all.deb" },
{ hash = "8c8af10d5fe9b9a0b672735ce18349b917601aa4", name = "eth-node-besu-regtest_0.0.2-1_all.deb" },
]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ eth-node-besu-regtest: maintainer-script-lacks-home-in-adduser "adduser --system
eth-node-besu-regtest: no-copyright-file
eth-node-besu-regtest: no-template-description eth-node-besu-regtest/engine_jwt_disabled [templates:*]
eth-node-besu-regtest: initial-upload-closes-no-bugs [usr/share/doc/eth-node-besu-regtest/changelog.Debian.gz:1]
eth-node-besu-regtest: maintainer-script-ignores-errors [config]
eth-node-besu-regtest: maintainer-script-ignores-errors [postrm]
eth-node-besu-regtest: maintainer-script-needs-depends-on-adduser adduser (does not satisfy adduser) [postinst:8]
eth-node-besu-regtest: malformed-prompt-in-templates *
Expand Down
Loading

0 comments on commit 60f1be1

Please sign in to comment.