Merge pull request #1066 from nalind/storage-opts

tests: rename $STORAGE_OPTS to $STORAGE_OPTIONS
This commit is contained in:
Mrunal Patel 2017-10-24 21:01:33 -07:00 committed by GitHub
commit 5a4ffef9d3
4 changed files with 12 additions and 15 deletions

View file

@ -18,7 +18,7 @@
state: directory
- name: run integration tests
shell: "CGROUP_MANAGER=cgroupfs STORAGE_OPTS='--storage-driver=overlay{{ extra_storage_opts | default('') }}' make localintegration >& {{ artifacts }}/testout.txt"
shell: "CGROUP_MANAGER=cgroupfs STORAGE_OPTIONS='--storage-driver=overlay{{ extra_storage_opts | default('') }}' make localintegration >& {{ artifacts }}/testout.txt"
args:
chdir: "{{ ansible_env.GOPATH }}/src/github.com/kubernetes-incubator/cri-o"
async: 5400