diff --git a/utils.groovy b/utils.groovy index 8d9e5ffa5..a83dc579f 100644 --- a/utils.groovy +++ b/utils.groovy @@ -586,13 +586,14 @@ def run_cloud_tests(pipecfg, stream, version, cosa, basearch, commit) { testruns['Kola:GCP'] = { build job: 'kola-gcp', wait: false, parameters: params } } + // All openstack runs are failing right now due to https://github.com/coreos/fedora-coreos-pipeline/issues/1061 + // Temporarily stop running the openstack job in the pipeline. // Kick off the Kola OpenStack job if we have an artifact, credentials, and testing is enabled. - if (shwrapCapture("cosa meta --build=${version} --arch=${basearch} --get-value images.openstack") != "None" && - cloud_testing_enabled_for_arch(pipecfg, 'openstack', basearch) && - utils.credentialsExist([file(variable: 'OPENSTACK_KOLA_TESTS_CONFIG', - credentialsId: 'openstack-kola-tests-config')])) { - testruns['Kola:OpenStack'] = { build job: 'kola-openstack', wait: false, parameters: params } - } + // if (shwrapCapture("cosa meta --build=${version} --arch=${basearch} --get-value images.openstack") != "None" && + // cloud_testing_enabled_for_arch(pipecfg, 'openstack', basearch) && + // utils.credentialsExist([file(variable: 'OPENSTACK_KOLA_TESTS_CONFIG', + // credentialsId: 'openstack-kola-tests-config')])) { + // testruns['Kola:OpenStack'] = { build job: 'kola-openstack', wait: false, parameters: params } // Now run the kickoff jobs in parallel. These take little time // so there isn't much benefit in running them in parallel, but it