OCPBUGS-32293: Use In-Tree Template for Jenkins - #28732
Conversation
|
@adambkaplan: This pull request references Jira Issue OCPBUGS-32293, which is valid. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/assign @soltysh This will decouple the JenkinsPipeline build test test from the Samples Operator. I'm setting aside the fact that we technically called this thing deprecated in OCP 4.3! |
|
/hold This still has an implict dependency on the samples operator (Jenkins imagestream). Once I see the build test get back to "green," I'll fix that. |
Update the JenkinsPipeline build strategy test to use an in-tree template and imagestream to deploy Jenkins during the test setup phase. This decouples the test from the Samples Operator, which is officially deprecated in 4.16 and will be phased out in the future. Previously, this test implicitly relied on the Samples Operator to install the Jenkins ephemeral template with the Jenkins imagestream image. Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
78c4509 to
2775d33
Compare
|
/hold cancel PR updated |
|
/retest Build suite tests are passing! 😃 |
|
Job Failure Risk Analysis for sha: 2775d33
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan, soltysh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
@adambkaplan: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
@adambkaplan: Jira Issue OCPBUGS-32293: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-32293 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Update the JenkinsPipeline build strategy test to use an in-tree template to deploy Jenkins during the test setup phase. This decouples the test from the Samples Operator, which is officially deprecated in 4.16 and will be phased out in the future. Previously, this test implicitly relied on the Samples Operator to install the Jenkins ephemeral template.