Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop smart-proxy-pr-test and all non-packaging PR testing remains #526

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading