-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix: ci: Properly balance <<?>> in circleci docker config #10088
Conversation
docker push filecoin/<<parameters.image>>:<<parameters.channel>>-<<parameters.network>> | ||
docker push filecoin/<<parameters.image>>:<<parameters.channel>> |
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 think this broke stuff?
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.
Ah, shoot. I did! Not sure how that change snuck in there, I only meant to do the other two. I'll open a new PR now.
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.
This commit reverts a change with the previous fix for this flow: - #10088
This commit reverts a change with the previous fix for this flow: - #10088
This commit reverts a change with the previous fix for this flow: - #10088
Related Issues
Builds that we're supposed to push docker images were sometimes failing during the push step, because of a bug in the circleci config. Once this is merged, the push step should be skipped when it's not needed, and we'll no longer experience errors like the following:
https://app.circleci.com/pipelines/github/filecoin-project/lotus/25558/workflows/9b0c0540-8321-486c-b164-90fe76d5f177/jobs/759269
Checklist
Before you mark the PR ready for review, please make sure that:
<PR type>: <area>: <change being made>
fix: mempool: Introduce a cache for valid signatures
PR type
: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, testarea
, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps