fuel-core icon indicating copy to clipboard operation
fuel-core copied to clipboard

Setup Fuel Core Workflow to Trigger Fuel-Deployment Delete Ephemeral Environment

Open rfuelsh opened this issue 2 years ago • 0 comments

Developers ephemeral test workflows should be deleted if -

  • their branch PR is merged
  • their branch is stale
  • their branch is closed

a workflow from fuel-core will trigger another workflow in fuel-deployment to just delete the namespace of the developer's ephemeral workflow environment:

kubectl delete ns fuel-

deleting namespace will wipe entire test workloads

rfuelsh avatar Jun 18 '22 18:06 rfuelsh