-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Move deprecated evm versions to nightly CI workflow #14710
Conversation
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.
lgtm
@cameel is more of an expert for the CI intricacies here than I am, so maybe we let him give final approval here - I'd merge it myself :-). |
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.
I have some suggestions but nothing critical. Looks fine overall.
One more thing. Maybe you could also create a separate I'd do that in a separate PR though. |
a9df48b
to
a502d4d
Compare
Right. But isn't it a matter to just add the step |
Oh, so we still have gitter notifications for some of this? I was thinking more about the failure notification e-mail I get from nightly every day. Now I have to always check it to see if there were any other failing jobs, which is mildly annoying. If ossfuzz was in a separate workflow, I could just add a filter to ignore it and only care about notifications about the other workflow (which I would now only be receiving when it really fails). I mean, if we had consistent gitter notifications for all nightly jobs maybe I could ignore these mails altogether. But my impression was that not all jobs have them. |
a502d4d
to
c2615b2
Compare
c2615b2
to
a356764
Compare
I see, I don't know why I don't receive such notifications though, it might be some github config on my side, I will check it. Anyway, done here: #14831 |
4417a67
to
e3f46b1
Compare
e3f46b1
to
b21f536
Compare
b21f536
to
85a4406
Compare
85a4406
to
041b2c8
Compare
041b2c8
to
8644408
Compare
I think it's in CircleCI settings. There's a page that lists the repositories you have access to and for each one you can select if you follow it. Then CircleCI sends you a notification about failed workflows. I get them for any PR where I pushed some commits and for the nightly runs. |
As recommended in the discussion here: #14705 (comment), this PR moves the soltest to run exclusively on nightly jobs for Homestead and Byzantium EVM versions, which are now deprecated.