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
Hello,
I noticed that systemd CI jobs started failing with "No space left on device" error:
https://ci.centos.org/job/systemd-ci-build/264/console
Can't update build descriptionjava.io.IOException: com.thoughtworks.xstream.io.StreamException: : No space left on device
ERROR: Step ‘Archive the artifacts’ aborted due to exception:
java.io.IOException: No space left on device
https://ci.centos.org/job/systemd-pr-build-vagrant/775/console
I wanted to tweak the artifact rotation settings a little (as right now it's 180 days for regular builds and 90 days for
debug builds, but it was already too late.
Thank you,
Frantisek
--
GPG key ID: 0xFB738CE27B634E4B