-
Notifications
You must be signed in to change notification settings - Fork 52
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 Pipeline Graph View to the managed set #3137
Add Pipeline Graph View to the managed set #3137
Conversation
The two tests failing are:
Both are now failing because of an additional step when the pipeline defined by https://github.com/jenkinsci/pipeline-graph-view-plugin/blob/main/src/test/resources/io/jenkins/plugins/pipelinegraphview/utils/complexParallelSmokes.jenkinsfile. The additional step is making mention of |
The tests are failing as soon as the fix from jenkinsci/pipeline-model-definition-plugin#700 is integrated. How to reproduce:
|
Since the fix in jenkinsci/pipeline-graph-view-plugin#392 will apply only to 2.440.x, I recommend testing this PR with |
With latest commit, the tests are not failing locally anymore. Testing with CI. |
5 tests in |
When the |
Here is the testing I've been doing to resolve the problem:
I think the problem is that in The |
I might have a patch for the EDIT: the patch basically sets a global preferred URL provider, and so bypass the automatic selection of the first implementation available. |
I opened jenkinsci/display-url-api-plugin#212 for review. |
I validated the content of jenkinsci/display-url-api-plugin#212 by adding |
Once #3144 is merged, we can update this pull request and add the |
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.
Thank you very much!
I'm glad I could help. |
Still failing on the main branch pending jenkinsci/pipeline-graph-view-plugin#394. |
If perchance anyone happens to be awake in the next few hours and interested in helping, it would be great to take advantage of time zones to merge and release the above and restart a build of https://ci.jenkins.io/job/Tools/job/bom/job/master/ which will take several hours. |
Specifically the test was relying on the branch being named something other than |
I've started the release build on ci.jenkins.io and set the branch protection to lock the master branch. Will watch for the completion of the release. |
we still have a problem on the 2.426.x line with this plugin: https://ci.jenkins.io/job/Tools/job/bom/job/master/2720/testReport/io.jenkins.plugins.pipelinegraphview.utils/PipelineStepApiTest/pct_pipeline_graph_view_plugin_2_426_x___getAllStepsReturnsStepsForComplexParallelBranches/ |
NOTE: Not adding weekly test label here now because of known failures.
This pull request adds Pipeline Graph View plugin on the managed set.
Fixes #3136
Testing done
I ran
It has 2 tests in error in the
2.455
(weekly) line, which I can reproduce on the plugin directly (not related to PCT).Working on those now.
Submitter checklist