From ca278a0ae7d88ba2c4c806c1a77d68e04e9a70dc Mon Sep 17 00:00:00 2001 From: Roman Vaseev <4833306+Filter94@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:27:37 +0200 Subject: [PATCH] Updating tracer (#139) * Updating tracer * Increasing size of prover testing job * Fixed runner for e2e tests * Bumping postman tests runner size * Switching back to a tag without a fixed version --------- Signed-off-by: Roman Vaseev <4833306+Filter94@users.noreply.github.com> --- .github/workflows/postman-testing.yml | 2 +- .../coordinator-docker-traces-v2-override.config.toml | 2 +- docker/compose-local-dev-traces-v2.overrides.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/postman-testing.yml b/.github/workflows/postman-testing.yml index 5108ba3bd..e8d42ba7b 100644 --- a/.github/workflows/postman-testing.yml +++ b/.github/workflows/postman-testing.yml @@ -14,7 +14,7 @@ concurrency: jobs: run-tests: - runs-on: [self-hosted, ubuntu-22.04, X64, medium] + runs-on: [self-hosted, Linux, X64, large] name: Postman & SDK tests steps: - name: Checkout diff --git a/config/coordinator/coordinator-docker-traces-v2-override.config.toml b/config/coordinator/coordinator-docker-traces-v2-override.config.toml index c2bca0a2e..30177d7ef 100644 --- a/config/coordinator/coordinator-docker-traces-v2-override.config.toml +++ b/config/coordinator/coordinator-docker-traces-v2-override.config.toml @@ -14,7 +14,7 @@ eth-api="http://traces-node-v2:8545" [traces] switch-to-linea-besu=true -expected-traces-api-version-v2="v0.8.0-rc1" +expected-traces-api-version-v2="v0.8.0-rc3" [traces.counters-v2] endpoints=["http://traces-node-v2:8545/"] request-limit-per-endpoint=20 diff --git a/docker/compose-local-dev-traces-v2.overrides.yml b/docker/compose-local-dev-traces-v2.overrides.yml index 9cd0fe9f5..ad4a81e9b 100644 --- a/docker/compose-local-dev-traces-v2.overrides.yml +++ b/docker/compose-local-dev-traces-v2.overrides.yml @@ -87,7 +87,7 @@ services: traces-node-v2-plugin-downloader: image: busybox:1.36.1 # profiles: ["l2", "l2-bc"] this works locally but breakes on CI, maybe Docker compose version issue - command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-tracer/releases/download/v0.8.0-rc1/linea-tracer-v0.8.0-rc1.jar", "/traces-node-v2" ] + command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-tracer/releases/download/v0.8.0-rc3/linea-tracer-v0.8.0-rc3.jar", "/traces-node-v2" ] volumes: - ./scripts/file-downloader.sh:/file-downloader.sh:ro - ../tmp/traces-node-v2/plugins:/traces-node-v2/