From cb2632c3ecf3f036e9a095aacbc2c6df18eb0c73 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 6 May 2024 14:26:45 +0800 Subject: [PATCH] test: all nodes are nwaku --- .github/workflows/nim_waku_daily_test.yml | 1 + .github/workflows/test_common.yml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/nim_waku_daily_test.yml b/.github/workflows/nim_waku_daily_test.yml index e4bf8f96..b182bcce 100644 --- a/.github/workflows/nim_waku_daily_test.yml +++ b/.github/workflows/nim_waku_daily_test.yml @@ -17,4 +17,5 @@ jobs: with: node1: "harbor.status.im/wakuorg/nwaku:latest" node2: "harbor.status.im/wakuorg/nwaku:latest" + additional_nodes: "harbor.status.im/wakuorg/nwaku:latest","harbor.status.im/wakuorg/nwaku:latest","harbor.status.im/wakuorg/nwaku:latest" caller: "nim" diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 6863cff4..f6e1b5ff 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -100,12 +100,12 @@ jobs: echo EOF } >> $GITHUB_ENV - - name: Send report to Discord - uses: rjstone/discord-webhook-notify@v1 - if: always() && env.CALLER != 'manual' - with: - severity: ${{ job.status == 'success' && 'info' || 'error' }} - username: ${{ github.workflow }} - description: "## Job Result: ${{ job.status }}" - details: ${{ env.JOB_SUMMARY }} - webhookUrl: ${{ secrets.DISCORD_TEST_REPORTS_WH }} +# - name: Send report to Discord +# uses: rjstone/discord-webhook-notify@v1 +# if: always() && env.CALLER != 'manual' +# with: +# severity: ${{ job.status == 'success' && 'info' || 'error' }} +# username: ${{ github.workflow }} +# description: "## Job Result: ${{ job.status }}" +# details: ${{ env.JOB_SUMMARY }} +# webhookUrl: ${{ secrets.DISCORD_TEST_REPORTS_WH }}