Skip to content

Commit

Permalink
Add 3.12 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
pcreech committed Aug 21, 2024
1 parent 8100c59 commit 09905ff
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions theforeman.org/yaml/jobs/test_3_12_stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
- job:
name: test_3_12_stable
project-type: matrix
quiet-period: 2700
properties:
- github_foreman
scm:
- foreman:
branch: '3.12-stable'
triggers:
- scm_fifteen_minutes
- github
axes:
- axis:
type: user-defined
name: ruby
values:
- '2.7.6'
- axis:
type: label-expression
name: slave
values:
- fast
builders:
- test_develop
publishers:
- archive:
artifacts: 'pkg/*,Gemfile.lock,package-lock.json'
only-if-success: false
- junit:
results: 'jenkins/reports/unit/*.xml'

0 comments on commit 09905ff

Please sign in to comment.