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

Replace the CircleCI build status badge with GHA badges #2502

Merged
merged 1 commit into from
Jul 2, 2021

Conversation

michalinacienciala
Copy link
Contributor

@michalinacienciala michalinacienciala commented Jun 17, 2021

We no longer use CircleCI to test/build the keep-core code. We need to
replace the CircleCI build status badge in the projec'ts README with the
similiar badges for GitHub Actions builds.
Two badges have been introduced in place of the old one:

  • Contracts (showing status of the last Solidity workflow executed on
    master branch and triggered by the push event),
  • Go client (showing status of the last Go workflow executed on
    master branch and triggered by the push event).

The badges are displayed using shields.io tool, which was already used
for the Discord badge.

Also a badge was added in the README of the Token Dashboard:

  • Token Dashboard / Testnet (showing status of the last Token Dashboard / Testnet workflow on master branch and triggered by the push event).

This time standard GitHub badge was used, as shields.io tool currently
does not support workflows with slash character in their name (see
badges/shields#4559).

Refs:
keep-network/keep-ecdsa#835
keep-network/tbtc#809

We no longer use CircleCI to test/build the `keep-core` code. We need to
replace the CircleCI build status badge in the projec'ts README with the
similiar badges for GitHub Actions builds.
Two badges have been introduced in place of the old one:
* Solidity build (showing status of the last `Solidity` workflow
executed on `master` branch and triggered by the push event),
* Go build (showing status of the last `Go` workflow executed on
`master` branch and triggered by the push event).

The badges are displayed using `shields.io` tool, which was already used
for the Discord badge.

Also a badge was added in the README of the Token Dashboard:
* Token Dashboard / Testnet (showing status of the last `Token Dashboard
/ Testnet` workflow on `master` branch and triggered by the push event).

This time standard GitHub badge was used, as `shields.io` tool currently
does not support workflows with slash character in their name (see
badges/shields#4559).
@michalinacienciala
Copy link
Contributor Author

Once this PR gets merged, we will need to update the #2521 (changing branch used to display badges from master to main).
If the #2521 gets merged before the #2502, the aforementioned change would need to be done as part of #2502.

@nkuba
Copy link
Member

nkuba commented Jul 2, 2021

I'm merging this PR @michalinacienciala . Please remember to update #2521

@nkuba nkuba merged commit bef8d50 into master Jul 2, 2021
@nkuba nkuba deleted the rfc-18/replace-circle-status-badge branch July 2, 2021 11:03
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.

2 participants