Skip to content

Commit

Permalink
CI: Enable sysstat
Browse files Browse the repository at this point in the history
Test for lftools require that sysstat be running as sar is called

Issue: RELENG-4563
Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: I0e53f40a36f66a630d8d1a4469e39b811aab951b
  • Loading branch information
tykeal committed Apr 12, 2023
1 parent e747258 commit 624e89f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ jobs:
- name: Retrieve pre-built distribution files
uses: actions/download-artifact@v3
with: {name: python-distribution-files, path: dist/}
- name: Enable sar
run: |
sudo systemctl start sysstat
- name: Run tests
run: >-
TOX_SKIP_ENV='(docs*|license|pre-commit)'
Expand Down

0 comments on commit 624e89f

Please sign in to comment.