-
Notifications
You must be signed in to change notification settings - Fork 90
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 PR integration testing #531
base: main
Are you sure you want to change the base?
Fix PR integration testing #531
Conversation
/hold Waiting to discuss with team in the new year about alternatives before proceeding with this change. |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: michael-valdron, thepetk 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 |
.ci/openshift_integration.sh
Outdated
@@ -69,4 +69,4 @@ $(realpath odo) registry delete DefaultDevfileRegistry -f | |||
$(realpath odo) registry add TestDevfileRegistry http://$REGISTRY_HOSTNAME | |||
|
|||
# Run the devfile validation tests | |||
ENV=openshift REGISTRY=remote tests/check_odov2.sh $(realpath odo) $YQ_PATH | |||
ENV=openshift REGISTRY=remote ENABLE_TLS="false" tests/check_odov2.sh $(realpath odo) $YQ_PATH |
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.
I took a second look here. @michael-valdron out of curiosity, could we combine the two issues in the same PR (devfile/api#1664 is the other one). Meaning we could also migrate the check to odo3 here right? This way I guess the ci check will be unblocked
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.
@thepetk Yeah I can add the change to odov3 testing as well to unblock the testing entirely and resolve both. I'll work on and add it today.
55dcd5f
to
960c9b9
Compare
New changes are detected. LGTM label has been removed. |
check_odov2.sh
and openshift_integration.sh
/unhold |
/test v4.15-registry-test |
@thepetk Needs ginkgo to be installed, going to setup the binary similar to odo and yq. |
Yeah I've figured from the output. I just wasn't sure if the check had run after you pushed your updates and I wanted to see what will be the result. |
/hold Holding till ci/prow/v4.15-registry-test passes. |
These missing libraries are most likely why this check is still failing, as it all past locally for me. Will need to include these required libraries with odo. |
/unhold |
4f1a660
to
590e9ea
Compare
Signed-off-by: Michael Valdron <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
…testing script Signed-off-by: Michael Valdron <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
…_DIR instead of relative path Signed-off-by: Michael Valdron <[email protected]>
590e9ea
to
b7aec49
Compare
/hold Need to merge openshift/release#60441 before this PR can be merged. |
@michael-valdron: The following test failed, say
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. |
Description of Changes
Summarize the changes you made as part of this pull request.
To fix the current unexpected integration testing failures this PR changes include the following:
curl
when testing stacks using HTTPS rather than HTTP.Related Issue(s)
Link the GitHub/GitLab/JIRA issues that are related to this PR.
fixes devfile/api#1663
fixes devfile/api#1664
Acceptance Criteria
Have you read the devfile registry contributing guide and followed its instructions?
Does this repository's tests pass with your changes?
Does any documentation need to be updated with your changes?
Have you tested the changes with existing tools, i.e. Odo, Che, Console? (See devfile registry contributing guide on how to test changes)
Tests Performed
Explain what tests you personally ran to ensure the changes are functioning as expected.
How To Test
Instructions for the reviewer on how to test your changes.
bash .ci/openshift_integration.sh
Notes To Reviewer
Any notes you would like to include for the reviewer.