Skip to content

Commit 0e60733

Browse files
committed
drop! use a temp channel for testing
1 parent fd65cc2 commit 0e60733

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/reports.yml

-15
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,6 @@ jobs:
2828
sudo pip install ansi2html
2929
- name: Start Trino
3030
run: ./bin/run-trino.sh
31-
- name: Execute queries
32-
run: |
33-
./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
34-
./bin/reports.sh reports/flaky/index.md "Trino Flaky Tests" sql/flaky/{jobs,jobs-week,tests,classes}.sql
35-
./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
36-
- name: Commit report
37-
run: |
38-
# pull in case someone pushed commits during reports generation, which can take a while
39-
# if there are conflicts, this will fail
40-
git pull --ff-only
41-
git config user.name 'GitHub Automation'
42-
git config user.email ''
43-
git add --all reports/
44-
git commit -m "Automated report"
45-
git push
4631
- name: Dump Trino logs
4732
if: always()
4833
run: |

0 commit comments

Comments
 (0)