-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add kuttl job #14
base: main
Are you sure you want to change the base?
Add kuttl job #14
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
Zuul encountered a syntax error while parsing its Invalid Ansible variable name 'operator-name' for dictionary value @ data['vars'] The problem appears in the the "watcher-operator-kuttl" job stanza: job: in "openstack-k8s-operators/watcher-operator/.zuul.yaml@main", line 41 |
recheck |
Zuul encountered a syntax error while parsing its Invalid Ansible variable name 'operator-name' for dictionary value @ data['vars'] The problem appears in the the "watcher-operator-kuttl" job stanza: job: in "openstack-k8s-operators/watcher-operator/.zuul.yaml@main", line 41 |
99b544e
to
3c13ae3
Compare
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c09b642cdeb5486c97c2bd314adbbe99 ✔️ openstack-meta-content-provider SUCCESS in 1h 24m 27s |
recheck |
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#2571 is needed. |
recheck |
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#2571 is needed. |
recheck |
1 similar comment
recheck |
3c13ae3
to
a397a4b
Compare
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#2571 is needed. |
recheck |
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#2571 is needed. |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/db40ad3c91cc447fa330e0033dc8c9ad ✔️ openstack-meta-content-provider SUCCESS in 1h 29m 35s |
343bb38
to
693d9a4
Compare
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#2571 is needed. |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/da4988751aba41a4a4aef3db144245f6 ✔️ openstack-meta-content-provider SUCCESS in 1h 24m 53s |
recheck |
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#2571 is needed. |
recheck |
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#2571 is needed. |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bb16d65ff2d84da89ff535a95855288a ✔️ openstack-meta-content-provider SUCCESS in 1h 25m 42s |
While trying to run kuttl tests in [1], we get an error [2] stating that the watcher controller does not have access to secrets. This change adds the required kubebuilder annotations for secrets in the watcher controller. [1] openstack-k8s-operators#14 [2] https://logserver.rdoproject.org/14/14/693d9a4c2c6b2630ef004bcd34b0bf3076826174/github-check/watcher-operator-kuttl/12efc41/controller/ci-framework-data/logs/openstack-k8s-operators-openstack-must-gather/namespaces/openstack-operators/pods/watcher-operator-controller-manager-84c899877f-wjsx8/logs/manager.log # Please enter the commit message for your changes. Lines starting
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/25eb612a912947c085c064b669159fa0 ✔️ openstack-meta-content-provider SUCCESS in 1h 27m 33s |
While trying to run kuttl tests in [1], we get an error [2] stating that the watcher controller does not have access to secrets. This change adds the required kubebuilder annotations for secrets in the watcher controller. Similarly, we are also missing access to services [3]. [1] openstack-k8s-operators#14 [2] https://logserver.rdoproject.org/14/14/693d9a4c2c6b2630ef004bcd34b0bf3076826174/github-check/watcher-operator-kuttl/12efc41/controller/ci-framework-data/logs/openstack-k8s-operators-openstack-must-gather/namespaces/openstack-operators/pods/watcher-operator-controller-manager-84c899877f-wjsx8/logs/manager.log # Please enter the commit message for your changes. Lines starting [3] https://logserver.rdoproject.org/14/14/693d9a4c2c6b2630ef004bcd34b0bf3076826174/github-check/watcher-operator-kuttl/1968261/controller/ci-framework-data/logs/openstack-k8s-operators-openstack-must-gather/namespaces/openstack-operators/pods/watcher-operator-controller-manager-67dbb9c5d5-t25z6/logs/manager.log
recheck |
This job uses a parent job defined in [1] based on the existing nova-operator. [1] openstack-k8s-operators/ci-framework#2571
693d9a4
to
5340526
Compare
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#2571 is needed. |
recheck |
While trying to run kuttl tests in [1], we get an error [2] stating that the watcher controller does not have access to secrets. This change adds the required kubebuilder annotations for secrets in the watcher controller. Similarly, we are also missing access to services [3]. [1] #14 [2] https://logserver.rdoproject.org/14/14/693d9a4c2c6b2630ef004bcd34b0bf3076826174/github-check/watcher-operator-kuttl/12efc41/controller/ci-framework-data/logs/openstack-k8s-operators-openstack-must-gather/namespaces/openstack-operators/pods/watcher-operator-controller-manager-84c899877f-wjsx8/logs/manager.log # Please enter the commit message for your changes. Lines starting [3] https://logserver.rdoproject.org/14/14/693d9a4c2c6b2630ef004bcd34b0bf3076826174/github-check/watcher-operator-kuttl/1968261/controller/ci-framework-data/logs/openstack-k8s-operators-openstack-must-gather/namespaces/openstack-operators/pods/watcher-operator-controller-manager-67dbb9c5d5-t25z6/logs/manager.log
Depends-On: openstack-k8s-operators/ci-framework#2571
Depends-On: #19