docker: Run tests on ubuntu-20.04 as well
authorDave Marchevsky <davemarchevsky@fb.com>
Tue, 21 Dec 2021 04:05:16 +0000 (23:05 -0500)
committeryonghong-song <ys114321@gmail.com>
Wed, 22 Dec 2021 00:55:48 +0000 (16:55 -0800)
commit9a45c3c9e162e1e8e4eb3f267bdc2084c42b328b
tree68a01dc0d6a945d3331c18f042deb623ebf68042
parentc238bc2b08ca435ccb1ddef788c65c2286d07570
docker: Run tests on ubuntu-20.04 as well

Move bcc-test github action's `matrix.os` to indicate the OS to run in
the container, not the test runner itself (just pin the latter to
ubuntu-20.04).

Also, fixup some tests that were failing when trying to run on 20.04
manually.
.github/workflows/bcc-test.yml
Dockerfile.tests
tests/python/test_tools_memleak.py
tests/python/test_tools_smoke.py
tests/python/test_uprobes.py