modify basic test to not require quickstart-extras

This commit modifies ci-scripts/basic.sh to use only the
"quickstart.yml" playbook, rather than "quickstart-extras.yml".
Requiring quickstart-extras for the basic ci job complicates
modifications that require reviews in both repositories, since it can
result in circular dependencies.

Change-Id: I3d66222fd768ff6568d5d4142a343f4b1b3b6cca
This commit is contained in:
Lars Kellogg-Stedman 2017-03-03 21:05:37 -05:00 committed by wes hayutin
parent 2883f5dc1c
commit 1f47108655
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ source $CI_SCRIPT_DIR/include-gate-changes.sh
# REL_TYPE can be specific release type like 'testing'
bash quickstart.sh \
--playbook quickstart.yml \
--working-dir $WORKSPACE/ \
--no-clone \
--bootstrap \