Skip to content

Commit 24c10c1

Browse files
committed
drop! use a temp channel for testing
1 parent 832d565 commit 24c10c1

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/reports.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,6 @@ jobs:
2727
sudo pip install ansi2html
2828
- name: Start Trino
2929
run: ./bin/run-trino.sh
30-
- name: Execute queries
31-
run: |
32-
./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
33-
./bin/reports.sh reports/flaky/index.md "Trino Flaky Tests" sql/flaky/{jobs,jobs-week,tests,classes}.sql
34-
./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
35-
- name: Commit report
36-
run: |
37-
# pull in case someone pushed commits during reports generation, which can take a while
38-
# if there are conflicts, this will fail
39-
git pull --ff-only
40-
git config user.name 'GitHub Automation'
41-
git config user.email ''
42-
git add --all reports/
43-
git commit -m "Automated report"
44-
git push
45-
- name: Dump Trino logs
46-
if: always()
47-
run: |
48-
docker logs trino
4930
- name: Generate Slack message
5031
id: message
5132
run: |
@@ -61,7 +42,7 @@ jobs:
6142
id: slack
6243
uses: slackapi/[email protected]
6344
with:
64-
channel-id: 'core-dev'
45+
channel-id: 'tmp-reports'
6546
slack-message: |
6647
CI Health:
6748
```

0 commit comments

Comments
 (0)