diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-05-26 14:32:32 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-05-26 15:01:11 -0400 |
commit | 1c8b2334f29c4ab4eac59974debc66c58344b5b7 (patch) | |
tree | 70f29eb44adb7183f5450c6bac7b9883a833092e | |
parent | daed7a1106093f6a43b43db57c3aedd76b8d84d4 (diff) | |
download | openshift-1c8b2334f29c4ab4eac59974debc66c58344b5b7.tar.gz openshift-1c8b2334f29c4ab4eac59974debc66c58344b5b7.tar.bz2 openshift-1c8b2334f29c4ab4eac59974debc66c58344b5b7.tar.xz openshift-1c8b2334f29c4ab4eac59974debc66c58344b5b7.zip |
Reduce memory requirement to 2gb for fedora ci jobs
-rw-r--r-- | .redhat-ci.inventory | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.redhat-ci.inventory b/.redhat-ci.inventory index 3c8296055..23bc9923c 100644 --- a/.redhat-ci.inventory +++ b/.redhat-ci.inventory @@ -9,6 +9,7 @@ ansible_python_interpreter=/usr/bin/python3 deployment_type=origin openshift_image_tag="{{ lookup('env', 'OPENSHIFT_IMAGE_TAG') }}" openshift_master_default_subdomain="{{ lookup('env', 'RHCI_ocp_node1_IP') }}.xip.io" +openshift_check_min_host_memory_gb=1.9 [masters] ocp-master |