From 084f8bc722040c84f83819316a33badf4c4118a3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:13:01 +0000 Subject: [PATCH] Update CI workflows and issue templates to use logos-messaging-js Co-authored-by: weboko <118575614+weboko@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/prepare_beta_release.md | 2 +- .github/ISSUE_TEMPLATE/prepare_full_release.md | 2 +- .github/workflows/ci.yml | 8 ++++---- .github/workflows/pre-release.yml | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/prepare_beta_release.md b/.github/ISSUE_TEMPLATE/prepare_beta_release.md index 9afaefbd1..383d9018c 100644 --- a/.github/ISSUE_TEMPLATE/prepare_beta_release.md +++ b/.github/ISSUE_TEMPLATE/prepare_beta_release.md @@ -22,7 +22,7 @@ All items below are to be completed by the owner of the given release. - [ ] Generate and edit release notes in CHANGELOG.md. - [ ] **Waku test and fleets validation** - - [ ] Ensure all the unit tests (specifically js-waku tests) are green against the release candidate. + - [ ] Ensure all the unit tests (specifically logos-messaging-js tests) are green against the release candidate. - [ ] Deploy the release candidate to `waku.test` only through [deploy-waku-test job](https://ci.infra.status.im/job/nim-waku/job/deploy-waku-test/) and wait for it to finish (Jenkins access required; ask the infra team if you don't have it). - After completion, disable [deployment job](https://ci.infra.status.im/job/nim-waku/) so that its version is not updated on every merge to master. - Verify the deployed version at https://fleets.waku.org/. diff --git a/.github/ISSUE_TEMPLATE/prepare_full_release.md b/.github/ISSUE_TEMPLATE/prepare_full_release.md index 314146f60..d7458a8e3 100644 --- a/.github/ISSUE_TEMPLATE/prepare_full_release.md +++ b/.github/ISSUE_TEMPLATE/prepare_full_release.md @@ -24,7 +24,7 @@ All items below are to be completed by the owner of the given release. - [ ] **Validation of release candidate** - [ ] **Automated testing** - - [ ] Ensure all the unit tests (specifically js-waku tests) are green against the release candidate. + - [ ] Ensure all the unit tests (specifically logos-messaging-js tests) are green against the release candidate. - [ ] Ask Vac-QA and Vac-DST to perform the available tests against the release candidate. - [ ] Vac-DST (an additional report is needed; see [this](https://www.notion.so/DST-Reports-1228f96fb65c80729cd1d98a7496fe6f)) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b12a5109..39ff2b01a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,16 +149,16 @@ jobs: secrets: inherit - js-waku-node: + logos-messaging-js-node: needs: build-docker-image - uses: logos-messaging/js-waku/.github/workflows/test-node.yml@master + uses: logos-messaging/logos-messaging-js/.github/workflows/test-node.yml@master with: nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }} test_type: node - js-waku-node-optional: + logos-messaging-js-node-optional: needs: build-docker-image - uses: logos-messaging/js-waku/.github/workflows/test-node.yml@master + uses: logos-messaging/logos-messaging-js/.github/workflows/test-node.yml@master with: nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }} test_type: node-optional diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 380ec755f..eb6ffc6fc 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -96,17 +96,17 @@ jobs: image_tag: ${{ needs.tag-name.outputs.tag }} secrets: inherit - js-waku-node: + logos-messaging-js-node: needs: build-docker-image - uses: logos-messaging/js-waku/.github/workflows/test-node.yml@master + uses: logos-messaging/logos-messaging-js/.github/workflows/test-node.yml@master with: nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }} test_type: node debug: waku* - js-waku-node-optional: + logos-messaging-js-node-optional: needs: build-docker-image - uses: logos-messaging/js-waku/.github/workflows/test-node.yml@master + uses: logos-messaging/logos-messaging-js/.github/workflows/test-node.yml@master with: nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }} test_type: node-optional