From ea5f72af4e2fbebd51713c0e2aacece3580dd5d7 Mon Sep 17 00:00:00 2001 From: David Wertenteil Date: Wed, 1 May 2024 10:17:22 +0300 Subject: [PATCH] remove control_cluster tests Signed-off-by: David Wertenteil --- .../b-binary-build-and-e2e-tests.yaml | 58 +++++++++++++++---- 1 file changed, 47 insertions(+), 11 deletions(-) diff --git a/.github/workflows/b-binary-build-and-e2e-tests.yaml b/.github/workflows/b-binary-build-and-e2e-tests.yaml index bede31a5..b22d2b3b 100644 --- a/.github/workflows/b-binary-build-and-e2e-tests.yaml +++ b/.github/workflows/b-binary-build-and-e2e-tests.yaml @@ -30,7 +30,32 @@ on: BINARY_TESTS: type: string required: false - default: '["ks_microservice_create_2_cronjob_mitre_and_nsa_proxy", "ks_microservice_triggering_with_cron_job", "ks_microservice_update_cronjob_schedule", "ks_microservice_delete_cronjob", "ks_microservice_create_2_cronjob_mitre_and_nsa", "ks_microservice_ns_creation", "ks_microservice_on_demand", "ks_microservice_mitre_framework_on_demand", "ks_microservice_nsa_and_mitre_framework_demand", "scan_nsa", "scan_mitre", "scan_with_exceptions", "scan_repository", "scan_local_file", "scan_local_glob_files", "scan_local_list_of_files", "scan_with_exception_to_backend", "scan_nsa_and_submit_to_backend", "scan_mitre_and_submit_to_backend", "scan_local_repository_and_submit_to_backend", "scan_repository_from_url_and_submit_to_backend", "scan_with_custom_framework", "scan_customer_configuration", "host_scanner", "scan_compliance_score", "control_cluster_from_CLI_config_scan_exclude_namespaces", "control_cluster_from_CLI_config_scan_include_namespaces", "control_cluster_from_CLI_config_scan_host_scanner_enabled", "control_cluster_from_CLI_config_scan_MITRE_framework", "control_cluster_from_CLI_vulnerabilities_scan_default", "control_cluster_from_CLI_vulnerabilities_scan_include_namespaces"]' + default: '[ + "ks_microservice_create_2_cronjob_mitre_and_nsa_proxy", + "ks_microservice_triggering_with_cron_job", + "ks_microservice_update_cronjob_schedule", + "ks_microservice_delete_cronjob", + "ks_microservice_create_2_cronjob_mitre_and_nsa", + "ks_microservice_ns_creation", + "ks_microservice_on_demand", + "ks_microservice_mitre_framework_on_demand", + "ks_microservice_nsa_and_mitre_framework_demand", + "scan_nsa", + "scan_mitre", + "scan_with_exceptions", + "scan_repository", + "scan_local_file", + "scan_local_glob_files", + "scan_local_list_of_files", + "scan_with_exception_to_backend", + "scan_nsa_and_submit_to_backend", + "scan_mitre_and_submit_to_backend", + "scan_local_repository_and_submit_to_backend", + "scan_repository_from_url_and_submit_to_backend", + "scan_with_custom_framework", + "scan_customer_configuration", + "scan_compliance_score" + ]' workflow_call: inputs: @@ -54,7 +79,25 @@ on: default: 1 BINARY_TESTS: type: string - default: '[ "scan_nsa", "scan_mitre", "scan_with_exceptions", "scan_repository", "scan_local_file", "scan_local_glob_files", "scan_local_list_of_files", "scan_nsa_and_submit_to_backend", "scan_mitre_and_submit_to_backend", "scan_local_repository_and_submit_to_backend", "scan_repository_from_url_and_submit_to_backend", "scan_with_custom_framework", "scan_customer_configuration", "host_scanner", "scan_compliance_score", "scan_custom_framework_scanning_file_scope_testing", "scan_custom_framework_scanning_cluster_scope_testing", "scan_custom_framework_scanning_cluster_and_file_scope_testing" ]' + default: '[ + "scan_nsa", + "scan_mitre", + "scan_with_exceptions", + "scan_repository", + "scan_local_file", + "scan_local_glob_files", + "scan_local_list_of_files", + "scan_nsa_and_submit_to_backend", + "scan_mitre_and_submit_to_backend", + "scan_local_repository_and_submit_to_backend", + "scan_repository_from_url_and_submit_to_backend", + "scan_with_custom_framework", + "scan_customer_configuration", + "scan_compliance_score", + "scan_custom_framework_scanning_file_scope_testing", + "scan_custom_framework_scanning_cluster_scope_testing", + "scan_custom_framework_scanning_cluster_and_file_scope_testing" + ]' jobs: wf-preparation: @@ -202,15 +245,8 @@ jobs: "scan_repository_from_url_and_submit_to_backend", "scan_with_custom_framework", "scan_customer_configuration", - "host_scanner", - "scan_compliance_score", - "control_cluster_from_CLI_config_scan_exclude_namespaces", - "control_cluster_from_CLI_config_scan_include_namespaces", - "control_cluster_from_CLI_config_scan_host_scanner_enabled", - "control_cluster_from_CLI_config_scan_MITRE_framework", - "control_cluster_from_CLI_vulnerabilities_scan_default", - "control_cluster_from_CLI_vulnerabilities_scan_include_namespaces" - ]' + "scan_compliance_score" + ]' COSIGN: true HELM_E2E_TEST: true FORCE: true