From 77e2eb3712a827322ff818de84767531390cfdfa Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 11:18:39 +0200 Subject: [PATCH 01/32] Adding new job in the CI.yml file --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b567059f83..8a1c6bf49a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,6 +126,11 @@ jobs: uses: waku-org/nwaku/.github/workflows/container-image.yml@master secrets: inherit + QA_tests: + needs: build-docker-image + uses: waku-org/waku-interop-tests/.github/workflows/your_workflows.yml@CI_RUNNERS + secrets: inherit + js-waku-node: needs: build-docker-image uses: waku-org/js-waku/.github/workflows/test-node.yml@master From b0d85b3a25a5b1e99878113f82e424a6b40add2c Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 11:24:32 +0200 Subject: [PATCH 02/32] edit yml file name --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a1c6bf49a..e536b51e7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,9 +128,9 @@ jobs: QA_tests: needs: build-docker-image - uses: waku-org/waku-interop-tests/.github/workflows/your_workflows.yml@CI_RUNNERS + uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@CI_RUNNERS secrets: inherit - + js-waku-node: needs: build-docker-image uses: waku-org/js-waku/.github/workflows/test-node.yml@master From 62780c3b53ba6563254a06a6d818da27f6988168 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 11:33:56 +0200 Subject: [PATCH 03/32] retrigger PR --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e536b51e7f..28eb52658d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,6 +130,7 @@ jobs: needs: build-docker-image uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@CI_RUNNERS secrets: inherit + js-waku-node: needs: build-docker-image From dacc5fb31927c10869678a9ab2d8b56e422f8736 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 11:42:08 +0200 Subject: [PATCH 04/32] trigger PR --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28eb52658d..245e035ec5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: needs: build-docker-image uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@CI_RUNNERS secrets: inherit - + js-waku-node: needs: build-docker-image From 5589bbf97b09e76f32522c670595e457bdac989c Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 11:56:22 +0200 Subject: [PATCH 05/32] remove dependency to speed up job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 245e035ec5..7ee7fc4a15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: secrets: inherit QA_tests: - needs: build-docker-image + uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@CI_RUNNERS secrets: inherit From a61327c527b6efbf4e375b9a0da663809d38d870 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 12:00:24 +0200 Subject: [PATCH 06/32] trigger PR --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ee7fc4a15..fb3bdfda6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: secrets: inherit QA_tests: - + uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@CI_RUNNERS secrets: inherit From 3ac4789a16f031e6f05d9c1cf3501386788fbe43 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 12:18:10 +0200 Subject: [PATCH 07/32] clone waku test repo --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb3bdfda6a..f8468acb16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,10 @@ jobs: secrets: inherit QA_tests: - + steps: + - uses: actions/checkout@master + with: + repository: waku-org/waku-interop-tests uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@CI_RUNNERS secrets: inherit From 8f084c5d90aff23f717f6110cdb3bb0c9964c7e2 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 12:23:08 +0200 Subject: [PATCH 08/32] clone QA test repo --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8468acb16..218be2e4a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,12 +126,11 @@ jobs: uses: waku-org/nwaku/.github/workflows/container-image.yml@master secrets: inherit - QA_tests: + QA_tests_clone: steps: - - uses: actions/checkout@master + - uses: actions/checkout@CI_RUNNERS with: repository: waku-org/waku-interop-tests - uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@CI_RUNNERS secrets: inherit From 5f9a974ca4c3511fccaa54709547bcc08aded356 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 12:25:57 +0200 Subject: [PATCH 09/32] remove secrets and add path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 218be2e4a9..947bda0df2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: - uses: actions/checkout@CI_RUNNERS with: repository: waku-org/waku-interop-tests - secrets: inherit + path: ${{ github.workspace }} js-waku-node: From 199b126640473dab401dd3564656d66671545d44 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 12:31:19 +0200 Subject: [PATCH 10/32] Add runs-on --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 947bda0df2..b360a2c218 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,6 +127,8 @@ jobs: secrets: inherit QA_tests_clone: + + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@CI_RUNNERS with: From c708f1d3f705c8d347fab2b466cff62ba22c6b9d Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 13:39:02 +0200 Subject: [PATCH 11/32] remove steps --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b360a2c218..270eab1773 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,11 +127,8 @@ jobs: secrets: inherit QA_tests_clone: - - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@CI_RUNNERS - with: + uses: actions/checkout@CI_RUNNERS + with: repository: waku-org/waku-interop-tests path: ${{ github.workspace }} From f66506a8791bac74246e37fca0dd6303a8f69dd6 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 13:43:57 +0200 Subject: [PATCH 12/32] Adding repo name in checkout --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 270eab1773..fb3bdfda6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,11 +126,10 @@ jobs: uses: waku-org/nwaku/.github/workflows/container-image.yml@master secrets: inherit - QA_tests_clone: - uses: actions/checkout@CI_RUNNERS - with: - repository: waku-org/waku-interop-tests - path: ${{ github.workspace }} + QA_tests: + + uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@CI_RUNNERS + secrets: inherit js-waku-node: From ed9dd2322bc203d2cb6010f6e10e869eef237738 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 13:55:49 +0200 Subject: [PATCH 13/32] use yml of smoke_tests branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb3bdfda6a..efab96e3df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: QA_tests: - uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@CI_RUNNERS + uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@smoke_tests secrets: inherit From 96c570884a319c8de6b5ffc830c1238948d89520 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 13:58:28 +0200 Subject: [PATCH 14/32] trigger CI job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efab96e3df..bb6281c577 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: QA_tests: uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@smoke_tests - secrets: inherit + secrets: inherit js-waku-node: From 461f6d38e2b211bb0a9a21ca1b35cb5a219d15f5 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 14:10:33 +0200 Subject: [PATCH 15/32] trigger CI job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb6281c577..efab96e3df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: QA_tests: uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@smoke_tests - secrets: inherit + secrets: inherit js-waku-node: From 6213338453b83671c120d4b3490f46729703d406 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 14:16:51 +0200 Subject: [PATCH 16/32] trigger PR --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efab96e3df..763ffdd7e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: QA_tests: uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@smoke_tests - secrets: inherit + secrets: inherit js-waku-node: From 0d62121a03d2c69fbe0f47a7b7904218029e104f Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 14:35:17 +0200 Subject: [PATCH 17/32] pass image as input to yml file --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 763ffdd7e1..f6210966cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,9 +127,11 @@ jobs: secrets: inherit QA_tests: - + needs: build-docker-image uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@smoke_tests - secrets: inherit + with: + node1: ${{ needs.build-docker-image.outputs.image }} + secrets: inherit js-waku-node: From ff784be71e361db7246c6e2a4fdbef636dcc7189 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 15:00:43 +0200 Subject: [PATCH 18/32] trigger PR --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6210966cf..0c207f6380 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@smoke_tests with: node1: ${{ needs.build-docker-image.outputs.image }} - secrets: inherit + secrets: inherit js-waku-node: From 5fc922ac936bd6d8d8dd417796ed919a79ca2a63 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 15:04:34 +0200 Subject: [PATCH 19/32] trigger PR --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c207f6380..a824bbe4f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,8 @@ jobs: uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@smoke_tests with: node1: ${{ needs.build-docker-image.outputs.image }} - secrets: inherit + + secrets: inherit js-waku-node: From d3f02750b2670f0450fbe29ecafd89f99d8f657d Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 15:11:05 +0200 Subject: [PATCH 20/32] Change node1 name --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a824bbe4f8..d0433d7c14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,8 +130,8 @@ jobs: needs: build-docker-image uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@smoke_tests with: - node1: ${{ needs.build-docker-image.outputs.image }} - + node_nwaku: ${{ needs.build-docker-image.outputs.image }} + secrets: inherit From a9872d5bbca3d4828eda8b595e585b301ca643b5 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 15:14:48 +0200 Subject: [PATCH 21/32] trigger PR --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0433d7c14..ecde59d50f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: with: node_nwaku: ${{ needs.build-docker-image.outputs.image }} - secrets: inherit + secrets: inherit js-waku-node: From 2e4443484c93c4b83f7fd01bec99a3c248c14a86 Mon Sep 17 00:00:00 2001 From: aya Date: Thu, 5 Dec 2024 11:03:11 +0200 Subject: [PATCH 22/32] Change yml file name --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecde59d50f..c8295bb446 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,12 +127,13 @@ jobs: secrets: inherit QA_tests: + runs-on: ubuntu-22.04 needs: build-docker-image - uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_daily.yml@smoke_tests + uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@smoke_tests with: node_nwaku: ${{ needs.build-docker-image.outputs.image }} - secrets: inherit + secrets: inherit js-waku-node: From 2a5bff998b663faacb8385e36335f48be90eebac Mon Sep 17 00:00:00 2001 From: aya Date: Thu, 5 Dec 2024 11:08:26 +0200 Subject: [PATCH 23/32] removing runs-on --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8295bb446..afacdf580f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,6 @@ jobs: secrets: inherit QA_tests: - runs-on: ubuntu-22.04 needs: build-docker-image uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@smoke_tests with: From d099b83856dc9fc0e1c8679d71c2a4767090ed15 Mon Sep 17 00:00:00 2001 From: aya Date: Thu, 12 Dec 2024 11:17:28 +0200 Subject: [PATCH 24/32] Change branch to master --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afacdf580f..99b6735d21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: QA_tests: needs: build-docker-image - uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@smoke_tests + uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml with: node_nwaku: ${{ needs.build-docker-image.outputs.image }} From 35c6d33a4b2a5733fb4785ca45e4568f79b3f27c Mon Sep 17 00:00:00 2001 From: aya Date: Thu, 12 Dec 2024 11:22:36 +0200 Subject: [PATCH 25/32] change branch to master --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99b6735d21..aaa73310cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: QA_tests: needs: build-docker-image - uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml + uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@master with: node_nwaku: ${{ needs.build-docker-image.outputs.image }} From 7cfbcc12e2a5ce3900976eeb1d2528dc887d7ef9 Mon Sep 17 00:00:00 2001 From: aya Date: Sun, 15 Dec 2024 11:29:49 +0200 Subject: [PATCH 26/32] Checkout on tag instead of master --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaa73310cb..08af00e7bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: QA_tests: needs: build-docker-image - uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@master + uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@SMOKE_TESTS with: node_nwaku: ${{ needs.build-docker-image.outputs.image }} From 953a3e67545e25edaf5ec89e5419c5c0e31784b7 Mon Sep 17 00:00:00 2001 From: aya Date: Sun, 15 Dec 2024 11:32:54 +0200 Subject: [PATCH 27/32] Change job name to nwaku-nwaku-interop-tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08af00e7bc..a3ba017b89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: uses: waku-org/nwaku/.github/workflows/container-image.yml@master secrets: inherit - QA_tests: + nwaku-nwaku-interop-tests: needs: build-docker-image uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@SMOKE_TESTS with: From 16eabe8ecdeafd642aacf4978ed15e7f52f5b066 Mon Sep 17 00:00:00 2001 From: aya Date: Tue, 24 Dec 2024 16:38:24 +0200 Subject: [PATCH 28/32] Test checkout on tag instead of master --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3ba017b89..3e837cb6f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: nwaku-nwaku-interop-tests: needs: build-docker-image - uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@SMOKE_TESTS + uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@smoke_tests_review with: node_nwaku: ${{ needs.build-docker-image.outputs.image }} From 143f1a5ddd7834d8daddb6140ac35488bae6888b Mon Sep 17 00:00:00 2001 From: aya Date: Mon, 30 Dec 2024 15:32:17 +0200 Subject: [PATCH 29/32] checkout on master --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e837cb6f5..0a06a5ae4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: nwaku-nwaku-interop-tests: needs: build-docker-image - uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@smoke_tests_review + uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@master with: node_nwaku: ${{ needs.build-docker-image.outputs.image }} From 05d8f2f89444127233167a5de748fc1a3d8d002b Mon Sep 17 00:00:00 2001 From: aya Date: Tue, 14 Jan 2025 14:52:41 +0200 Subject: [PATCH 30/32] Check on tag name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a06a5ae4b..26fdd4d30a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: nwaku-nwaku-interop-tests: needs: build-docker-image - uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@master + uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@SMOKE_TEST_0.0.1 with: node_nwaku: ${{ needs.build-docker-image.outputs.image }} From b4b8accbba4c79171924b39225478b3d6fff7eab Mon Sep 17 00:00:00 2001 From: aya Date: Tue, 14 Jan 2025 15:04:45 +0200 Subject: [PATCH 31/32] add ref tag name in yml file --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26fdd4d30a..2763d276fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,6 +130,8 @@ jobs: needs: build-docker-image uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@SMOKE_TEST_0.0.1 with: + repository: waku-org/waku-interop-tests + ref: SMOKE_TEST_0.0.1 node_nwaku: ${{ needs.build-docker-image.outputs.image }} secrets: inherit From 26f8c3c5887d67ebebd0e1b0a872a1ca866589e6 Mon Sep 17 00:00:00 2001 From: aya Date: Tue, 14 Jan 2025 15:34:07 +0200 Subject: [PATCH 32/32] revert change of checkout on tag --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2763d276fb..26fdd4d30a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,8 +130,6 @@ jobs: needs: build-docker-image uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@SMOKE_TEST_0.0.1 with: - repository: waku-org/waku-interop-tests - ref: SMOKE_TEST_0.0.1 node_nwaku: ${{ needs.build-docker-image.outputs.image }} secrets: inherit