Skip to content

Commit 7a24438

Browse files
committed
ci: remove unused Slack CI workflow code
1 parent 288266f commit 7a24438

File tree

3 files changed

+0
-164
lines changed

3 files changed

+0
-164
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -254,15 +254,6 @@ jobs:
254254
npx playwright merge-reports --reporter html ./all-blob-reports
255255
npx playwright merge-reports --reporter json ./all-blob-reports > merged_reports.json
256256
257-
# FIXME(serhalp) Once we recover access to the SquidlifyBot Slack App, reenable this.
258-
# - name: Notify Slack
259-
# if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.head_ref == 'main'
260-
# run: npx playwright-slack-report -j merged_reports.json -c tests/playwright-slack-conf.json
261-
# env:
262-
# SLACK_BOT_USER_OAUTH_TOKEN: ${{ secrets.SLACK_BOT_USER_OAUTH_TOKEN }}
263-
# RESULTS_VERSION: ${{ matrix.version }}
264-
# RESULTS_URL: ${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}
265-
266257
- name: Upload HTML report
267258
uses: actions/upload-artifact@v4
268259
with:

.github/workflows/test-e2e.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,6 @@ jobs:
253253
id: publish-test-results
254254
if: success() || failure()
255255
run: |
256-
echo "slackEvent<<NETLIFY_EOF" >> $GITHUB_OUTPUT
257-
deno run -A tools/deno/junit2slack.ts --dir artifacts --version ${{matrix.version_spec.selector}} --runUrl ${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}} >> $GITHUB_OUTPUT
258-
echo "NETLIFY_EOF" >> $GITHUB_OUTPUT
259256
deno run -A tools/deno/junit2json.ts artifacts ${{ matrix.version_spec.tag }} > report/test-results.json
260257
deno run -A tools/deno/generate-md.ts >> $GITHUB_STEP_SUMMARY
261258
@@ -267,13 +264,3 @@ jobs:
267264
# actual filename.
268265
name: ${{matrix.version_spec.selector}}-test-results.json
269266
path: report/test-results.json
270-
271-
# FIXME(serhalp) Once we recover access to the SquidlifyBot Slack App, reenable this.
272-
# - name: Notify Slack
273-
# if: ${{ (success() || failure()) && github.event_name == 'schedule' }}
274-
# uses: slackapi/[email protected]
275-
# env:
276-
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
277-
# SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
278-
# with:
279-
# payload: ${{ steps.publish-test-results.outputs.slackEvent }}

tools/deno/junit2slack.ts

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)