From 5cc7d513c93b8ea980230f4e639411c108890934 Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Tue, 24 Feb 2026 17:57:14 +0100 Subject: [PATCH 1/2] change image tag to v0.38.0 --- src/env_vars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/env_vars.py b/src/env_vars.py index 1fc8f47a..ddb202be 100644 --- a/src/env_vars.py +++ b/src/env_vars.py @@ -14,7 +14,7 @@ def get_env_var(var_name, default=None): # Configuration constants. Need to be upercase to appear in reports -DEFAULT_NWAKU = "wakuorg/nwaku:latest" +DEFAULT_NWAKU = "harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0" STRESS_ENABLED = False NODE_1 = get_env_var("NODE_1", DEFAULT_NWAKU) NODE_2 = get_env_var("NODE_2", DEFAULT_NWAKU) From 8e5859ec6527d6d952c89899fb753600cc394053 Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Wed, 25 Feb 2026 21:00:34 +0100 Subject: [PATCH 2/2] change repo url in yml file --- .github/workflows/test_common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 8a33932d..e0bf2601 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -142,7 +142,7 @@ jobs: gh_pages: gh-pages/${{ env.CALLER }} allure_history: allure-history keep_reports: 30 - report_url: https://logos-messaging.github.io/logos-messaging-interop-tests/${{ env.CALLER }} + report_url: https://logos-messaging.github.io/logos-delivery-interop-tests/${{ env.CALLER }} - name: Deploy report to Github Pages uses: peaceiris/actions-gh-pages@v3 @@ -167,7 +167,7 @@ jobs: echo "- **Node2**: ${{ env.NODE_2 }}" >> $GITHUB_STEP_SUMMARY echo "- **Additonal Nodes**: ${{ env.ADDITIONAL_NODES }}" >> $GITHUB_STEP_SUMMARY echo "## Test Results" >> $GITHUB_STEP_SUMMARY - echo "Allure report will be available at: https://logos-messaging.github.io/logos-messaging-interop-tests/${{ env.CALLER }}/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY + echo "Allure report will be available at: https://logos-messaging.github.io/logos-delivery-interop-tests/${{ env.CALLER }}/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY # Evaluate overall result TESTS_RESULT="success"