summaryrefslogtreecommitdiffstats
path: root/.papr.yml
diff options
context:
space:
mode:
authorSteve Milner <smilner@redhat.com>2017-09-19 10:04:16 -0400
committerSteve Milner <smilner@redhat.com>2017-09-27 09:42:58 -0400
commit67a35983887e20764210e745d1e672991d4ea556 (patch)
treec1c3853f33c9c6ab36255f68f9c3ccfdf23d656e /.papr.yml
parent3c916ec4e2d519a3889a8c46217c1187dea27efe (diff)
downloadopenshift-67a35983887e20764210e745d1e672991d4ea556.tar.gz
openshift-67a35983887e20764210e745d1e672991d4ea556.tar.bz2
openshift-67a35983887e20764210e745d1e672991d4ea556.tar.xz
openshift-67a35983887e20764210e745d1e672991d4ea556.zip
papr: Workaround for RHBZ#1483553
Work originally done by @jlebon plus a bump up in RAM.
Diffstat (limited to '.papr.yml')
-rw-r--r--.papr.yml21
1 files changed, 14 insertions, 7 deletions
diff --git a/.papr.yml b/.papr.yml
index f7d4b223f..119dd5fcf 100644
--- a/.papr.yml
+++ b/.papr.yml
@@ -15,6 +15,8 @@ cluster:
hosts:
- name: ocp-master
distro: fedora/26/atomic
+ specs:
+ ram: 4096
- name: ocp-node1
distro: fedora/26/atomic
- name: ocp-node2
@@ -22,13 +24,14 @@ cluster:
container:
image: registry.fedoraproject.org/fedora:26
-packages:
- - gcc
- - python-pip
- - python-devel
- - libffi-devel
- - openssl-devel
- - redhat-rpm-config
+# temp workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1483553
+#packages:
+# - gcc
+# - python-pip
+# - python-devel
+# - libffi-devel
+# - openssl-devel
+# - redhat-rpm-config
context: 'fedora/26/atomic'
@@ -36,6 +39,10 @@ env:
OPENSHIFT_IMAGE_TAG: v3.6.0
tests:
+ # temp workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1483553
+ - if (dnf distro-sync -y || :) |& grep -q -e BDB1539; then
+ rpm --rebuilddb; dnf distro-sync;
+ fi; dnf install -y gcc python-pip python-devel libffi-devel openssl-devel redhat-rpm-config
- ./.papr.sh
artifacts: