Skip to content

Commit

Permalink
CI: additional trigger on merge to main (#8176)
Browse files Browse the repository at this point in the history
Before we consolidate workflows we want to be triggered by merges to main.

neondatabase/cloud#14862
  • Loading branch information
fcdm committed Jun 26, 2024
1 parent d275371 commit 32b75e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,7 @@ jobs:
run: |
if [[ "$GITHUB_REF_NAME" == "main" ]]; then
gh workflow --repo neondatabase/aws run deploy-dev.yml --ref main -f branch=main -f dockerTag=${{needs.tag.outputs.build-tag}} -f deployPreprodRegion=false
gh workflow --repo neondatabase/azure run deploy.yml -f dockerTag=${{needs.tag.outputs.build-tag}}
elif [[ "$GITHUB_REF_NAME" == "release" ]]; then
gh workflow --repo neondatabase/aws run deploy-dev.yml --ref main \
-f deployPgSniRouter=false \
Expand Down

1 comment on commit 32b75e7

@github-actions
Copy link

Choose a reason for hiding this comment

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

3022 tests run: 2893 passed, 3 failed, 126 skipped (full report)


Failures on Postgres 14

  • test_heavy_write_workload[neon_off-github-actions-selfhosted-10-5-5]: release
  • test_heavy_write_workload[neon_on-github-actions-selfhosted-10-5-5]: release
  • test_storage_controller_many_tenants[github-actions-selfhosted]: release
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_heavy_write_workload[neon_off-release-pg14-github-actions-selfhosted-10-5-5] or test_heavy_write_workload[neon_on-release-pg14-github-actions-selfhosted-10-5-5] or test_storage_controller_many_tenants[release-pg14-github-actions-selfhosted]"

Code coverage* (full report)

  • functions: 32.6% (6892 of 21116 functions)
  • lines: 50.0% (53917 of 107843 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
32b75e7 at 2024-06-27T00:05:34.252Z :recycle:

Please sign in to comment.