diff --git a/theforeman.org/yaml/jobs/test_hammer_cli_foreman_discovery.yaml b/theforeman.org/yaml/jobs/test_hammer_cli_foreman_discovery.yaml deleted file mode 100644 index bb41740e..00000000 --- a/theforeman.org/yaml/jobs/test_hammer_cli_foreman_discovery.yaml +++ /dev/null @@ -1,27 +0,0 @@ -- job: - name: test_hammer_cli_foreman_discovery - project-type: matrix - concurrent: true - properties: - - github: - url: https://github.com/theforeman/hammer-cli-foreman-discovery - scm: - - git: - url: https://github.com/theforeman/hammer-cli-foreman-discovery - wipe-workspace: true - branches: - - master - triggers: - - scm_fifteen_minutes - - github - axes: - - axis: - type: user-defined - name: ruby - values: - - 2.7 - builders: - - shell: !include-raw: scripts/test/test_hammer_cli_foreman_discovery.sh - publishers: - - gemset_cleanup - - ircbot_freenode diff --git a/theforeman.org/yaml/jobs/test_hammer_cli_foreman_discovery_pull_request.yaml b/theforeman.org/yaml/jobs/test_hammer_cli_foreman_discovery_pull_request.yaml deleted file mode 100644 index 5934edfd..00000000 --- a/theforeman.org/yaml/jobs/test_hammer_cli_foreman_discovery_pull_request.yaml +++ /dev/null @@ -1,35 +0,0 @@ -- job: - name: test_hammer_cli_foreman_discovery_pull_request - description: | - Test a Hammer CLI (Foreman Discovery) pull request under each Ruby version. - project-type: matrix - concurrent: true - properties: - - github: - url: https://github.com/theforeman/hammer-cli-foreman-discovery - - tfm-pull-request-build-discarder - parameters: - - pr_parameters - scm: - - git: - url: https://github.com/theforeman/hammer-cli-foreman-discovery - wipe-workspace: true - branches: - - '${ghprbActualCommit}' - refspec: '+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*' - triggers: - - github_pr: - context: hammer - axes: - - axis: - type: user-defined - name: ruby - values: - - 2.7 - builders: - - shell: !include-raw: scripts/test/test_hammer_cli_foreman_discovery.sh - publishers: - - gemset_cleanup - - junit: - results: 'test/reports/*.xml' - health-scale-factor: 1.0