-
Notifications
You must be signed in to change notification settings - Fork 9
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
[ARC-530] - Patches for JEP-210 performance regressions checks #15
base: master
Are you sure you want to change the base?
[ARC-530] - Patches for JEP-210 performance regressions checks #15
Conversation
@oleg-nenashev Can you set this up to merge to branch "modern" rather than "master" - that way we can still run Hydra tests against older cores to replicate performance issues from users in the field? Thanks! |
@svanoort Sure. I just doubt we are going to merge it at all, at least until all components are released. Will resubmit when needed |
# https://github.com/jenkinsci/workflow-durable-task-step-plugin/pull/21 | ||
workflow-durable-task-step:incrementals;org.jenkins-ci.plugins.workflow;2.21-rc714.9594a9e93b18;jglick;logs-JENKINS-38381 | ||
# https://github.com/jenkinsci/workflow-job-plugin/pull/27 | ||
workflow-job:incrementals;org.jenkins-ci.plugins.workflow;2.25-rc824.49c91cd14666;jglick;logs-JENKINS-38381 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now 2.26
@@ -14,13 +14,19 @@ pipeline-stage-view:latest | |||
scm-api:latest | |||
script-security:latest | |||
workflow-aggregator:2.5 | |||
workflow-api:latest | |||
# https://github.com/jenkinsci/workflow-api-plugin/pull/17 | |||
workflow-api:incrementals;org.jenkins-ci.plugins.workflow;2.30-rc802.0fa5a94c8a65;jglick;logs-JENKINS-38381 | |||
workflow-basic-steps:latest | |||
workflow-cps:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.58-beta-1
@@ -14,13 +14,19 @@ pipeline-stage-view:latest | |||
scm-api:latest | |||
script-security:latest | |||
workflow-aggregator:2.5 | |||
workflow-api:latest | |||
# https://github.com/jenkinsci/workflow-api-plugin/pull/17 | |||
workflow-api:incrementals;org.jenkins-ci.plugins.workflow;2.30-rc802.0fa5a94c8a65;jglick;logs-JENKINS-38381 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.30
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or just back to latest
?
workflow-durable-task-step:latest | ||
workflow-job:latest | ||
# https://github.com/jenkinsci/workflow-durable-task-step-plugin/pull/21 | ||
workflow-durable-task-step:incrementals;org.jenkins-ci.plugins.workflow;2.21-rc714.9594a9e93b18;jglick;logs-JENKINS-38381 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.22
workflow-support:incrementals;org.jenkins-ci.plugins.workflow;2.21-rc617.27a34dc2c64c;jglick;logs-JENKINS-38381 | ||
# https://github.com/jenkinsci/durable-task-plugin/pull/60 | ||
durable-task:incrementals;org.jenkins-ci.plugins;1.26-rc361.8feca397d0cb;jglick;watch-JENKINS-38381 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.26
# https://github.com/jenkinsci/workflow-support-plugin/pull/15 | ||
workflow-support:incrementals;org.jenkins-ci.plugins.workflow;2.21-rc617.27a34dc2c64c;jglick;logs-JENKINS-38381 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.21
@@ -1,4 +1,4 @@ | |||
FROM jenkinsci/jenkins:2.73.3 | |||
FROM jenkinsci/jenkins:2.121.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.121.3, or 2.138.2
Update management logic depends on jenkinsci/incrementals-tools#9. In the current state Dockerfile can be incrementalified in a single call
CC @jglick @carlossg @svanoort