Use Shippable image: drydock/u16pytall:master (#24003)

* Use Shippable image: drydock/u16pytall:master
* Disable postgresql test needing privileged mode.
This commit is contained in:
Matt Clay 2017-04-26 17:02:02 +08:00 committed by GitHub
parent 0c692484e6
commit 813497bbda
3 changed files with 9 additions and 1 deletions

View file

@ -24,6 +24,13 @@ matrix:
- env: TEST=integration IMAGE=ansible/ansible:ubuntu1404 PRIVILEGED=true
- env: TEST=integration IMAGE=ansible/ansible:ubuntu1604
build:
pre_ci:
- docker images drydock/u16pytall
pre_ci_boot:
image_name: drydock/u16pytall
image_tag: master
pull: false
options: "--privileged=false --net=bridge"
ci:
- test/utils/shippable/ci.sh

View file

@ -13,7 +13,7 @@
- { role: test_yum, tags: test_yum }
- { role: test_apt, tags: test_apt }
- { role: test_apt_repository, tags: test_apt_repository }
- { role: test_postgresql, tags: test_postgresql}
#- { role: test_postgresql, tags: test_postgresql}
- { role: test_mysql_db, tags: test_mysql_db}
- { role: test_mysql_user, tags: test_mysql_user}
- { role: test_mysql_variables, tags: test_mysql_variables}

View file

@ -16,6 +16,7 @@ copy_source="${COPY_SOURCE:-}"
if [ "${SHIPPABLE_BUILD_DIR:-}" ]; then
host_shared_dir="/home/shippable/cache/build-${BUILD_NUMBER}"
controller_shared_dir="/home/shippable/cache/build-${BUILD_NUMBER}"
test_privileged=false # temporarily disabled to troubleshoot performance issues
else
host_shared_dir="${source_root}"
controller_shared_dir=""