Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tfs/controller
1 result
Show changes
Commits on Source (2)
......@@ -54,7 +54,8 @@ end2end_test ecoc24:
- helm3 uninstall --namespace nats nats 2>/dev/null || echo "Namespace not found"
- kubectl delete namespaces tfs tfs-ip tfs-opt tfs-e2e qdb qdb-e2e qdb-opt qdb-ip --ignore-not-found
- kubectl delete namespaces nats nats-ip nats-opt nats-e2e --ignore-not-found
- echo "HOLA"
- sleep 600
script:
# Download Docker image to run the test
- docker pull "${CI_REGISTRY_IMAGE}/${TEST_NAME}:latest"
......@@ -234,6 +235,8 @@ end2end_test ecoc24:
- helm3 uninstall --namespace nats nats 2>/dev/null || echo "Namespace not found"
- kubectl delete namespaces tfs tfs-ip tfs-opt tfs-e2e qdb qdb-e2e qdb-opt qdb-ip --ignore-not-found
- kubectl delete namespaces nats nats-ip nats-opt nats-e2e --ignore-not-found
- echo "Adios"
- sleep 600
#coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/'
......