ods-core
ods-core copied to clipboard
Add delete-projects tests for clean-up into create-projects jenkins test
Is your feature request related to a problem? Please describe. The currrent jenkinsfile test for create projects (https://github.com/opendevstack/ods-core/blob/master/tests/create-projects/jenkinsfile_test.go#L31) relies on an openshift user with cluster admin rights to delete a jenkins provisioned ods project (which is what the Test tests).. Thats no good - especially given that we found a last minute Regression in there..
Describe the solution you'd like Cleanup for this test should be done using delete-projects jenkins job and not direct oc commands
Describe alternatives you've considered There are none except a global sys admin openshift User for the tests
@segator this is what we saw.. remember..?
yes