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

WIP - JKNS-457: Investigate perm failing test #486

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

Conversation

adambkaplan
Copy link
Contributor

  • Add more detail to curl exec pod - why can't it run?
  • Wire context through in tests

- Add more detail to curl exec pod - why can't it run?
- Wire context through in tests

Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jun 20, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jun 20, 2024

@adambkaplan: This pull request references JKNS-457 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.17.0" version, but no target version was set.

In response to this:

  • Add more detail to curl exec pod - why can't it run?
  • Wire context through in tests

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.

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 20, 2024
Add message for why pod can't be created
Copy link

openshift-ci bot commented Jun 20, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: adambkaplan
Once this PR has been reviewed and has the lgtm label, please assign jkhelil for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Run the curl check command with a UBI 9 image. This ensures bash and curl exist in the container.
Also set the pod's restart policy to "Never," since we expect the command to complete.
@coreydaley
Copy link
Member

coreydaley commented Jun 21, 2024

https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/pr-logs/pull/openshift_jenkins-client-plugin/486/pull-ci-openshift-jenkins-client-plugin-master-e2e-aws-jenkins-client-plugin/1804151614387261440/artifacts/e2e-aws-jenkins-client-plugin/test/build-log.txt
Error in log - plugin version mismatch

java.io.IOException: Failed to load: OpenShift Client Jenkins Plugin (openshift-client 1.1.0.999999-SNAPSHOT (private-e1d421b5-root))
         - Jenkins (2.426.2) or higher required
         - Update required: Script Security Plugin (script-security 1251.vfe552ed55f8d) to be updated to 1313.v7a_6067dc7087 or higher
         - Update required: Pipeline: Groovy (workflow-cps 3673.v5b_dd74276262) to be updated to 3837.v305192405b_c0 or higher
         - Update required: Credentials Plugin (credentials 1254.vb_96f366e7b_a_d) to be updated to 1311.vcf0a_900b_37c2 or higher
        	at hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:988)
        	at hudson.PluginManager$2$1$1.run(PluginManager.java:550)
        	at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:177)
        	at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:305)
        	at jenkins.model.Jenkins$5.runTask(Jenkins.java:1166)
        	at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:221)
        	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:120)
        	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
        	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        	at java.base/java.lang.Thread.run(Thread.java:829)

Try using the Red Hat container catalog image as the base image of the runtime image.
Copy link

openshift-ci bot commented Jun 21, 2024

@adambkaplan: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/security f12268e link false /test security

Full PR test history. Your PR dashboard.

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 kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants