From 0ec334bba118dfa091a2843566c2a8fb79387b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Sun, 1 Sep 2024 22:26:20 +0200 Subject: [PATCH] drop! use a temp channel for testing --- .github/workflows/reports.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 9217ec24..e1c06ea2 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -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,failing-jobs,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: | @@ -62,7 +47,7 @@ jobs: id: slack uses: slackapi/slack-github-action@v1.27.0 with: - channel-id: 'core-dev' + channel-id: 'tmp-reports' slack-message: | CI Health: ```