OCPBUGS-39363: Reenable Rails tests and update the sample repos test to support deployments#29097
OCPBUGS-39363: Reenable Rails tests and update the sample repos test to support deployments#29097metlos wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
@metlos: This pull request references Jira Issue OCPBUGS-39363, which is invalid:
Comment 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. |
|
/jira refresh |
|
@metlos: This pull request references Jira Issue OCPBUGS-39363, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
/test e2e-gcp-ovn-image-ecosystem |
|
/lgtm |
|
Note that the |
|
/retest |
|
Job Failure Risk Analysis for sha: 1b0b8c3
|
|
/retest |
1 similar comment
|
/retest |
|
Job Failure Risk Analysis for sha: bbb5fa8
|
|
/retest |
|
/lgtm |
|
/retest |
|
/assign @DennisPeriquet |
|
/test e2e-gcp-ovn-image-ecosystem |
|
Job Failure Risk Analysis for sha: 6dd82a2
|
Deployments instead of DeploymentConfigs. This should enable us using either the old templates in 4.16 stream that use DeploymentConfigs and the new templates in 4.17+ that use Deployments.
6dd82a2 to
212968f
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ausil, fbm3307, metlos The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@metlos: 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-sigs/prow repository. I understand the commands that are listed here. |
|
Job Failure Risk Analysis for sha: 212968f
|
|
I'm closing this in favor of #29116. |
|
@metlos: This pull request references Jira Issue OCPBUGS-39363. The bug has been updated to no longer 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. |
After a change of decision about the support for Rails, we need to reenable it in the Samples Operator and therefore also in the integration tests here.
In addition to re-enabling the dedicated ruby test, we also need to support this in the samples_repo tests. Because the rails template now uses Deployments instead of DeploymentConfigs, it was also needed to add support for that in the tests.