From 9af992679bb184147bb332cae493857dcc38fbbe Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:39:09 -0700 Subject: [PATCH] fix: set static ips for bidder/provider --- .github/workflows/mev-commit-infra.yml | 2 +- p2p/integration-compose.yml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mev-commit-infra.yml b/.github/workflows/mev-commit-infra.yml index 349c2689e..f72bc52f9 100644 --- a/.github/workflows/mev-commit-infra.yml +++ b/.github/workflows/mev-commit-infra.yml @@ -36,7 +36,7 @@ jobs: - name: Check Service Endpoints run: | - ips=("172.29.18.2" "172.29.0.3" "172.29.0.4") + ips=("172.29.18.2" "172.29.18.3" "172.29.18.4") for ip in "${ips[@]}"; do echo "Checking service at $ip" diff --git a/p2p/integration-compose.yml b/p2p/integration-compose.yml index 46a871890..e4d9d1080 100644 --- a/p2p/integration-compose.yml +++ b/p2p/integration-compose.yml @@ -52,7 +52,8 @@ services: volumes: - ./integrationtest/keys/provider1:/key networks: - - primev_net + primev_net: + ipv4_address: 172.29.18.3 ports: - "8081:13523" env_file: @@ -249,7 +250,8 @@ services: volumes: - ./integrationtest/keys/bidder1:/key networks: - - primev_net + primev_net: + ipv4_address: 172.29.18.4 ports: - "8087:13523" env_file: