diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/bottlenecks/bottlenecks.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/bottlenecks/bottlenecks.yml b/jjb/bottlenecks/bottlenecks.yml index e96147848..249a1bd6e 100644 --- a/jjb/bottlenecks/bottlenecks.yml +++ b/jjb/bottlenecks/bottlenecks.yml @@ -107,6 +107,7 @@ builders: - 'bottlenecks-fetch-os-creds' - 'run-rubbos-env-preparation' + - 'bottlenecks-instance-creation' - 'run-rubbos-tools-installation' - 'rubbos-exec' @@ -136,6 +137,17 @@ ./rubbos/rubbos_scripts/1-1-1/scripts/env_preparation.sh - builder: + name: bottlenecks-instance-creation + builders: + - shell: | + #!/bin/bash + set -o errexit + + echo "Bottlenecks: instance creation by using heat template" + cd $WORKSPACE + ./utils/infra_setup/heat_template/HOT_create_instance.sh + +- builder: name: run-rubbos-tools-installation builders: - shell: | @@ -145,6 +157,8 @@ echo "Bottlenecks: to install tools to run rubbos" cd $WORKSPACE + cd rubbos/rubbos_scripts/1-1-1 + source set_bottlenecks_rubbos_env.sh ./rubbos/rubbos_scripts/1-1-1/scripts/run.sh - builder: |