Hi all,
I know there are fedora images available in CI is there any howto use
that? I am especially looking for rawhide and f30.
I am now using something like this in build script:
....
url_base="http://admin.ci.centos.org:8080"
# This file was generated on your slave. See
https://wiki.centos.org/QaWiki/CI/GettingStarted
api=open('duffy.key').read().strip()
ver="7"
arch="x86_64"
count=1
get_nodes_url="%s/Node/get?key=%s&ver=%s&arch=%s&count=%s" %
(url_base,api,ver,arch,count)
dat=urllib.urlopen(get_nodes_url).read()
b=json.loads(dat)
tests=process_raw_features(features, test_branch)
print (tests)
for h in b['hosts']:
h += str(".ci.centos.org")
....
any idea? I saw libvirt was for sure testing a bunch of fedoras.
Thanks,
Vladimir
Hi All,
You may have noticed some instability in apps.ci.centos.org today. We had an outage in the infrastructure following from the expiration (and failed reissuing) of the node certificates that Openshift uses to communicate internally. The infrastructure seems to have recovered as of 15 minutes ago.
Most pods that were running at the time continued to run, but we were unable to schedule new pods for a while.
You may want to check your namespace to see if your workloads recovered.
If there are any questions, please let me know.
Cheers!
--
Brian Stinson
brian(a)bstinson.com