NetworkManager/.gitlab-ci
Thomas Haller 89cfd34ae0
gitlab-ci: extend run-test.sh script to manually select certain build steps to run
When the test in gitlab-ci fails, you might want to rerun the test
on your machine. You fire up podman, run "./.gitlab-ci/*-install.sh"
and "./.gitlab-ci/run-test.sh".

Make it possible to manually select parts that are tested by
"run-test.sh" by setting NM_TEST_SELECT_RUN. Otherwise, if you want to
test a particular configuration, you either have to run all earlier
steps (which takes a long time and can even be broken) or you have
to manually patch the file.

For example,

  NM_TEST_SELECT_RUN=6 ./.gitlab-ci/run-test.sh
2022-11-23 16:51:54 +01:00
..
alpine-install.sh gitlab-ci: enable test build on alpine linux 2020-12-11 18:14:10 +01:00
ci.template gitlab-ci: update to latest ci-templates version 2022-11-23 09:17:55 +01:00
config.yml gitlab-ci: update default Fedora image for building pages and check steps 2022-11-23 09:18:43 +01:00
debian-install.sh ci: drop Ubuntu 16.04 2022-06-27 13:40:09 +02:00
fedora-install.sh gitlab-ci: fix CentOS Linux 8 containers during ".gitlab-ci/fedora-install.sh" 2022-02-21 17:03:36 +01:00
run-test.sh gitlab-ci: extend run-test.sh script to manually select certain build steps to run 2022-11-23 16:51:54 +01:00