Fix knapsack spinach execution
This commit is contained in:
parent
9b76bb30e8
commit
59376bb360
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ update-knapsack:
|
||||||
- export KNAPSACK_REPORT_PATH=knapsack/spinach_node_${CI_NODE_INDEX}_${CI_NODE_TOTAL}_report.json
|
- export KNAPSACK_REPORT_PATH=knapsack/spinach_node_${CI_NODE_INDEX}_${CI_NODE_TOTAL}_report.json
|
||||||
- export KNAPSACK_GENERATE_REPORT=true
|
- export KNAPSACK_GENERATE_REPORT=true
|
||||||
- cp knapsack/spinach_report.json ${KNAPSACK_REPORT_PATH}
|
- cp knapsack/spinach_report.json ${KNAPSACK_REPORT_PATH}
|
||||||
- knapsack spinach[-r rerun]
|
- knapsack spinach "-r rerun"
|
||||||
# retry failed tests 3 times
|
# retry failed tests 3 times
|
||||||
- retry '[ ! -e tmp/spinach-rerun.txt ] || bin/spinach -r rerun $(cat tmp/spinach-rerun.txt)'
|
- retry '[ ! -e tmp/spinach-rerun.txt ] || bin/spinach -r rerun $(cat tmp/spinach-rerun.txt)'
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue