-
Couldn't load subscription status.
- Fork 0
feat: addon tests and some variable changes in catalog.json #47
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
Conversation
|
/run pipeline |
|
/run pipeline |
1 similar comment
|
/run pipeline |
|
/run pipeline |
|
Build has failed 3 times so far. 2 times it failed because I set |
|
/run pipeline |
2 similar comments
|
/run pipeline |
|
/run pipeline |
|
/run pipeline |
|
/run pipeline |
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.
please update to use OCP DA v3.63.1
|
Bump to latest test wrapper version too |
|
/run pipeline |
|
/run pipeline |
|
cluster is built but it stays in warning state, checked with valerio and he created a debug pod from which any external urls are not accessible, although public gateways are attached and outbound traffic is allowed. Debugging on the issue currently. |
|
/run pipeline |
1 similar comment
|
/run pipeline |
|
network_acls were causing the issue. Currently 443,80 and (30000-32767) outbound/inbound was allowed but still when i tried to start an nginx pod it did not come up because image could not be pulled from dockerhub. Allowing all inbound and outbound fixed the problem. But we need to check which other ports should be allowed instead of everything. Later i faced another issue while virtualization module was running and i have asked Aashiq if he has seen the error before. I saw it twice.
|
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.
|
@vkuma17 Aashiq has confirmed we should use what was in his PR - can you update this PR with those changes please? |
|
FYI, the last test failed with: Lets make sure to leave a comment in this PR any time the test fails so we understand what issues we have been seeing |
I think you missed my above comment @ocofaigh . I had shared the same error |
…orm-ibm-ocp-virtualization into addon-tests
|
/run pipeline |
|
/run pipeline |
1 similar comment
|
/run pipeline |
last PR failed on this issue during consistency plan.. addon test passed |
This error is occuring because hco-webhook deployment that validates the |
|
/run pipeline |
|
Upgrade test would fail because we are increasing the delay in time_sleep. Skipping the upgrade test, this is not a breaking change. |
|
/run pipeline |
|
🎉 This PR is included in version 1.4.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
Added Addon test and few virtual variables have been exposed in ibm_catalog.json for openshift cluster
Release required?
x.x.X)x.X.x)X.x.x)Release notes content
Following variable has been renamed in DA
ocp_version -> openshift_version
Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers