From 8fb11b9151b7ada8e015942a5094945593c8a75c Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Sun, 6 Nov 2022 20:51:28 +0000 Subject: [PATCH] Increases ci_node_total for system specs --- .github/workflows/build_knapsack_system.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_knapsack_system.yml b/.github/workflows/build_knapsack_system.yml index 02a396d863..7300d2a0b5 100644 --- a/.github/workflows/build_knapsack_system.yml +++ b/.github/workflows/build_knapsack_system.yml @@ -1,4 +1,4 @@ -name: Build KnapSack System +name: Build Knapsack System on: workflow_dispatch: @@ -39,10 +39,10 @@ jobs: # [n] - where the n is a number of parallel jobs you want to run your tests on. # Use a higher number if you have slow tests to split them between more parallel jobs. # Remember to update the value of the `ci_node_index` below to (0..n-1). - ci_node_total: [20] + ci_node_total: [24] # Indexes for parallel jobs (starting from zero). # E.g. use [0, 1] for 2 parallel jobs, [0, 1, 2] for 3 parallel jobs, etc. - ci_node_index: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] + ci_node_index: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] steps: - uses: actions/checkout@v3