Skip to content

Commit

Permalink
fix(ci): Allow github-script to post test reports (#10120)
Browse files Browse the repository at this point in the history
Allow github-script to post test reports
  • Loading branch information
rahulinux authored Dec 12, 2024
1 parent 5372126 commit 6d56875
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 @@ -364,6 +364,7 @@ jobs:
id-token: write # aws-actions/configure-aws-credentials
statuses: write
contents: write
pull-requests: write
outputs:
report-url: ${{ steps.create-allure-report.outputs.report-url }}

Expand Down

1 comment on commit 6d56875

@github-actions
Copy link

Choose a reason for hiding this comment

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

7740 tests run: 7407 passed, 2 failed, 331 skipped (full report)


Failures on Postgres 17

# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_pageserver_small_inmemory_layers[debug-pg17-False] or test_idle_checkpoints[debug-pg17]"
Flaky tests (1)

Postgres 17

Test coverage report is not available

The comment gets automatically updated with the latest test results
6d56875 at 2024-12-12T19:53:43.692Z :recycle:

Please sign in to comment.