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

Refactor container workflows #2285

Merged
merged 8 commits into from
Apr 18, 2024
Merged

Conversation

jcortejoso
Copy link
Member

Description

Refactor the container workflows for building the sha and tagged (release) images. More importante changes:

  • Using regctl as more flexible tooling for adding the tags
  • add-docker-tag workflow now expects the full image references (registry/name:tag). This make it more flexible, although we'll need to run more jobs for doing the same
  • Build geth-all image also tagged with commit sha.

Done as part as I was debugging issues in the workflow.

@jcortejoso jcortejoso requested a review from alvarof2 March 19, 2024 15:13
Copy link

github-actions bot commented Mar 19, 2024

Coverage from tests in ./e2e_test/... for ./consensus/istanbul/... at commit 8c10ff2

coverage: 51.1% of statements across all listed packages
coverage:  63.2% of statements in consensus/istanbul
coverage:  43.2% of statements in consensus/istanbul/announce
coverage:  56.0% of statements in consensus/istanbul/backend
coverage:   0.0% of statements in consensus/istanbul/backend/backendtest
coverage:  24.3% of statements in consensus/istanbul/backend/internal/replica
coverage:  65.6% of statements in consensus/istanbul/core
coverage:  50.0% of statements in consensus/istanbul/db
coverage:   0.0% of statements in consensus/istanbul/proxy
coverage:  64.2% of statements in consensus/istanbul/uptime
coverage:  51.8% of statements in consensus/istanbul/validator
coverage:  79.2% of statements in consensus/istanbul/validator/random

Copy link

github-actions bot commented Mar 19, 2024

5883 passed, 45 skipped

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@jcortejoso jcortejoso merged commit 8c10ff2 into master Apr 18, 2024
27 checks passed
@jcortejoso jcortejoso deleted the jcortejoso/container-ci-cd-refactor branch April 18, 2024 16:31
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