Skip to content

Commit 0ec334b

Browse files
committed
drop! use a temp channel for testing
1 parent 34cc63c commit 0ec334b

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/reports.yml

Lines changed: 1 addition & 16 deletions
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,failing-jobs,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: |
@@ -62,7 +47,7 @@ jobs:
6247
id: slack
6348
uses: slackapi/[email protected]
6449
with:
65-
channel-id: 'core-dev'
50+
channel-id: 'tmp-reports'
6651
slack-message: |
6752
CI Health:
6853
```

0 commit comments

Comments
 (0)