clearcontainers / jenkins

Used to store the Jenkins based CI configuration files - both for backup, re-creation and history etc.
Apache License 2.0
3 stars 4 forks source link

Fix Fedora 26 Jenkins nodes #32

Closed jodh-intel closed 6 years ago

jodh-intel commented 6 years ago

The Fedora 26 Jenkins nodes (atleast for runtime and tests) seem to be broken. Every new PR is failing on F26 with errors such as:

Example affected PRs:

chavafg commented 6 years ago

After digging into the Fedora failures, cc-runtime list seems to be the problem: https://github.com/clearcontainers/runtime/issues/902

git is installed after the VM is launched. Still need to take a look at the jenkins exceptions.

chavafg commented 6 years ago

A quick 'nasty' fix for the CI would be to comment this line: https://github.com/clearcontainers/tests/blob/master/integration/openshift/hello_world.bats#L47

And uncomment it once https://github.com/clearcontainers/runtime/issues/902 is fixed.

chavafg commented 6 years ago

So this is was fixed with https://github.com/clearcontainers/tests/pull/833. Closing issue... Still https://github.com/clearcontainers/runtime/issues/902 need to be investigated furtherly