]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
github: Run the libcgroup Github Actions
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 24 Feb 2022 14:55:57 +0000 (07:55 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 24 Feb 2022 14:55:57 +0000 (07:55 -0700)
commitbb68cb9872e03efc8393da0026368fad638cb38f
tree6a785f819dbeafe9f29a9ad91bd5f7fdc36deb8b
parentf8b07d546037a3c92b6ccfece81a06c1a13917a3
github: Run the libcgroup Github Actions

Add jobs to run the libcgroup automated tests against the main
branch of libcgroup.  Since the Github Action is being
triggered from the tests repo, the setup steps differ slightly
from libcgroup's steps.  In this case we need to move the unit
and functional tests from the root to tests/, and we need to
move the library code from libcg/ to the root.

Finally, code coverage is not enabled in these runs.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
.github/actions/setup-libcgroup/action.yml [new file with mode: 0644]
.github/workflows/continuous-integration.yml