ScaleComputing / HyperCoreAnsibleCollection

Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
GNU General Public License v3.0
12 stars 8 forks source link

Do not run oidc_config test with other tests #128

Closed justinc1 closed 1 year ago

justinc1 commented 1 year ago

During OIDC reconfiguration API seems to be restarted, and any other test will fail. See https://github.com/ScaleComputing/HyperCoreAnsibleCollection/actions/runs/4239901225/jobs/7368389276

We want to have exclude-tests list used both on scheduled run and on interactive run. On interactive run, github.event.inputs.integ_tests_exclude is non-empty and is used. On scheduled run github.event.inputs.integ_tests_exclude is empty, so the same string is retrived from INTEG_TESTS_EXCLUDE_SCHEDULE environ variable.