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

Rewrite Foreman's stable job testing to a pipeline #525

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Jan 7, 2025

This takes inspiration from #523 and makes life better by being consistent. That consistency also removes a step in the branching procedure (and clean up later on when a version is dropped).

ekohl added 2 commits January 7, 2025 17:15
This removes the last manual action on branching. This is now possible
because every version is included verbatim instead of sometimes having
an underscore in it.
TESTOPTS = '-v'
}

matrix {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this has to be a child of at least a stages-stage declaration:

 stages {
     stage('') {
       matrix { 

@@ -0,0 +1,64 @@
pipeline {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think tihs top level pipeline needs an agent declaration:

pipeline {
  agent none

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants