From 6034992be64609235e0d788612c2d660c9499417 Mon Sep 17 00:00:00 2001 From: aya Date: Sat, 17 May 2025 23:36:35 +0300 Subject: [PATCH] Revert "Fix yml file" This reverts commit 6aa0c8afa7b62445239b775c9426fa82ef6bd1cd. --- .github/workflows/Repeated_tests_endurancce.yml | 16 ++++++++++------ third_party/nwaku | 2 +- waku/px_load_metrics.csv | 6 ------ 3 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 waku/px_load_metrics.csv diff --git a/.github/workflows/Repeated_tests_endurancce.yml b/.github/workflows/Repeated_tests_endurancce.yml index 0632cb0..06ea67c 100644 --- a/.github/workflows/Repeated_tests_endurancce.yml +++ b/.github/workflows/Repeated_tests_endurancce.yml @@ -2,7 +2,7 @@ name: Repeated Test Suite on: workflow_dispatch: - + jobs: repeated-tests: runs-on: [self-hosted, ubuntu-22.04] @@ -14,13 +14,13 @@ jobs: submodules: true fetch-depth: 0 - - name: Initialize submodules + - name: Initialize & update submodules run: git submodule update --init --recursive - name: Prepare third_party directory run: | - mkdir -p third_party - chown $USER third_party + mkdir -p third_party + chown $USER third_party - name: Set up Go uses: actions/setup-go@v4 @@ -30,8 +30,12 @@ jobs: - name: Install Go dependencies run: go mod download - - name: Build dependencies - run: make -C waku + - name: Build nwaku dependencies + run: | + cd third_party/nwaku + make update + make libwaku + make -C waku - name: Clean environment run: go clean -cache diff --git a/third_party/nwaku b/third_party/nwaku index c0dd33e..542968e 160000 --- a/third_party/nwaku +++ b/third_party/nwaku @@ -1 +1 @@ -Subproject commit c0dd33e161b58fa7635199464e0fc5bedaaad653 +Subproject commit 542968e8ab90ea56ccf52145109dd25b38a7c7b7 diff --git a/waku/px_load_metrics.csv b/waku/px_load_metrics.csv deleted file mode 100644 index f1dfcd9..0000000 --- a/waku/px_load_metrics.csv +++ /dev/null @@ -1,6 +0,0 @@ -TestName,Phase,HeapAlloc(KB),RSS(KB),Timestamp -TestStressHighThroughput10kPublish,at start,1373,41688,2025-05-17T22:36:16+03:00 -TestStressHighThroughput10kPublish,at end,1500,42200,2025-05-17T22:36:16+03:00 -TestStressStoreQuery5kMessagesWithPagination,at start,1063,42612,2025-05-17T22:37:16+03:00 -TestStressStoreQuery5kMessagesWithPagination,at start,1099,42960,2025-05-17T22:39:38+03:00 -TestStressStoreQuery5kMessagesWithPagination,at end,1237,43216,2025-05-17T22:39:38+03:00