Skip to content
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

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

nikic
Copy link
Collaborator

@nikic nikic commented Sep 17, 2024

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.

@@ -36,6 +36,9 @@ prepare:
# already in the system.
- dnf -y install --best llvm-libs

# Use a newer llvm-test-suite version from copr.
Copy link
Contributor

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?

Copy link
Collaborator Author

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
Copy link
Collaborator

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/.

Copy link
Collaborator Author

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nikic nikic merged commit 3601a70 into fedora-llvm-team:main Sep 18, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants