diff --git a/theforeman.org/yaml/jobs/foreman-plugins-pull-request.yaml b/theforeman.org/yaml/jobs/foreman-plugins-pull-request.yaml index ce35f842..678b11a3 100644 --- a/theforeman.org/yaml/jobs/foreman-plugins-pull-request.yaml +++ b/theforeman.org/yaml/jobs/foreman-plugins-pull-request.yaml @@ -46,25 +46,9 @@ - project: name: foreman-plugin-pull-request plugin: - - foreman_bootdisk: - repo: 'https://github.com/theforeman/foreman_bootdisk' - foreman_default_hostgroup: repo: 'https://github.com/theforeman/foreman_default_hostgroup' - - foreman_discovery: - repo: 'https://github.com/theforeman/foreman_discovery' - - foreman_host_extra_validator: - repo: 'https://github.com/theforeman/foreman_host_extra_validator' - - foreman_openscap: - repo: 'https://github.com/theforeman/foreman_openscap' - foreman_setup: repo: 'https://github.com/theforeman/foreman_setup' - - foreman_templates: - repo: 'https://github.com/theforeman/foreman_templates' - - foreman_userdata: - repo: 'https://github.com/theforeman/foreman_userdata' - - puppetdb_foreman: - repo: 'https://github.com/theforeman/puppetdb_foreman' - - foreman_kubevirt: - repo: 'https://github.com/theforeman/foreman_kubevirt.git' jobs: - '{plugin}-pull-request' diff --git a/theforeman.org/yaml/jobs/plugins/foreman_discovery.yaml b/theforeman.org/yaml/jobs/plugins/foreman_discovery.yaml deleted file mode 100644 index db4b443f..00000000 --- a/theforeman.org/yaml/jobs/plugins/foreman_discovery.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- project: - name: foreman_discovery - defaults: plugin - branch: - - develop: - foreman_branch: develop - jobs: - - 'test_plugin_{name}_{branch}' diff --git a/theforeman.org/yaml/jobs/plugins/foreman_host_extra_validator.yaml b/theforeman.org/yaml/jobs/plugins/foreman_host_extra_validator.yaml deleted file mode 100644 index 3d4bf691..00000000 --- a/theforeman.org/yaml/jobs/plugins/foreman_host_extra_validator.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- project: - name: foreman_host_extra_validator - defaults: plugin - branch: - - master: - foreman_branch: develop - jobs: - - 'test_plugin_{name}_{branch}' diff --git a/theforeman.org/yaml/jobs/plugins/foreman_kubevirt.yaml b/theforeman.org/yaml/jobs/plugins/foreman_kubevirt.yaml deleted file mode 100644 index 00aea3db..00000000 --- a/theforeman.org/yaml/jobs/plugins/foreman_kubevirt.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- project: - name: foreman_kubevirt - defaults: plugin - branch: - - master: - foreman_branch: develop - jobs: - - 'test_plugin_{name}_{branch}' diff --git a/theforeman.org/yaml/jobs/plugins/foreman_openscap.yaml b/theforeman.org/yaml/jobs/plugins/foreman_openscap.yaml deleted file mode 100644 index 9e1de45a..00000000 --- a/theforeman.org/yaml/jobs/plugins/foreman_openscap.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- project: - name: foreman_openscap - repo: foreman_openscap - defaults: plugin - jobs: - - 'test_plugin_{name}_{branch}' diff --git a/theforeman.org/yaml/jobs/plugins/foreman_templates.yaml b/theforeman.org/yaml/jobs/plugins/foreman_templates.yaml deleted file mode 100644 index 158f1a93..00000000 --- a/theforeman.org/yaml/jobs/plugins/foreman_templates.yaml +++ /dev/null @@ -1,5 +0,0 @@ -- project: - name: foreman_templates - defaults: plugin - jobs: - - 'test_plugin_{name}_{branch}'