Skip to content

Commit

Permalink
drop! use a temp channel for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Sep 3, 2024
1 parent fd65cc2 commit 0e60733
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,6 @@ jobs:
sudo pip install ansi2html
- name: Start Trino
run: ./bin/run-trino.sh
- name: Execute queries
run: |
./bin/reports.sh reports/ci-cd/index.md "Trino CI/CD Reports" sql/ci-cd/{health,success-ratio-per-day,runs-queue-time-per-day,runs-duration-per-day,runs-job-cumulative-duration-per-day,jobs-duration}.sql
./bin/reports.sh reports/flaky/index.md "Trino Flaky Tests" sql/flaky/{jobs,jobs-week,tests,classes}.sql
./bin/reports.sh reports/pr/index.md "Trino PR Reports" sql/pr/{idents,burndown,authors-per-month,changes-per-month,prs-per-author,reviewers-per-pr,reviews-per-author-assoc,top-reviewers,top-authors,top-mergers,sith-lords,mergers-authors,reviewers-top-authors,time-to-merge,time-to-merge-per-size,avg-time-to-merge,time-to-first-review,avg-time-to-first-review,reviewer-responsiveness,author-responsiveness,open-pr-age,awaiting-review,inactivity-on-prs,abandoned-prs,running-prs,stale-prs}.sql
- name: Commit report
run: |
# pull in case someone pushed commits during reports generation, which can take a while
# if there are conflicts, this will fail
git pull --ff-only
git config user.name 'GitHub Automation'
git config user.email ''
git add --all reports/
git commit -m "Automated report"
git push
- name: Dump Trino logs
if: always()
run: |
Expand Down

0 comments on commit 0e60733

Please sign in to comment.