-
Notifications
You must be signed in to change notification settings - Fork 90
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 release bug fixes #1611
Merged
Merged
CI release bug fixes #1611
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
wischli
previously approved these changes
Nov 20, 2023
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.
Thanks for the fix!
gpmayorga
had a problem deploying
to
github-pages
November 20, 2023 11:22 — with
GitHub Actions
Failure
gpmayorga
had a problem deploying
to
github-pages
November 20, 2023 11:23 — with
GitHub Actions
Failure
gpmayorga
had a problem deploying
to
github-pages
November 20, 2023 11:27 — with
GitHub Actions
Failure
gpmayorga
had a problem deploying
to
github-pages
November 20, 2023 11:32 — with
GitHub Actions
Failure
gpmayorga
had a problem deploying
to
github-pages
November 20, 2023 12:00 — with
GitHub Actions
Failure
gpmayorga
changed the title
Fix main branch detection for docker build
CI release bug fixes
Nov 20, 2023
@wischli this should be ready to go |
gpmayorga
added
I2-bug
The code fails to follow expected behaviour.
Q0-trivial
An issure which is similar to patching code.
D0-ready
Pull request can be merged without special precaution and notification.
P7-asap
Issue should be addressed in the next days.
I12-ci
Issue related to CI
github_actions
Pull requests that update GitHub Actions code
and removed
P7-asap
Issue should be addressed in the next days.
labels
Nov 20, 2023
wischli
approved these changes
Nov 21, 2023
wischli
pushed a commit
that referenced
this pull request
Nov 22, 2023
* Fix main branch detection for docker build * Try out GHA for Pages deployment * Docker build clean up workflow * publish docker in all non-PR events * fix docs cache (github token) * Deploy docs only from main branch * revert docker build machine size
wischli
added a commit
that referenced
this pull request
Dec 7, 2023
* feat: new weights altair * feat: new weights centrifuge * wip * migrations: Add migration for account data * migrations: Adjust pre upgrade logic for accounts * migrations: Log total count for accounts * migrations: Log total count for accounts with frozen and reserved balance * deps: Remove double orml-tokens dep * migrations: Add test account data for balances * fix: account info checks * fix: local docker setup * CI release bug fixes (#1611) * Fix main branch detection for docker build * Try out GHA for Pages deployment * Docker build clean up workflow * publish docker in all non-PR events * fix docs cache (github token) * Deploy docs only from main branch * revert docker build machine size * Fix: Transfer debt (#1615) * fix: blocking transfer debt by epoch and redemptions. * feat: make change_id deterministic * fix: build * chore(deps): bump google-github-actions/auth from 1.1.1 to 1.2.0 (#1614) Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@35b0e87...f105ef0) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Guillermo Perez <[email protected]> * fix: minor stuff balances migration * chore: bump development version, rm dummy migration * chore: bump MaxFeedValues from 10 to 500 * fix: toml versions * fix: remove balance migration from runtimes * refactor: remove balance migration from codebase * chore: update dev weights * chore: update cfg weights * chore: altair weights * fix: enable XCM benches for dev * chore: bump dev to 1035 chore: bump lock * fix: missed renaming fix: weights fix: allowlist weights * chore: bump client to 0.10.35 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: cdamian <[email protected]> Co-authored-by: William Freudenberger <[email protected]> Co-authored-by: Guillermo Perez <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
D0-ready
Pull request can be merged without special precaution and notification.
github_actions
Pull requests that update GitHub Actions code
I2-bug
The code fails to follow expected behaviour.
I12-ci
Issue related to CI
Q0-trivial
An issure which is similar to patching code.
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
Quick fixes testing CI pipeline on
main
branch:Bad conditional never publishes Docker container to DH
Publishing docs using an already old action method. Migrated to the new official GitHub action