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",