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

holesky-test fails in forks #178

Open
Inkvi opened this issue Oct 8, 2024 · 7 comments
Open

holesky-test fails in forks #178

Inkvi opened this issue Oct 8, 2024 · 7 comments

Comments

@Inkvi
Copy link
Contributor

Inkvi commented Oct 8, 2024

I added SIGNER_PRIVATE_KEY and ETHEREUM_RPC env vars to the fork repo but holesky-test always fails.

Here is a failure from the most recent run.

@samlaf
Copy link
Collaborator

samlaf commented Oct 9, 2024

Hey @Inkvi , really not sure why here, as holesky-test runs are not failing on our side.
Are you sure that this is an issue with the workflow itself, and not with your changes on that PR?

Perhaps (?) this could have to do with the pull_request_target that I added to run the fork tests in our env. This would run the test against the target instead of the source of the PR... which might use a different env in your case? really not sure..

@samlaf samlaf added the eigenda-proxy label Oct 9, 2024 — with Linear
@Inkvi
Copy link
Contributor Author

Inkvi commented Oct 9, 2024

@samlaf I specifically checked the workflow against main after syncing with the upstream to eliminate any changes related to my PR.

Additionally, I checked all the recent forks and unfortunately none of them ran or fully set up holesky-test to confirm.

@samlaf
Copy link
Collaborator

samlaf commented Oct 9, 2024

@Inkvi if you make an upstream PR in our repo with the same code, does the workflow succeed?

@Inkvi
Copy link
Contributor Author

Inkvi commented Oct 9, 2024

@Inkvi if you make an upstream PR in our repo with the same code, does the workflow succeed?

I can make a PR to test this idea but my point is that if I run the workflow against main which has only upstream code, it fails.

@samlaf
Copy link
Collaborator

samlaf commented Oct 31, 2024

Hey @Inkvi you were totally right about pull_request_target being wrong to use. I misunderstood it's behavior. I just merged #196 to change it back to pull_request.

Not sure how this will affect the issue you're having here... perhaps it'll work now? Perhaps it won't... let me know!

@Inkvi
Copy link
Contributor Author

Inkvi commented Nov 1, 2024

Hey @samlaf, I synced our fork with the upstream that includes your changes and unfortunately holesky-test failed for main and for a pr again.

@Inkvi
Copy link
Contributor Author

Inkvi commented Nov 1, 2024

Maybe the easiest way for you to debug this is to create your own fork and reproduce the issue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants