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

[ARCHIVED] Add CI/CD pipelines for pushed tags #1

Closed
wants to merge 39 commits into from
Closed

Conversation

syjn99
Copy link
Contributor

@syjn99 syjn99 commented Aug 29, 2024

  • Fixed Dockerfile inside cross-toolchains for cross-compile
  • Changed CODEOWNERS using organization team
  • Add tag-build.yml, which will do following:
    • Build by go build
    • Upload objects into AWS S3 bucket
    • Build Docker images and push to Docker hub
    • Create release, which contains artifacts that were built.
    • if tag_name is equal to stable, upload those artifacts as latest.

@syjn99 syjn99 self-assigned this Aug 29, 2024
@syjn99 syjn99 marked this pull request as ready for review September 11, 2024 10:26
syjn99 pushed a commit that referenced this pull request Sep 24, 2024
* Remove unsafe proposer indices cache

* Simplify FCU #1

This PR starts the process of gradually simplifying FCU
It removes the responsibility of getting the state and block from this
function and informing if head has changed. It is only called when the
imported block has actually become head.

* Add a call to FCU in edge cases
syjn99 pushed a commit that referenced this pull request Sep 24, 2024
* imported superblock-dev/kairos

* github action added

* github token setting

* kairos dependency setting done & dolphin/under config added

* fixed build problem for tools and changed linter setting

* added deneb fork version to dolphin to pass fuzz test

* added deneb fork version to dolphin to pass fuzz test2

* fixed param tests

* fixed validator/accounts test

* removed prysm web UI

* update linter action

* update linter config
syjn99 pushed a commit that referenced this pull request Sep 24, 2024
* imported superblock-dev/kairos

* github action added

* github token setting

* kairos dependency setting done & dolphin/under config added

* fixed build problem for tools and changed linter setting

* added deneb fork version to dolphin to pass fuzz test

* added deneb fork version to dolphin to pass fuzz test2

* fixed param tests

* fixed validator/accounts test

* removed prysm web UI

* update linter action

* update linter config

* Add bailout at beacon state

* Add bailout to block types

* Add bailout config

* Add bailout logic

* Update/build settings (#1)

* imported superblock-dev/kairos

* github action added

* github token setting

* kairos dependency setting done & dolphin/under config added

* fixed build problem for tools and changed linter setting

* added deneb fork version to dolphin to pass fuzz test

* added deneb fork version to dolphin to pass fuzz test2

* fixed param tests

* fixed validator/accounts test

* removed prysm web UI

* update linter action

* update linter config

* Add bailout logic

* Fix error

* Add bailout to api struct

* Add bailout rpc

* Fix lint

* Add bailout to blindblock

* Fix test

* Fix build error

* Fix test and error

* Add bailout to experimental state

* Fix sharedFieldRefCount

* Fix test

* Fix FieldRefCount

* Apply anderson's comments

Co-authored-by: Anderson <97861652+sb-anderson@users.noreply.github.com>

* Apply jay's comments

* Apply jays comments

---------

Co-authored-by: Jay <jay@superblock.xyz>
Co-authored-by: Jay <gts2030@snu.ac.kr>
Co-authored-by: Anderson <97861652+sb-anderson@users.noreply.github.com>
@syjn99 syjn99 changed the base branch from archive to master September 24, 2024 04:56
@syjn99 syjn99 requested a review from qqqeck as a code owner September 24, 2024 04:56
@syjn99 syjn99 changed the base branch from master to archive September 24, 2024 04:56
@syjn99 syjn99 changed the title Add CI/CD pipelines for pushed tags [ARCHIVED] Add CI/CD pipelines for pushed tags Sep 24, 2024
@syjn99
Copy link
Contributor Author

syjn99 commented Sep 24, 2024

Duplicate of #7, Closed

@syjn99 syjn99 closed this Sep 24, 2024
@syjn99 syjn99 deleted the cicd-setup branch September 24, 2024 12:10
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