This changes the Jenkins pipeline to run tests in the new f2ocp OpenShift cluster, rather than Open PaaS, where we have been seeing some issues. It also includes a couple other fixes:
- configuring python-requests so SSL CA certificate validation doesn't fail in OpenShift
- running mock with -v, so you can watch the build output
- running mock with --enable-network, so the docs build doesn't timeout trying to retrieve issue data from pagure.io. This shaves about 10 minutes off the build time.
This changes the Jenkins pipeline to run tests in the new f2ocp OpenShift cluster, rather than Open PaaS, where we have been seeing some issues. It also includes a couple other fixes:
- configuring python-requests so SSL CA certificate validation doesn't fail in OpenShift
- running mock with -v, so you can watch the build output
- running mock with --enable-network, so the docs build doesn't timeout trying to retrieve issue data from pagure.io. This shaves about 10 minutes off the build time.