Skip to content

Commit

Permalink
drop smart-proxy-pr-test and all non-packaging PR testing remains
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 8, 2025
1 parent 1400347 commit 70d9a45
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 48 deletions.
13 changes: 0 additions & 13 deletions theforeman.org/pipelines/lib/stable/smart-proxy.groovy

This file was deleted.

12 changes: 1 addition & 11 deletions theforeman.org/pipelines/test/smart-proxy.groovy
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
def git_checkout = {
if (env.ghprbPullId) {
ghprb_git_checkout()
} else {
git branch: "${params.BRANCH}", url: 'https://github.com/theforeman/smart-proxy'
}
}

pipeline {
agent none
options {
Expand All @@ -28,9 +20,7 @@ pipeline {
stages {
stage('Setup Git Repos') {
steps {
script {
git_checkout()
}
git branch: git_branch, url: 'https://github.com/theforeman/smart-proxy'
}
}
stage('Install dependencies') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
dsl:
!include-raw-verbatim:
- 'pipelines/vars/foreman/{version}.groovy'
- 'pipelines/lib/stable/smart-proxy.groovy{empty}'
- 'pipelines/test/smart-proxy.groovy{empty}'
- 'pipelines/lib/rbenv.groovy{empty}'

Expand Down
16 changes: 0 additions & 16 deletions theforeman.org/yaml/jobs/tests/smart-proxy-pr-test.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions theforeman.org/yaml/triggers/github_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: ghprb_defaults
org-list:
- theforeman
- katello
white-list:
- 'github-actions[bot]'
- 'github-actions'
Expand All @@ -17,12 +16,6 @@
status-add-test-results: true
cancel-builds-on-update: true

- trigger:
name: github_pr
triggers:
- github-pull-request:
<<: *ghprb_defaults

- trigger:
name: github_pr_deb
triggers:
Expand Down

0 comments on commit 70d9a45

Please sign in to comment.