Skip to content

Commit

Permalink
Add Candlepin pipeline tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Jan 16, 2024
1 parent 17937d4 commit 039b0dc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions centos.org/jobs/candlepin-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
- project:
name: candlepin
jobs:
- 'foreman-pipeline-{type}-{flavor}-{version}'
empty: ''
flavor:
- rpm
version:
- '4.3'
- nightly
9 changes: 9 additions & 0 deletions theforeman.org/pipelines/release/pipelines/candlepin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ pipeline {
}
}
}
stage('staging-install-test') {
agent any

steps {
script {
runDuffyPipeline('candlepin', candlepin_version)
}
}
}
stage('staging-push-rpms') {
agent { label 'admin && sshkey' }

Expand Down

0 comments on commit 039b0dc

Please sign in to comment.