-
Notifications
You must be signed in to change notification settings - Fork 106
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
change(ci): Remove duplicate CI jobs for getblocktemplate-rpcs #7753
Conversation
The failures here are probably from the base branch. |
5ad073f
to
6164df2
Compare
6164df2
to
a1323d4
Compare
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.
GitHub says that the env
context in not allowed in the release-binaries.yml
workflow. I don't see why, though.
Can you show me this error? I can't find it in the list of jobs in the PR, or in the list of repository actions. |
Sure, it's at line 48 in |
Apparently it's not allowed in
That's ok, I just used the vars directly. |
|
Yep, I just need a different container name. |
@Mergifyio refresh |
✅ Pull request refreshed |
@Mergifyio queue batched |
❌ Branch protection setting 'linear history' conflicts with Mergify configurationBranch protection setting 'linear history' works only if |
@Mergifyio requeue batched |
❌ This pull request head commit has not been previously disembarked from queue. |
Motivation
Now that the
getblocktemplate-rpcs
feature is on by default, we want to remove redundant tests.Close #7362.
Depends-On: #7740
Depends-On: #7616
Complex Code or Requirements
It's tricky to keep track of all the different locations we use Rust features, and keep them all consistent. So I turned them into repository variables.
Solution
Preparation:
Changes:
Admin Tasks
Author Tasks
Review
This is a routine cleanup.
Reviewer Checklist
Follow Up Work
Some of these jobs could move into entrypoint.sh, I added TODOs.