#285 CI/CD: Use Fedora 29 as the base image
Merged by rayson. Opened by rayson.
rayson/waiverdb cicd-bump-jenkins-slave-to-fedora-29  into  master

Download 285.patch
no initial comment

rebased onto c8f04f5d9ca763655be9f9e1cd3994f7c4a23e17

The CI is failing though... https://jenkins-waiverdb-test.cloud.paas.upshift.redhat.com/job/waiverdb-test/job/waiverdb-test-waiverdb-dev/197/console

@gnaponie That failure was caused by network issue:

16:30:52 Error: Error downloading packages:
16:30:52   Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f29&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]
16:30:52 Removing intermediate container ee3d6280ee86
16:30:52 error: build error: The command '/bin/sh -c dnf -y install python3-gunicorn python3-pip findutils rpm-build   && cd /usr/local/src/waiverdb   && rpm --query --requires --specfile ./waiverdb.spec | grep --invert-match waiverdb | xargs -d '\n' dnf -y install   && pip3 install --no-deps .   && mkdir -p /etc/waiverdb   && cp conf/settings.py.example /etc/waiverdb/settings.py && cp conf/client.conf.example /etc/waiverdb/client.conf   && dnf -y autoremove findutils rpm-build && dnf -y clean all && cd / && rm -rf /usr/local/src/waiverdb' returned a non-zero code: 1

This kind of network failure happens from time to time. I think it could be an issue in the UpShift infrastructure.

I've rerun the build.

Commit 799d8018 fixes this pull-request

Pull-Request has been merged by rayson

Pull-Request has been merged by rayson

Metadata