From 4b7b9751fea5190b5e297bc5fcf04fb21e538e10 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Sun, 5 May 2024 22:08:45 +0000 Subject: [PATCH 1/2] Add CI schedule --- .gitea/workflows/fixturenet-eth-stack.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/fixturenet-eth-stack.yml b/.gitea/workflows/fixturenet-eth-stack.yml index de71e59..7b5db92 100644 --- a/.gitea/workflows/fixturenet-eth-stack.yml +++ b/.gitea/workflows/fixturenet-eth-stack.yml @@ -7,6 +7,8 @@ on: branches: - main - ci-test + schedule: # Note: coordinate with other tests to not overload runners at the same time of day + - cron: '17 25 * * *' jobs: test: From 897a4bc997ef7c4c92cba97084ca5ef673b6b5ec Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Wed, 8 May 2024 21:53:38 +0000 Subject: [PATCH 2/2] Remove geth2 ports (#9) Not exposing the geth-2 ports will allow us to use `deploy init --map-ports-to-host any-same` without creating conflicts. Reviewed-on: https://git.vdb.to/cerc-io/fixturenet-eth-stacks/pulls/9 Co-authored-by: Thomas E Lackey Co-committed-by: Thomas E Lackey --- stack-orchestrator/compose/docker-compose-fixturenet-eth.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/stack-orchestrator/compose/docker-compose-fixturenet-eth.yml b/stack-orchestrator/compose/docker-compose-fixturenet-eth.yml index 4608a2a..bd25c52 100644 --- a/stack-orchestrator/compose/docker-compose-fixturenet-eth.yml +++ b/stack-orchestrator/compose/docker-compose-fixturenet-eth.yml @@ -62,9 +62,6 @@ services: - fixturenet-eth-bootnode-geth volumes: - fixturenet_eth_geth_2_data:/root/ethdata - ports: - - "8545" - - "8546" fixturenet-eth-bootnode-lighthouse: restart: always