From 55add2c506f8852e669879a6d8202cf6420a6813 Mon Sep 17 00:00:00 2001 From: David Krieger Date: Thu, 28 Mar 2019 12:13:31 -0700 Subject: [PATCH] CI refactor: remove unused CLI_1 tests Now that the previous commits have placed these tests in CLI_TESTS, we can remove references to this symbol. --- concourse/pipelines/templates/gpdb-tpl.yml | 52 ---------------------- 1 file changed, 52 deletions(-) diff --git a/concourse/pipelines/templates/gpdb-tpl.yml b/concourse/pipelines/templates/gpdb-tpl.yml index ee0806e6b5..1ed92d44bc 100644 --- a/concourse/pipelines/templates/gpdb-tpl.yml +++ b/concourse/pipelines/templates/gpdb-tpl.yml @@ -1,6 +1,4 @@ -{% set CLI_1_suites = [] %} - {% set gppkg_additional_task = " - task: setup_gppkg_second_install file: gpdb_src/concourse/tasks/gppkg_behave.yml @@ -124,9 +122,6 @@ groups: {% if "CLI" in test_sections %} ## -------------------------------------------------------------------- - gate_cli_start -{% for test_name in CLI_1_suites %} - - [[ test_name ]] -{% endfor %} {% for test in CLI_TESTS %} - [[ test.name ]] {% endfor %} @@ -303,9 +298,6 @@ groups: - name: CLI jobs: - gate_cli_start -{% for test_name in CLI_1_suites %} - - [[ test_name ]] -{% endfor %} {% for test in CLI_TESTS %} - [[ test.name ]] {% endfor %} @@ -1837,44 +1829,6 @@ jobs: passed: - compile_gpdb_centos6 -{% for test_name in CLI_1_suites %} -- name: [[ test_name ]] - plan: - - aggregate: - - get: gpdb_src - params: - submodules: - - gpMgmt/bin/pythonSrc/ext - passed: [gate_cli_start] - - get: gpdb_binary - resource: bin_gpdb_centos6 - passed: [gate_cli_start] - trigger: [[ test_trigger ]] - - get: ccp_src - - get: ccp-image - - put: terraform - params: - <<: *ccp_default_params - vars: - <<: *ccp_default_vars - - task: gen_cluster - file: ccp_src/ci/tasks/gen_cluster.yml - params: - <<: *ccp_gen_cluster_default_params - - task: gpinitsystem - file: ccp_src/ci/tasks/gpinitsystem.yml - - task: run_tests - file: gpdb_src/concourse/tasks/run_behave.yml - image: ccp-image - params: - BEHAVE_FLAGS: --tags=[[ test_name ]] - on_success: - <<: *ccp_destroy - ensure: - <<: *set_failed - -{% endfor %} - - name: check_centos plan: - aggregate: @@ -2261,9 +2215,6 @@ jobs: - gpperfmon_centos7 - gpperfmon_sles12 ## - resource_group_sles12 -{% for test_name in CLI_1_suites %} - - [[ test_name ]] -{% endfor %} {% for test in CLI_TESTS %} - [[ test.name ]] {% endfor %} @@ -2287,9 +2238,6 @@ jobs: - icw_extensions_gpcloud_centos6 ## - client_loader_remote_test_aix - resource_group_centos6 -{% for test_name in CLI_1_suites %} - - [[ test_name ]] -{% endfor %} {% for test in CLI_TESTS %} - [[ test.name ]] {% endfor %} -- GitLab