Skip to content

Commit

Permalink
Merge pull request #7081 from neondatabase/rc/2024-03-11
Browse files Browse the repository at this point in the history
Release 2024-03-11
  • Loading branch information
koivunej authored Mar 11, 2024
2 parents bb7949b + f0a9017 commit c6ed86d
Show file tree
Hide file tree
Showing 149 changed files with 5,196 additions and 2,647 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/epic-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ assignees: ''

## Implementation ideas


## Tasks
```[tasklist]
### Tasks
- [ ] Example Task
```


Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1132,11 +1132,9 @@ jobs:
-f branch=main \
-f dockerTag=${{needs.tag.outputs.build-tag}}
elif [[ "$GITHUB_REF_NAME" == "release-proxy" ]]; then
gh workflow --repo neondatabase/aws run deploy-prod.yml --ref main \
gh workflow --repo neondatabase/aws run deploy-proxy-prod.yml --ref main \
-f deployPgSniRouter=true \
-f deployProxy=true \
-f deployStorage=false \
-f deployStorageBroker=false \
-f branch=main \
-f dockerTag=${{needs.tag.outputs.build-tag}}
else
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
**Please merge this Pull Request using 'Create a merge commit' button**
EOF
gh pr create --title "Proxy release ${RELEASE_DATE}}" \
gh pr create --title "Proxy release ${RELEASE_DATE}" \
--body-file "body.md" \
--head "${RELEASE_BRANCH}" \
--base "release-proxy"
Loading

1 comment on commit c6ed86d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2496 tests run: 2374 passed, 0 failed, 122 skipped (full report)


Flaky tests (1)

Postgres 15

  • test_crafted_wal_end[last_wal_record_crossing_segment]: debug

Code coverage* (full report)

  • functions: 28.8% (7033 of 24442 functions)
  • lines: 47.6% (43453 of 91358 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
c6ed86d at 2024-03-11T13:37:28.615Z :recycle:

Please sign in to comment.