From deeee2a64ff0b713e43a4764c8c92406d36faf06 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 11 Nov 2024 12:58:27 +0100 Subject: [PATCH] Drop smart_proxy_ansible testing This is the last job that uses smart-proxy-plugin-pull-request.yaml and allows cleaning up. --- .../yaml/builders/smart-proxy-plugin.yaml | 18 -------- .../jobs/smart-proxy-plugin-pull-request.yaml | 41 ------------------- .../yaml/jobs/smart-proxy-plugin.yaml | 1 - 3 files changed, 60 deletions(-) delete mode 100644 theforeman.org/yaml/builders/smart-proxy-plugin.yaml delete mode 100644 theforeman.org/yaml/jobs/smart-proxy-plugin-pull-request.yaml diff --git a/theforeman.org/yaml/builders/smart-proxy-plugin.yaml b/theforeman.org/yaml/builders/smart-proxy-plugin.yaml deleted file mode 100644 index 44757265..00000000 --- a/theforeman.org/yaml/builders/smart-proxy-plugin.yaml +++ /dev/null @@ -1,18 +0,0 @@ -- builder: - name: smart-proxy-plugin - builders: - - shell: |+ - #!/bin/bash -ex - - export PATH="$HOME/.rbenv/shims:$PATH" - export RBENV_VERSION=${{ruby}} - - if [ "${{ruby}}" = '2.7.6' ] - then - gem install bundler -v 2.4.22 --no-document - else - gem install bundler --no-document - fi - - bundle install --retry 5 --jobs 5 - bundle exec rake TESTOPTS="--verbose" diff --git a/theforeman.org/yaml/jobs/smart-proxy-plugin-pull-request.yaml b/theforeman.org/yaml/jobs/smart-proxy-plugin-pull-request.yaml deleted file mode 100644 index b4a8af1b..00000000 --- a/theforeman.org/yaml/jobs/smart-proxy-plugin-pull-request.yaml +++ /dev/null @@ -1,41 +0,0 @@ -- job-template: - name: 'smart-proxy-{plugin}-pull-request' - concurrent: true - project-type: matrix - properties: - - github: - url: 'https://github.com/theforeman/smart_proxy_{plugin}' - - tfm-pull-request-build-discarder - scm: - - git: - url: 'https://github.com/theforeman/smart_proxy_{plugin}' - wipe-workspace: true - prune: true - branches: - - '${{ghprbActualCommit}}' - refspec: '+refs/pull/${{ghprbPullId}}/*:refs/remotes/origin/pr/${{ghprbPullId}}/*' - triggers: - - github_pr: - context: 'smart_proxy_{plugin}' - wrappers: - - timeout: - type: absolute - abort: true - timeout: 60 - write-description: 'Build timed out (after {{0}} minutes). Marking the build as aborted.' - axes: - - axis: - type: user-defined - name: ruby - values: - - '2.7.6' - builders: - - smart-proxy-plugin - - -- project: - name: smart-proxy-plugin-pull-request - plugin: - - ansible - jobs: - - 'smart-proxy-{plugin}-pull-request' diff --git a/theforeman.org/yaml/jobs/smart-proxy-plugin.yaml b/theforeman.org/yaml/jobs/smart-proxy-plugin.yaml index 45acbfce..eee8fe80 100644 --- a/theforeman.org/yaml/jobs/smart-proxy-plugin.yaml +++ b/theforeman.org/yaml/jobs/smart-proxy-plugin.yaml @@ -36,7 +36,6 @@ - project: name: smart-proxy-plugin plugin: - - ansible - dhcp_infoblox - dhcp_remote_isc - dns_infoblox