Add ability to use large flavor on CI checks
For CDH 5.4 it's required to use large flavor on some nodes, let's add constant for that purpose. Change-Id: Ie9a4f6a705631e32d5cc060a491ad48ce83b97eb
This commit is contained in:
parent
1d276676fc
commit
e43b33f033
@ -3,6 +3,7 @@
|
||||
sahara_configs_path=$WORKSPACE/sahara-ci-config/config/sahara
|
||||
ci_flavor_id=\'20\'
|
||||
medium_flavor_id=\'3\'
|
||||
large_flavor_id=\'4\'
|
||||
|
||||
enable_pypi() {
|
||||
mkdir -p ~/.pip
|
||||
@ -122,6 +123,7 @@ write_tests_conf() {
|
||||
insert_scenario_value $test_conf cluster_name
|
||||
insert_scenario_value $test_conf ci_flavor_id
|
||||
insert_scenario_value $test_conf medium_flavor_id
|
||||
insert_scenario_value $test_conf large_flavor_id
|
||||
|
||||
echo "----------- tests config -----------"
|
||||
cat $test_conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user