Skip to content

Commit

Permalink
Merge pull request shakenfist#2384 from shakenfist/fix-node-lifecycle
Browse files Browse the repository at this point in the history
Fix node lifecycle CI.
  • Loading branch information
mikalstill authored Apr 30, 2024
2 parents d840335 + 118bc03 commit 6e88beb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/nodelifecycle-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -173,4 +166,4 @@ jobs:
name: bundle.zip
retention-days: 90
if-no-files-found: error
path: /srv/github/artifacts/bundle.zip
path: /srv/github/artifacts/bundle.zip

0 comments on commit 6e88beb

Please sign in to comment.