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

Add 3.12 stable #489

Merged
merged 1 commit into from
Aug 21, 2024
Merged
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
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'