-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add tests for analysis using the Clang and GCC analyzers #95
Conversation
This PR is blocked since it requires a newer release of
|
@lzaoral Could we please configure |
1 similar comment
@lzaoral Could we please configure |
Another option would be not to install
|
Hmm, it looks like Testing Farm does that regardless of the contents in the given |
Looks like this is not possible at the moment: https://packit.dev/docs/testing-farm/#running-tests-with-builds-from-another-pull-request |
@lzaoral We do not need to use builds from another pull request. I meant to use csdiff from https://copr.fedorainfracloud.org/coprs/g/codescan/csutils/ which corresponds to the |
Yes, I know. But this seems to be the only way to install the contents of the csdiff and csmock COPR repositories at the same time. Other methods like 3330b2a install them too late... |
I see. |
/packit retest-failed |
hmm, we should somehow disable those unsupported combos on Testing Farm ... it is hitting our error rate :) |
Folks, could you please drop the testing targets for architectures that are not available in the Testing Farm? https://docs.testing-farm.io/general/0.1/test-environment.html#_supported_architectures So for tests, please keep only x86_64 and aarch64 We are working in Packit and Testing Farm to account for this, but right now all requests are sent to TF as Miro points out. |
@@ -0,0 +1,38 @@ | |||
#!/bin/bash | |||
# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k | |||
. /usr/share/beakerlib/beakerlib.sh || exit 1 |
Check notice
Code scanning / shellcheck
Not following: /usr/share/beakerlib/beakerlib.sh: openBinaryFile: does not exist (No such file or directory)
Sorry @thrix and @TomasTomecek! I've deleted everything except |
The latest release of Testing Farm should support fix the unjustifiable dependence on a newer version of |
I've dropped the integration with TF completely for now. It can be added in the future and the tests themselves can be merged even in the current state. |
So the tests we are about to merge will not run automatically at all? Then we should at least mention in |
Hmm, everything except CS8 passed but the table below still shows all Fedora tests as running. 🤔 |
a8a846d
to
a140582
Compare
d94cddf
to
fd3c086
Compare
Current state: The @csutils copr repository is properly installed, however, the packages are not properly updated on stable Fedora releases for an unknown reason. |
a5d0f95
to
9209ee8
Compare
@kdudka, the PR should be ready to be reviewed. The test is modular, therefore, if you want to test a new tool, you only need to create corresponding edit: add instructions to get the logs |
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.
Nice work. Thank you!
No description provided.