diff --git a/.github/workflows/nodelifecycle-tests.yml b/.github/workflows/nodelifecycle-tests.yml index 2e9e56242..88f633546 100644 --- a/.github/workflows/nodelifecycle-tests.yml +++ b/.github/workflows/nodelifecycle-tests.yml @@ -134,13 +134,6 @@ jobs: done sleep 90 - - name: Check process CPU usage - if: always() - run: | - . ${GITHUB_WORKSPACE}/ci-environment.sh - ssh -i /srv/github/id_ci -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null \ - debian@$primary '. /etc/sf/sfrc; sf-client node cpuhogs' - - name: Fetch and tweak inventory if: always() run: | @@ -173,4 +166,4 @@ jobs: name: bundle.zip retention-days: 90 if-no-files-found: error - path: /srv/github/artifacts/bundle.zip \ No newline at end of file + path: /srv/github/artifacts/bundle.zip