From 413a038ca7d76f000d404ba0f12106c5a7c3fc46 Mon Sep 17 00:00:00 2001 From: Roland Sherwin Date: Mon, 15 Jan 2024 07:25:57 +0530 Subject: [PATCH] set sn inventory directly --- .github/workflows/nightly.yml | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index be71c35977..4e35479c98 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -329,14 +329,14 @@ jobs: custom-node-bin-org-name: maidsafe custom-node-bin-branch-name: main - - name: Download the Deployment Inventory - uses: actions/download-artifact@v3 - with: - name: wan_testnet_deployment_inventory - path: /home/runner/wan_testnet_deployment_inventory.json + # - name: Download the Deployment Inventory + # uses: actions/download-artifact@v3 + # with: + # name: wan_testnet_deployment_inventory + # path: /home/runner/wan_testnet_deployment_inventory.json - name: Set the SN_INVENTORY variable - run: echo "SN_INVENTORY=/home/runner/wan_testnet_deployment_inventory.json" >> $GITHUB_ENV + run: echo "SN_INVENTORY=/home/runner/.local/share/safe/testnet-deploy/NightlySpendTest-inventory.json" >> $GITHUB_ENV # This should be first to avoid slow reward acceptance etc - name: execute the nodes rewards tests @@ -458,14 +458,14 @@ jobs: custom-node-bin-org-name: maidsafe custom-node-bin-branch-name: main - - name: Download the Deployment Inventory - uses: actions/download-artifact@v3 - with: - name: wan_testnet_deployment_inventory - path: /home/runner/wan_testnet_deployment_inventory.json + # - name: Download the Deployment Inventory + # uses: actions/download-artifact@v3 + # with: + # name: wan_testnet_deployment_inventory + # path: /home/runner/wan_testnet_deployment_inventory.json - name: Set the SN_INVENTORY variable - run: echo "SN_INVENTORY=/home/runner/wan_testnet_deployment_inventory.json" >> $GITHUB_ENV + run: echo "SN_INVENTORY=/home/runner/.local/share/safe/testnet-deploy/NightlyChurnTest-inventory.json" >> $GITHUB_ENV - name: Chunks data integrity during nodes churn (during 10min) (in theory) run: cargo test --release -p sn_node --test data_with_churn -- --nocapture @@ -623,14 +623,14 @@ jobs: custom-node-bin-org-name: maidsafe custom-node-bin-branch-name: main - - name: Download the Deployment Inventory - uses: actions/download-artifact@v3 - with: - name: wan_testnet_deployment_inventory - path: /home/runner/wan_testnet_deployment_inventory.json + # - name: Download the Deployment Inventory + # uses: actions/download-artifact@v3 + # with: + # name: wan_testnet_deployment_inventory_NightlyDataLocationTest + # path: /home/runner/wan_testnet_deployment_inventory.json - name: Set the SN_INVENTORY variable - run: echo "SN_INVENTORY=/home/runner/wan_testnet_deployment_inventory.json" >> $GITHUB_ENV + run: echo "SN_INVENTORY=/home/runner/.local/share/safe/testnet-deploy/NightlyDataLocationTest-inventory.json" >> $GITHUB_ENV - name: Verify the Routing table of the nodes run: cargo test --release -p sn_node --test verify_routing_table -- --nocapture