-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
integration-tests/smoke: add plugins variant to TestOCRv2Basic #11633
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
I see that you haven't updated any README files. Would it make sense to do so? |
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.
Does this affect CI? Not completely sure how these smoke tests are ran, IIUC it uses this same smoke test for plugin and non plugin variant, but just builds it differently?
7e5d285
to
4397b40
Compare
Yes, you can see the subtest in the logs for the ocr2-* jobs. There is a It does run more than necessary though, since there are so many ocr2-* variants for eth clients, so maybe there is a better way to organize this. 🤔 |
These are new additions that I'm currently working on moving to a nightly job instead of every PR. If you feel the plugins tests need a similar treatment we can move them to that style as well. I would prefer to make it a little more explicit what this is meant to do regarding running on a regular image with feature flags shut off. Maybe make a comment along with renaming the sub test to |
It is important to run on every PR, but only once. So maybe this is fine as-is, but could wait for that PR first?
Can you elaborate? (we will be able to drop the -plugins image eventually - hopefully in Q1) |
By "it" here, do you mean the plugins tests? Or the client tests?
Ah, okay, never mind then. |
I mean plugins. Clients are less significant, although we could probably trigger it for certain chains/evm/clients paths or whatever is related 🤷 |
We're on the same page then. I'll keep it to just nightly for now, unless you have some specific paths in mind at the moment. |
c4b8c44
to
08be111
Compare
Rebased since merge conflicts were a mess. |
SonarQube Quality Gate 0 Bugs No Coverage information |
No description provided.