From: Tom Hromatka Date: Fri, 12 Nov 2021 18:32:03 +0000 (+0000) Subject: github: Run test 028 last X-Git-Tag: v2.0.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c5c4d5e25942daf7bd1798b793d6f75fb09b48f;p=thirdparty%2Flibcgroup.git github: Run test 028 last 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 --- diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a3209e33..9a7258ba 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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() }}