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

fix: ci: Properly balance <<?>> in circleci docker config #10088

Merged
merged 1 commit into from
Jan 20, 2023

Conversation

ianconsolata
Copy link
Contributor

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:

  • Commits have a clear commit message.
  • PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, test
    • area, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • New features have usage guidelines and / or documentation updates in
  • Tests exist for new functionality or change in behavior
  • CI is green

@ianconsolata ianconsolata requested a review from a team as a code owner January 20, 2023 19:14
@geoff-vball geoff-vball merged commit 6d53d0d into master Jan 20, 2023
@geoff-vball geoff-vball deleted the fix-mainnet-docker-ci branch January 20, 2023 19:36
@geoff-vball geoff-vball changed the title Properly balance <<?>> in circleci docker config fix: ci: Properly balance <<?>> in circleci docker config Jan 20, 2023
docker push filecoin/<<parameters.image>>:<<parameters.channel>>-<<parameters.network>>
docker push filecoin/<<parameters.image>>:<<parameters.channel>>
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ianconsolata added a commit that referenced this pull request Jan 22, 2023
This commit reverts a change with the previous fix for this flow:
- #10088
geoff-vball pushed a commit that referenced this pull request Jan 22, 2023
This commit reverts a change with the previous fix for this flow:
- #10088
geoff-vball pushed a commit that referenced this pull request Jan 27, 2023
This commit reverts a change with the previous fix for this flow:
- #10088
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants