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 952742d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
13 changes: 13 additions & 0 deletions centos.org/jobs/candlepin-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
- project:
name: candlepin
jobs:
- 'foreman-pipeline-{type}-{flavor}-{version}'

This comment has been minimized.

Copy link
@ekohl

ekohl Jan 16, 2024

Member

I think this should have been candlepin.

This comment has been minimized.

Copy link
@ehelms

This comment has been minimized.

Copy link
@ekohl

ekohl Jan 16, 2024

Member

Ah yes, now I see it.

empty: ''
flavor:
- rpm
version:
- '4.3'
- nightly
type:
- candlepin
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
Empty file.

0 comments on commit 952742d

Please sign in to comment.