-
Notifications
You must be signed in to change notification settings - Fork 231
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
enable CI on nimbus nim-libp2p-auto-bump-unstable branch #3916
base: unstable
Are you sure you want to change the base?
Conversation
fc60031
to
c4569c5
Compare
a2ee776
to
228031c
Compare
228031c
to
938ae55
Compare
c6cb5e7
to
ad389ff
Compare
a208966
to
fc8d280
Compare
a8730ea
to
e6b128f
Compare
e6b128f
to
2b0bef9
Compare
c1b4296
to
20cdbd9
Compare
c016a67
to
ed3f89f
Compare
9a43785
to
53b8b56
Compare
326973b
to
1cfafa9
Compare
1cfafa9
to
1707cfd
Compare
1707cfd
to
03c3706
Compare
03c3706
to
7f57c91
Compare
does anyone know why this is necessary? @tersec @arnetheduck ? |
|
I'm not familiar with this requirement, could you please elaborate? |
I think I get it now, this is to make it possible to run CI on the |
Indeed |
I believe we can achieve the same by adding the branch here nimbus-eth2/.github/workflows/ci.yml Line 12 in 73738c7
|
broadly the bumping happens to perform fleet testing for libp2p changes before upgrading, including running them on the fleet: https://metrics.status.im/d/pgeNfj2Wz23/nimbus-fleet-testnets?orgId=1&from=now-3h&to=now&var-instance=geth-10.ih-eu-mda1.nimbus.holesky&var-container=beacon-node-holesky-libp2p&refresh=15m |
The bumping happens on a GitHub workflow and is independent of this PR. My question was related to the existence of this PR that can't be merged - something unusual, at least to me. It seems it is to make it possible to have the CI jobs run for the branch in question, but there are other ways of accomplishing that. |
there's a build that builds the branch - if the branch with this name is removed, the build fails and cannot be deployed to the fleet |
It's possible to make a workflow run every time there's a push to a branch, as I pointed out. I was thinking about removing this PR, not the branch. |
This PR just exists to allow CI to run, should not be merged / closed