diff --git a/.github/workflows/pdr_plugin_ci_workflow.yml b/.github/workflows/pdr_plugin_ci_workflow.yml index 877f37ff5..f8e92be6e 100644 --- a/.github/workflows/pdr_plugin_ci_workflow.yml +++ b/.github/workflows/pdr_plugin_ci_workflow.yml @@ -5,46 +5,6 @@ on: paths: - 'plugins/pdr_deterministic_plugin/**' jobs: - ufm-pdr-deterministic-plugin: - runs-on: ubuntu-latest - - env: - plugin_dir: pdr_deterministic_plugin - plugin_name: ufm-plugin-pdr_deterministic - DOCKER_CLI_EXPERIMENTAL: enabled - - steps: - - name: Build Plugin - run: | - cd plugins/$plugin_dir/build - bash -x ./docker_build.sh latest / - ls -l / - cp /ufm-plugin* /auto/UFM/tmp/${JOB_NAME}/${BUILD_ID}/ - - - name: remove plugin if exists on the location - run: | - env - bash -x plugins/pdr_deterministic_plugin/.ci/do_remove_plugin.sh - - - name: Install the new plugin on Server - run: | - env - pwd - export PASSWORD=$PASSWORD - bash -x plugins/pdr_deterministic_plugin/.ci/do_install_plugin_server.sh - - - name: load plugin - run: | - bash -x plugins/pdr_deterministic_plugin/.ci/do_load_plugin.sh - - - name: add plugin - run: | - bash -x plugins/pdr_deterministic_plugin/.ci/do_add_plugin.sh - - - name: remove plugin end - run: | - bash -x plugins/pdr_deterministic_plugin/.ci/do_remove_plugin.sh - build: runs-on: ubuntu-latest diff --git a/plugins/pdr_deterministic_plugin/tests/exclude_list_tests.py b/plugins/pdr_deterministic_plugin/tests/exclude_list_tests.py index 412640905..fc566f3ba 100644 --- a/plugins/pdr_deterministic_plugin/tests/exclude_list_tests.py +++ b/plugins/pdr_deterministic_plugin/tests/exclude_list_tests.py @@ -21,8 +21,6 @@ from exclude_list import ExcludeList, ExcludeListItem from isolation_algo import create_logger -# Comment just for trigger the test (1) - def get_logger(): """ Return logger associated with log file in temporary directory