Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test_PR_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- uses: actions/checkout@v4
with:
repository: waku-org/waku-interop-tests
repository: logos-messaging/logos-messaging-interop-tests
ref: SMOKE_TEST_0.0.1
- uses: actions/setup-python@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Waku end‑to‑end (e2e) interoperability test framework for the [Waku v2 proto

```bash
# Use sparse checkout since the repo has large history
git clone --depth=1 [email protected]:waku-org/waku-interop-tests.git
git clone --depth=1 [email protected]:logos-messaging/logos-messaging-interop-tests.git
cd waku-interop-tests

# create and activate a virtual environment
Expand Down Expand Up @@ -48,15 +48,15 @@ Every day the workflow **nim\_waku\_daily.yml** triggers against the image `waku

To launch it manually:

1. Open [https://github.com/waku-org/waku-interop-tests/actions/workflows/nim\_waku\_daily.yml](https://github.com/waku-org/waku-interop-tests/actions/workflows/nim_waku_daily.yml).
1. Open [https://github.com/logos-messaging/logos-messaging-interop-tests/actions/workflows/nim\_waku\_daily.yml](https://github.com/logos-messaging/logos-messaging-interop-tests/actions/workflows/nim_waku_daily.yml).
2. Click **► Run workflow**.
3. Pick the branch you want to test (defaults to `master`) and press **Run workflow**.

### On‑demand matrix against custom *nwaku* versions

Use **interop\_tests.yml** when you need to test a PR or a historical image:

1. Open [https://github.com/waku-org/waku-interop-tests/actions/workflows/interop\_tests.yml](https://github.com/waku-org/waku-interop-tests/actions/workflows/interop_tests.yml).
1. Open [https://github.com/logos-messaging/logos-messaging-interop-tests/actions/workflows/interop\_tests.yml](https://github.com/logos-messaging/logos-messaging-interop-tests/actions/workflows/interop_tests.yml).
2. Press **► Run workflow** and choose the branch.
3. In the *workflow inputs* field set the `nwaku_image` you want, e.g. `wakuorg/nwaku:v0.32.0`.

Expand Down