From 7935148ea6d02160caf944a3025926db93623781 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Mon, 2 Mar 2026 21:11:27 +0000 Subject: [PATCH] refactor: Remove obsolete debug configurations for ProbeIngest and ServerMonitorIngest --- .github/workflows/test.probe-ingest.yaml | 21 ------------ .vscode/launch.json | 42 ------------------------ 2 files changed, 63 deletions(-) delete mode 100644 .github/workflows/test.probe-ingest.yaml diff --git a/.github/workflows/test.probe-ingest.yaml b/.github/workflows/test.probe-ingest.yaml deleted file mode 100644 index a52d097027..0000000000 --- a/.github/workflows/test.probe-ingest.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: ProbeIngest Test - -on: - pull_request: - push: - branches-ignore: - - 'hotfix-*' # excludes hotfix branches - - 'release' - -jobs: - test: - runs-on: ubuntu-latest - env: - CI_PIPELINE_ID: ${{github.run_number}} - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: latest - - run: cd ProbeIngest && npm install && npm run test - diff --git a/.vscode/launch.json b/.vscode/launch.json index 6592cd756d..264aacd6b3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -133,48 +133,6 @@ "restart": true, "autoAttachChildProcesses": true }, - { - "address": "127.0.0.1", - "localRoot": "${workspaceFolder}/ProbeIngest", - "name": "ProbeIngest: Debug with Docker", - "port": 9932, - "remoteRoot": "/usr/src/app", - "request": "attach", - "skipFiles": [ - "/**" - ], - "type": "node", - "restart": true, - "autoAttachChildProcesses": true - }, - { - "address": "127.0.0.1", - "localRoot": "${workspaceFolder}/ServerMonitorIngest", - "name": "ServerMonitorIngest: Debug with Docker", - "port": 9941, - "remoteRoot": "/usr/src/app", - "request": "attach", - "skipFiles": [ - "/**" - ], - "type": "node", - "restart": true, - "autoAttachChildProcesses": true - }, - { - "address": "127.0.0.1", - "localRoot": "${workspaceFolder}/IncomingRequestIngest", - "name": "IncomingRequestIngest: Debug with Docker", - "port": 9933, - "remoteRoot": "/usr/src/app", - "request": "attach", - "skipFiles": [ - "/**" - ], - "type": "node", - "restart": true, - "autoAttachChildProcesses": true - }, { "address": "127.0.0.1", "localRoot": "${workspaceFolder}/Telemetry",