summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-01-19 10:24:03 -0800
committerMatt Clay <matt@mystile.com>2017-01-19 11:45:35 -0800
commit0240ffe2205faf316fbede3c986217de3007b904 (patch)
tree6e8929fe9e996d506edfabc7f080f0c7f8ad2c41
parentdb225949551f240e4b90addee36f069503d6820d (diff)
downloadansible-0240ffe2205faf316fbede3c986217de3007b904.tar.gz
Disable pull of updated Shippable docker image.
This should improve reliability of our jobs on Shippable. The Shippable AMIs should already have the latest docker image, per Shippable support, so pull doesn't provide any benefit for us. (cherry picked from commit 25caa67d41e62615e7d5d5cc93103730958ebb7f)
-rw-r--r--shippable.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml
index ce4ecfb648..ff6881d1da 100644
--- a/shippable.yml
+++ b/shippable.yml
@@ -62,6 +62,9 @@ matrix:
python: 2.7
build:
pre_ci_boot:
+ image_name: drydock/u14pyt
+ image_tag: prod
+ pull: false
options: "--privileged=false --net=bridge"
ci:
- test/utils/shippable/ci.sh