In this PR:
https://src.fedoraproject.org/rpms/python-setuptools_scm/pull-request/15
In this Zuul run:
https://src.fedoraproject.org/rpms/python-setuptools_scm/pull-request/15#comment-97838
You can see that the scratch build happens on Fedora 36 and has fc36 dist tag, but you can see rpm-test run on Fedora 37. The log has:
+ . /etc/os-release ++ NAME='Fedora Linux' ++ VERSION='37 (Cloud Edition Prerelease)' ++ ID=fedora ++ VERSION_ID=37 ++ VERSION_CODENAME= ++ PLATFORM_ID=platform:f37 ++ PRETTY_NAME='Fedora Linux 37 (Cloud Edition Prerelease)' ++ ANSI_COLOR='0;38;2;60;110;180' ++ LOGO=fedora-logo-icon ++ CPE_NAME=cpe:/o:fedoraproject:fedora:37 ++ HOME_URL=https://fedoraproject.org/ ++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/ ++ SUPPORT_URL=https://ask.fedoraproject.org/ ++ BUG_REPORT_URL=https://bugzilla.redhat.com/ ++ REDHAT_BUGZILLA_PRODUCT=Fedora ++ REDHAT_BUGZILLA_PRODUCT_VERSION=rawhide ++ REDHAT_SUPPORT_PRODUCT=Fedora ++ REDHAT_SUPPORT_PRODUCT_VERSION=rawhide ++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy ++ VARIANT='Cloud Edition' ++ VARIANT_ID=cloud
Our tests build RPM packages in mock and this makes them select the Fedora 37 mock chroot. So we are testing the packages with wrong configuration.
@msrb will try to patch it: https://api.dev.testing-farm.io/v0.1/composes / Fedora 36 is around
Also in zuul, just recharge day, but hopefully a bit later
@msrb nm :) it is just Zuul, Fedora CI already had the fix here: https://github.com/fedora-ci/dist-git-pipeline/pull/46
Zuul with Testing Farm is also good: https://pagure.io/fedora-zuul-jobs-config/pull-request/149#request_diff
Hi, I have a patch here https://softwarefactory-project.io/r/c/config/+/24060 waiting for a review from the team to move forward.
I did a quick test here: https://src.fedoraproject.org/rpms/python-gear/pull-request/50 and that works ok.
Both changes have been merged. Please re-open if you see issues.
Metadata Update from @fbo: - Issue status updated to: Closed (was: Open)
Metadata Update from @fbo: - Issue tagged with: Zuul CI
Thanks.