From ef7684e07921080f68981d89751a3b90f6d03639 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Mon, 7 Nov 2022 12:07:07 +0000 Subject: [PATCH] Disables queue mode --- .github/workflows/build_engines.yml | 2 +- .github/workflows/build_knapsack_controllers.yml | 2 +- .github/workflows/build_knapsack_models.yml | 2 +- .github/workflows/build_knapsack_system.yml | 6 +++--- .github/workflows/build_knapsack_test_the_rest.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_engines.yml b/.github/workflows/build_engines.yml index 0b988c7624..50866db697 100644 --- a/.github/workflows/build_engines.yml +++ b/.github/workflows/build_engines.yml @@ -78,7 +78,7 @@ jobs: # if you use Knapsack Pro Queue Mode you must set below env variable # to be able to retry CI build and run previously recorded tests # https://github.com/KnapsackPro/knapsack_pro-ruby#knapsack_pro_fixed_queue_split-remember-queue-split-on-retry-ci-node - KNAPSACK_PRO_FIXED_QUEUE_SPLIT: true + # KNAPSACK_PRO_FIXED_QUEUE_SPLIT: false # RSpec split test files by test examples feature - it's optional # https://knapsackpro.com/faq/question/how-to-split-slow-rspec-test-files-by-test-examples-by-individual-it #KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES: true diff --git a/.github/workflows/build_knapsack_controllers.yml b/.github/workflows/build_knapsack_controllers.yml index 059d1b2040..bd840410f9 100644 --- a/.github/workflows/build_knapsack_controllers.yml +++ b/.github/workflows/build_knapsack_controllers.yml @@ -78,7 +78,7 @@ jobs: # if you use Knapsack Pro Queue Mode you must set below env variable # to be able to retry CI build and run previously recorded tests # https://github.com/KnapsackPro/knapsack_pro-ruby#knapsack_pro_fixed_queue_split-remember-queue-split-on-retry-ci-node - KNAPSACK_PRO_FIXED_QUEUE_SPLIT: true + # KNAPSACK_PRO_FIXED_QUEUE_SPLIT: false # RSpec split test files by test examples feature - it's optional # https://knapsackpro.com/faq/question/how-to-split-slow-rspec-test-files-by-test-examples-by-individual-it #KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES: true diff --git a/.github/workflows/build_knapsack_models.yml b/.github/workflows/build_knapsack_models.yml index d7dcdd2f12..d3bea5daa1 100644 --- a/.github/workflows/build_knapsack_models.yml +++ b/.github/workflows/build_knapsack_models.yml @@ -78,7 +78,7 @@ jobs: # if you use Knapsack Pro Queue Mode you must set below env variable # to be able to retry CI build and run previously recorded tests # https://github.com/KnapsackPro/knapsack_pro-ruby#knapsack_pro_fixed_queue_split-remember-queue-split-on-retry-ci-node - KNAPSACK_PRO_FIXED_QUEUE_SPLIT: true + # KNAPSACK_PRO_FIXED_QUEUE_SPLIT: false # RSpec split test files by test examples feature - it's optional # https://knapsackpro.com/faq/question/how-to-split-slow-rspec-test-files-by-test-examples-by-individual-it #KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES: true diff --git a/.github/workflows/build_knapsack_system.yml b/.github/workflows/build_knapsack_system.yml index 72931cae6f..b4b49f1026 100644 --- a/.github/workflows/build_knapsack_system.yml +++ b/.github/workflows/build_knapsack_system.yml @@ -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: [15] + ci_node_total: [20] # 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] + ci_node_index: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] steps: - uses: actions/checkout@v3 @@ -78,7 +78,7 @@ jobs: # if you use Knapsack Pro Queue Mode you must set below env variable # to be able to retry CI build and run previously recorded tests # https://github.com/KnapsackPro/knapsack_pro-ruby#knapsack_pro_fixed_queue_split-remember-queue-split-on-retry-ci-node - KNAPSACK_PRO_FIXED_QUEUE_SPLIT: true + # KNAPSACK_PRO_FIXED_QUEUE_SPLIT: false # RSpec split test files by test examples feature - it's optional # https://knapsackpro.com/faq/question/how-to-split-slow-rspec-test-files-by-test-examples-by-individual-it #KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES: true diff --git a/.github/workflows/build_knapsack_test_the_rest.yml b/.github/workflows/build_knapsack_test_the_rest.yml index 4d2152b854..3cb7fe1f1e 100644 --- a/.github/workflows/build_knapsack_test_the_rest.yml +++ b/.github/workflows/build_knapsack_test_the_rest.yml @@ -78,7 +78,7 @@ jobs: # if you use Knapsack Pro Queue Mode you must set below env variable # to be able to retry CI build and run previously recorded tests # https://github.com/KnapsackPro/knapsack_pro-ruby#knapsack_pro_fixed_queue_split-remember-queue-split-on-retry-ci-node - KNAPSACK_PRO_FIXED_QUEUE_SPLIT: true + # KNAPSACK_PRO_FIXED_QUEUE_SPLIT: false # RSpec split test files by test examples feature - it's optional # https://knapsackpro.com/faq/question/how-to-split-slow-rspec-test-files-by-test-examples-by-individual-it #KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES: true