Stop using Knapsack Pro

This commit is contained in:
Julian Herrero
2019-11-04 16:58:06 +07:00
parent 9ebea50f3f
commit 5b3d40ce8e
7 changed files with 360 additions and 289 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/bash
if [ "$KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC" = "" ]; then
KNAPSACK_PRO_ENDPOINT=https://api-disabled-for-fork.knapsackpro.com \
KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC=disabled-for-fork \
bundle exec rake knapsack_pro:rspec # use Regular Mode here always
else
# Queue Mode - dynamic tests allocation across CI nodes
bundle exec rake knapsack_pro:queue:rspec
fi