-
Notifications
You must be signed in to change notification settings - Fork 35
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
[Fix] update bash scripts for E2E tests run to propagate failures #433
[Fix] update bash scripts for E2E tests run to propagate failures #433
Conversation
/retest ci/prow/odh-notebook-controller-e2e |
@jiridanek: The
Use
In 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 kubernetes-sigs/prow repository. |
23fb875
to
8a591d0
Compare
/lgtm |
/test odh-notebook-controller-e2e |
4ff2f2a
to
33845b5
Compare
components/odh-notebook-controller/run-e2e-test-service-mesh.sh
Outdated
Show resolved
Hide resolved
/retest ci/prow/odh-notebook-controller-e2e ci/prow/odh-notebook-controller-unit |
We haven't been propagating the test failures in our E2E CI jobs because we weren't checking for the return codes of the commands run in the bash scripts. Also, this fixes setup* targets in Makefile so that expected images are deployed to the testing cluster.
@jstourac: No presubmit jobs available for opendatahub-io/kubeflow@main In 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 kubernetes-sigs/prow repository. |
33845b5
to
366dda5
Compare
/lgtm |
/retest ci/prow/odh-notebook-controller-e2e |
@jstourac: The
Use
In 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 kubernetes-sigs/prow repository. |
/test odh-notebook-controller-e2e |
So, finally - we can see the tests to be executed. There are two tests failing on us right now. But these will be fixed in a separate PR. Thank you for your review, Jiri! /override ci/prow/odh-notebook-controller-e2e |
@jstourac: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. In 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 kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jstourac The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/override ci/prow/kf-notebook-controller-pr-image-mirror |
@jstourac: Overrode contexts on behalf of jstourac: ci/prow/kf-notebook-controller-pr-image-mirror, ci/prow/odh-notebook-controller-pr-image-mirror In 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 kubernetes-sigs/prow repository. |
/override ci/prow/images |
@jstourac: Overrode contexts on behalf of jstourac: ci/prow/images, ci/prow/odh-notebook-controller-e2e In 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 kubernetes-sigs/prow repository. |
9294927
into
opendatahub-io:main
We haven't been propagating the test failures in our E2E CI jobs because we weren't checking for the return codes of the commands run in the bash scripts.
Also, this fixes setup* targets in Makefile so that expected images are deployed to the testing cluster.
This depends on #432!
I bumped into this during my work on https://issues.redhat.com/browse/RHOAIENG-14687.
This fix is part of https://issues.redhat.com/browse/RHOAIENG-15141.
Description
How Has This Been Tested?
Try to run in
components/odh-notebook-controller
:make run-ci-e2e-tests
- 15 pass, 2 fail - you need to be logged into some cluster to make this workMerge criteria: