[Zuul] Switch from rpm-test to rpm-sti-test and new repo filename
by Miro Hrončok
Hello,
we have observed recently that the PR tests running with Zuul added a new
"rpm-sti-test" job (yesterday?) which seems to run the STI test on the Testing
Farm and later the original "rpm-test" which runs the STI tests locally (?) was
removed (today?).
I have not seen this announced nor coordinated anywhere and I have a hard time
to figure out where the changes are actually happening. I've seen some related
changes in https://pagure.io/fedora-zuul-jobs-config committed by Guy Inger
(CCed), but I don't know any more details.
We have some trouble with our testing script:
https://src.fedoraproject.org/rpms/pyproject-rpm-macros/blob/rawhide/f/te...
It has the following code:
# The zuul CI has zuul-build.repo
# The Jenkins CI has test-<pkgname>.repo
# We run this code from various packages, so we support any <pkgname>
if [ -f /etc/yum.repos.d/zuul-build.repo ]; then
cat /etc/yum.repos.d/zuul-build.repo >> $config
else
cat /etc/yum.repos.d/test-*.repo >> $config
fi
But since the change, we are getting:
cat: '/etc/yum.repos.d/test-*.repo': No such file or directory
Has the repo filename changed? What it is now?
Thanks,
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
1 year, 12 months