CI: Enable sysstat 48/71548/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 12 Apr 2023 18:35:33 +0000 (11:35 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 12 Apr 2023 18:36:23 +0000 (11:36 -0700)
Test for lftools require that sysstat be running as sar is called

Issue: RELENG-4563
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I0e53f40a36f66a630d8d1a4469e39b811aab951b

.github/workflows/gerrit-verify.yaml

index 91fcd13..fa1dae2 100644 (file)
@@ -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)'