-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install llvm-test-suite from copr #732
Conversation
21126af
to
7a6d8c3
Compare
@@ -36,6 +36,9 @@ prepare: | |||
# already in the system. | |||
- dnf -y install --best llvm-libs | |||
|
|||
# Use a newer llvm-test-suite version from copr. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change makes sense to me. Just a little comment: could you remove the blank line above this one so we have the whole section packed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
@@ -36,6 +36,9 @@ prepare: | |||
# already in the system. | |||
- dnf -y install --best llvm-libs | |||
|
|||
# Use a newer llvm-test-suite version from copr. | |||
- dnf copr enable -y @fedora-llvm-team/llvm-test-suite $COPR_CHROOT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jchecahi I think we have another reason for lowering the testing-farm repo instead of raising our own: We now have two repos to add ;)
@nikic This looks good to me. But I wonder what will happen if we for example add a new chroot to the snapshot builds, we would need to add it here as well, right? For example, centos-stream-10-...
is missing from the list in https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-test-suite/monitor/.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we'd have to add the new chroots here, similar to how we do in llvm-compat-packages. Though we don't need to do anything for new fedora versions, as those get forked automatically.
I can go ahead and add the cs10 chroots now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The cs10 chroots are now present: https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-test-suite/monitor/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The cs10 chroots are now present: https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-test-suite/monitor/
@nikic awesome. Thank you!
7a6d8c3
to
a6b6310
Compare
This enables the https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-test-suite/monitor/ copr repo, so use a newer llvm-test-suite in the tmt tests.