Skip to content

Commit a85238d

Browse files
committed
Uninstall remaining resources after running test suite
Fixes #2350 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
1 parent a9abdd5 commit a85238d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/actions.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,8 @@ jobs:
528528
wget -O cnf-testsuite.yml https://raw.githubusercontent.com/lfn-cnti/testsuite/${GITHUB_SHA}/example-cnfs/coredns/cnf-testsuite.yml
529529
./cnf-testsuite cnf_install cnf-config=./cnf-testsuite.yml
530530
LOG_LEVEL=debug ./cnf-testsuite all ~compatibility ~resilience ~reasonable_startup_time ~reasonable_image_size ~platform ~increase_capacity ~decrease_capacity ~install_script_helm ~helm_chart_valid ~helm_chart_published
531+
LOG_LEVEL=debug ./cnf-testsuite cnf_uninstall
532+
LOG_LEVEL=debug ./cnf-testsuite uninstall_all
531533
- name: Delete Cluster
532534
if: ${{ always() }}
533535
run: |
@@ -621,6 +623,8 @@ jobs:
621623
wget -O cnf-testsuite.yml https://raw.githubusercontent.com/lfn-cnti/testsuite/${GITHUB_SHA}/example-cnfs/coredns/cnf-testsuite.yml
622624
./cnf-testsuite cnf_install cnf-config=./cnf-testsuite.yml
623625
LOG_LEVEL=debug ./cnf-testsuite all ~resilience ~compatibility ~pod_network_latency ~platform ~increase_capacity ~decrease_capacity ~liveness ~readiness ~rolling_update ~rolling_downgrade ~rolling_version_change ~nodeport_not_used ~hostport_not_used ~hardcoded_ip_addresses_in_k8s_runtime_configuration ~install_script_helm ~helm_chart_valid ~helm_chart_published ~rollback ~secrets_used ~immutable_configmap
626+
LOG_LEVEL=debug ./cnf-testsuite cnf_uninstall
627+
LOG_LEVEL=debug ./cnf-testsuite uninstall_all
624628
- name: Delete Cluster
625629
if: ${{ always() }}
626630
run: |
@@ -714,6 +718,8 @@ jobs:
714718
wget -O cnf-testsuite.yml https://raw.githubusercontent.com/lfn-cnti/testsuite/${GITHUB_SHA}/example-cnfs/coredns/cnf-testsuite.yml
715719
./cnf-testsuite cnf_install cnf-config=./cnf-testsuite.yml
716720
LOG_LEVEL=debug ./cnf-testsuite all ~resilience ~platform ~liveness ~readiness ~rolling_update ~rolling_downgrade ~rolling_version_change ~nodeport_not_used ~hostport_not_used ~hardcoded_ip_addresses_in_k8s_runtime_configuration ~rollback ~secrets_used ~immutable_configmap ~reasonable_startup_time ~reasonable_image_size
721+
LOG_LEVEL=debug ./cnf-testsuite cnf_uninstall
722+
LOG_LEVEL=debug ./cnf-testsuite uninstall_all
717723
- name: Delete Cluster
718724
if: ${{ always() }}
719725
run: |

0 commit comments

Comments
 (0)