-
Notifications
You must be signed in to change notification settings - Fork 141
Use make openstack_init in kuttl test playbook #2658
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
|
Skipping CI for Draft Pull Request. |
c01633f to
bc7e6c7
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a0469858b6174448b86ed8fa4f15bacc ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 31m 33s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/0df13fa9bd6d4980889275083fd9d0af ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 28m 12s |
|
recheck |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pablintino The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b5c7b2bc670846d994def62499a26db2 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 34m 54s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4e48c21efcb84d5e92bde9404f637429 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 32m 17s |
|
barbican kuttl tests are failing https://logserver.rdoproject.org/58/2658/bc7e6c76b42058a244cc256eadc04470ebc5ea14/github-check/cifmw-multinode-kuttl/f7456a7/job-output.txt |
We're installing openstack operator using 'make openstack' and waiting for the subscription and installplan, but due to a recent change to the CRDs [1], we need to also wait for the csv before proceeding. Using 'make openstack_init' from install_yamls should fix the issue, as done in [2]. [1] openstack-k8s-operators/openstack-operator#1185 [2] openshift/release#60702 Related-Issue: #OSPRH-11244
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4a0f1aad1b0c47349c44837aa2d2c6e0 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 37m 09s |
c8cd6d6 to
7342c39
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/47e38de64a0a47d5b5476b2d634cb21d ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 34m 15s |
7342c39 to
7532b03
Compare
|
Zuul encountered a syntax error while parsing its The job "cifmw-multinode-kuttl" exceeds tenant max-job-timeout 18000. The problem appears in the the "cifmw-multinode-kuttl" job stanza: job: in "openstack-k8s-operators/ci-framework/zuul.d/kuttl_multinode.yaml@main", line 52 |
1b6ef4b to
6506ba0
Compare
7325246 to
4ce531d
Compare
|
Can you please update the description of the pull request too? Judging by the content of the commits being added, Its scope is increasing compared to the current description. |
I'm just trying to make the job cifmw-multinode-kuttl job to pass, I don't plan to merge it as is. After the current run I'll try a different fix from install_yamls that should only require the first commit on the PR. I'm marking the PR as draft for now until I get some results |
4ce531d to
9286fa3
Compare
frenzyfriday
left a comment
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
We're installing openstack operator using 'make openstack' and waiting
for the subscription and installplan, but due to a recent change to the
CRDs [1], we need to also wait for the csv before proceeding. Using
'make openstack_init' from install_yamls should fix the issue, as done
in [2].
[1] openstack-k8s-operators/openstack-operator#1185
[2] openshift/release#60702
Related-Issue: #OSPRH-11244
Depends-On: openstack-k8s-operators/install_yamls#999