]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
github: Run test 028 last
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 12 Nov 2021 18:32:03 +0000 (18:32 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 12 Nov 2021 18:32:03 +0000 (18:32 +0000)
A merge conflict moved the running of test 028 before
running `make check`.  Run test 028-cgclear-basic_cgclear.py
last because it is destructive to the cgroup hierarchy.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.github/workflows/continuous-integration.yml

index a3209e33a46f23ed9bb90272884f6781db04257e..9a7258bab4bf7481aef7ab487d03b78350273067 100644 (file)
@@ -66,8 +66,8 @@ jobs:
     - name: Run functional tests
       run: |
         pushd tests/ftests
-        ./028-cgclear-basic_cgclear.py --no-container -l 10 -L ftests-28.log
         make check
+        ./028-cgclear-basic_cgclear.py --no-container -l 10 -L ftests-28.log
         popd
     - name: Display test logs
       if: ${{ always() }}
@@ -115,8 +115,8 @@ jobs:
     - name: Run functional tests
       run: |
         pushd tests/ftests
-        ./028-cgclear-basic_cgclear.py --no-container -l 10 -L ftests-28.log
         make check
+        ./028-cgclear-basic_cgclear.py --no-container -l 10 -L ftests-28.log
         popd
     - name: Display test logs
       if: ${{ always() }}