diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 586bcf3e17..a83344864f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,7 +65,6 @@ jobs: - '.github/workflows/staterecovery-*.yml' - '.github/workflows/main.yml' - '.github/workflows/reuse-*.yml' - - 'e2e/**' postman: - 'postman/**' - 'sdk/**' diff --git a/.github/workflows/reuse-linea-besu-package-run-e2e-tests.yml b/.github/workflows/reuse-linea-besu-package-run-e2e-tests.yml index 6341488ba7..07f6a01fa6 100644 --- a/.github/workflows/reuse-linea-besu-package-run-e2e-tests.yml +++ b/.github/workflows/reuse-linea-besu-package-run-e2e-tests.yml @@ -78,12 +78,10 @@ jobs: - name: Replace expected traces api version in coordinator config file shell: bash run: | - sed -i 's/^\(expected-traces-api-version-v2=\).*/\1"${{ env.EXPECTED_TRACES_API_VERSION }}"/' config/coordinator/coordinator-docker.config.toml - sed -i 's/^\(expected-traces-api-version-v2=\).*/\1"${{ env.EXPECTED_TRACES_API_VERSION }}"/' config/coordinator/coordinator-docker-traces-v2-override.config.toml + sed -i 's/^\(expected-traces-api-version[ ]*=[ ]*\).*/\1"${{ env.EXPECTED_TRACES_API_VERSION }}"/' config/coordinator/coordinator-config-v2.toml echo "EXPECTED_TRACES_API_VERSION=${{ env.EXPECTED_TRACES_API_VERSION }}" echo "BESU_PACKAGE_TAG=${{ env.BESU_PACKAGE_TAG }}" - echo "$(grep expected-traces-api-version-v2 config/coordinator/coordinator-docker.config.toml)" - echo "$(grep expected-traces-api-version-v2 config/coordinator/coordinator-docker-traces-v2-override.config.toml)" + echo "$(grep expected-traces-api-version config/coordinator/coordinator-config-v2.toml)" - name: Spin up fresh environment with besu tracing with retry uses: nick-fields/retry@v3 with: diff --git a/.run/Coordinator.run.xml.template b/.run/Coordinator.run.xml.template index 85bc6379a0..7ef9711f41 100644 --- a/.run/Coordinator.run.xml.template +++ b/.run/Coordinator.run.xml.template @@ -4,7 +4,7 @@