sclorg / container-common-scripts

Apache License 2.0
20 stars 45 forks source link

Separate container tests into alone CI test - part 1 #269

Closed phracek closed 2 years ago

phracek commented 2 years ago

This pull request is the first part of separation tasks.

This GitHub action calls each container in alone CI machine. We will see results faster and can easily analyze, which container failed.

Signed-off-by: Petr "Stone" Hracek phracek@redhat.com

phracek commented 2 years ago

The GitHub statuses will have names like:

Testing Farm - CentOS7-postgresql-container .... GitHubStatusResults
Testing Farm - CentOS7-s2i-python-container .... GitHubStatusResults
Testing Farm - CentOS7-s2i-nodejs-container .... GitHubStatusResults
Testing Farm - RHEL7-postgresql-container .... GitHubStatusResults
Testing Farm - RHEL7-s2i-python-container .... GitHubStatusResults
Testing Farm - RHEL7-s2i-nodejs-container .... GitHubStatusResults
phracek commented 2 years ago

See an example here: https://github.com/phracek/container-common-scripts/pull/4