mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 15:23:36 +01:00
Remove Datadog release event and installer size metric
Co-authored-by: trevor-signal <trevor@signal.org>
This commit is contained in:
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@@ -138,11 +138,9 @@ jobs:
|
||||
- name: Upload installer size
|
||||
if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' && github.ref == 'refs/heads/main' }}
|
||||
run: |
|
||||
node ts/scripts/dd-installer-size.node.js macos-arm64
|
||||
node ts/scripts/dd-installer-size.node.js macos-x64
|
||||
node ts/scripts/dd-installer-size.node.js macos-universal
|
||||
env:
|
||||
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
|
||||
node ts/scripts/publish-installer-size.node.js macos-arm64
|
||||
node ts/scripts/publish-installer-size.node.js macos-x64
|
||||
node ts/scripts/publish-installer-size.node.js macos-universal
|
||||
- run: pnpm run test-release
|
||||
env:
|
||||
NODE_ENV: production
|
||||
@@ -224,9 +222,7 @@ jobs:
|
||||
|
||||
- name: Upload installer size
|
||||
if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' && github.ref == 'refs/heads/main' }}
|
||||
run: node ts/scripts/dd-installer-size.node.js linux
|
||||
env:
|
||||
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
|
||||
run: node ts/scripts/publish-installer-size.node.js linux
|
||||
|
||||
- run: xvfb-run --auto-servernum pnpm run test-node
|
||||
|
||||
@@ -306,9 +302,7 @@ jobs:
|
||||
|
||||
- name: Upload installer size
|
||||
if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' && github.ref == 'refs/heads/main' }}
|
||||
run: node ts/scripts/dd-installer-size.node.js windows
|
||||
env:
|
||||
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
|
||||
run: node ts/scripts/publish-installer-size.node.js windows
|
||||
|
||||
- run: pnpm run test-electron
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user