-
Notifications
You must be signed in to change notification settings - Fork 119
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
ci: Automate GitHub Release Status Update Based on ZetaChain Governance Proposals #2192
Merged
gzukel
merged 5 commits into
develop
from
add-pipeline-for-updating-release-status-automatically
May 15, 2024
Merged
ci: Automate GitHub Release Status Update Based on ZetaChain Governance Proposals #2192
gzukel
merged 5 commits into
develop
from
add-pipeline-for-updating-release-status-automatically
May 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ease has gone live i.e. the upgrade height is met and the network is processing blocks again. The script will then update the github release from pre-release to release as long as the release name matches the release title from the governance proposal
skosito
reviewed
May 15, 2024
skosito
reviewed
May 15, 2024
skosito
reviewed
May 15, 2024
skosito
reviewed
May 15, 2024
skosito
approved these changes
May 15, 2024
morde08
approved these changes
May 15, 2024
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.
LGTM
lumtis
pushed a commit
that referenced
this pull request
May 16, 2024
…ce Proposals (#2192) * adding pipeline to automatically update the release status when a release has gone live i.e. the upgrade height is met and the network is processing blocks again. The script will then update the github release from pre-release to release as long as the release name matches the release title from the governance proposal * updated links to new all that node links
lumtis
added a commit
that referenced
this pull request
May 17, 2024
…tests structure (#2181) * add some spacing * some clean up * add more assertions to zevm mp * changelog * reorganize e2e tests name * create file per test * fix error * some var name fix in zevm mp tests * add a no revert test dapp contract * add zevm mp revert fail test * fix zevm revert fail * evm to zevm revert fail * remove redundant types * change changelogs * Update changelog.md Co-authored-by: skosito <[email protected]> * ci: fix docker release pipeline tag issue. (#2189) * updated the docker build to utilize the github event release title and removed the mac build because the arm build covers that. * updated change log * ci: fixed the conditional for non release runs of the docker build (#2191) * ci: fixed the conditional for non release runs of the docker build * ci: Automate GitHub Release Status Update Based on ZetaChain Governance Proposals (#2192) * adding pipeline to automatically update the release status when a release has gone live i.e. the upgrade height is met and the network is processing blocks again. The script will then update the github release from pre-release to release as long as the release name matches the release title from the governance proposal * updated links to new all that node links * fix(e2e): upgrade tests (#2190) * fix(e2e): correct upgrade-host hostname * fix light upgrade * remove pointless tr * add version change assertion * formatting * fix voting * improve upgrade height check * fix upgrade name * refactor sleep logic --------- Co-authored-by: Lucas Bertrand <[email protected]> * add note for file per test --------- Co-authored-by: skosito <[email protected]> Co-authored-by: Grant Zukel <[email protected]> Co-authored-by: Alex Gartner <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Closes: DEVOPS-575
Type of change
How Has This Been Tested?
I tested the code locally except the are no proposals that meet the criteria so I can't test the release status change. Also, can't test pipeline until its merged for the first time. This PR is to register the pipeline for testing.
Checklist: