summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-09-23 23:42:59 -0700
committerGitHub <noreply@github.com>2016-09-23 23:42:59 -0700
commitdc0fb1c212df5f08490c3e959b9dce64ff540169 (patch)
tree1de31e5f0dced79f3d224353f81f224a21cb7663
parentd05df5fc619cb8f5240f6fda166c1e423d37742d (diff)
downloadansible-dc0fb1c212df5f08490c3e959b9dce64ff540169.tar.gz
Revert "Set PRIVILEGED=true for non_destructive tests. (#17733)" (#17738)
This reverts commit 1384270ccd50cc7660c9375708fda148639ab797.
-rw-r--r--shippable.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/shippable.yml b/shippable.yml
index f701b128e9..f10b7b2299 100644
--- a/shippable.yml
+++ b/shippable.yml
@@ -26,15 +26,15 @@ matrix:
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:ubuntu1604
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:ubuntu1604py3 PYTHON3=1
- - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:centos6 PRIVILEGED=true
- - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:centos7 PRIVILEGED=true
- - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:fedora-rawhide PRIVILEGED=true
- - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:fedora23 PRIVILEGED=true
- - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:opensuseleap PRIVILEGED=true
- - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1204 PRIVILEGED=true
- - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1404 PRIVILEGED=true
- - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1604 PRIVILEGED=true
- - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1604py3 PYTHON3=1 PRIVILEGED=true
+ - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:centos6
+ - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:centos7
+ - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:fedora-rawhide
+ - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:fedora23
+ - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:opensuseleap
+ - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1204
+ - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1404
+ - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1604
+ - env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1604py3 PYTHON3=1
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:centos6
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:centos7