xenserver / status-report

Program that gathers data for xenserver host diagnostics
GNU Lesser General Public License v2.1
1 stars 9 forks source link

CP-41819: GitHub CI: Migrate CI to an Alpine container(GH removed Py27) #5

Closed bernhardkaindl closed 1 year ago

bernhardkaindl commented 1 year ago

GitHub removed Python 2.7 from their Ubuntu 20.04 rootfs images and not all mitigations work for all cases (e.g. some don't work with the local GitHub CI test runner tool act to test actions):

Migrate tests/integration/sar-file-collection.test.sh to run in an alpine container with support for Python2.7. This also works for local CI using act and is very small and fast.

lindig commented 1 year ago

Can we merge this @bernhardkaindl?