beacon-biosignals / K8sClusterManagers.jl

A Julia cluster manager for Kubernetes
Other
31 stars 5 forks source link

Add a common test label to created resources #98

Closed omus closed 1 year ago

omus commented 1 year ago

When the cluster tests encounter failure we avoid deleting the resources which failed in order to facilitate investigations. Unfortunately, cleaning up after failures can be rather tedious so I decided to add this common label to all resources created by these tests to make it easy to delete all created K8s resources via:

kubectl delete pod,job,sa,role,rolebinding -l origin=k8s-cluster-manager-tests
codecov[bot] commented 1 year ago

Codecov Report

Merging #98 (fbf275f) into main (057689a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #98   +/-   ##
=======================================
  Coverage   66.86%   66.86%           
=======================================
  Files           4        4           
  Lines         172      172           
=======================================
  Hits          115      115           
  Misses         57       57           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more