-
Notifications
You must be signed in to change notification settings - Fork 26
Run watcher hook at the beginning of kuttl tests #77
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
Run watcher hook at the beginning of kuttl tests #77
Conversation
|
Skipping CI for Draft Pull Request. |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/abccf966422c4f0483cbd9186fe8dd08 ✔️ openstack-meta-content-provider-master SUCCESS in 2h 07m 51s |
Instead of running at the end of the infra playbook, run it just after installing openstack. This means the watcher operator will be installed after the openstack-operator is present, which will prevent the watcher operator crashing and having to restart until the openstack-operator is available. Depends-On: openstack-k8s-operators/ci-framework#2735
61163c9 to
1441b1b
Compare
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#2735 is needed. |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2585c424558145d89f2710dc7d523cef ✔️ openstack-meta-content-provider-master SUCCESS in 1h 49m 48s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/40f6ea1645f643e2acbe870d582cfe7c ❌ openstack-meta-content-provider-master FAILURE in 10m 41s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/09e4020240bd46b79e67fe13affd1eb7 ✔️ openstack-meta-content-provider-master SUCCESS in 1h 49m 36s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b6e3b0ef0b7443879e0799134a2a3761 ✔️ openstack-meta-content-provider-master SUCCESS in 1h 51m 20s |
|
recheck |
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#2735 is needed. |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bd81de0944a84cac9c91186b2a808cd8 ✔️ openstack-meta-content-provider-master SUCCESS in 50m 01s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/0b99de5f251d4dee89ad4353b3b9e329 ✔️ openstack-meta-content-provider-master SUCCESS in 1h 59m 21s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/461dfe51d45b41558fe98a6d1a95a71c ✔️ openstack-meta-content-provider-master SUCCESS in 1h 49m 55s |
|
recheck |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/75d2ba49802f446ebce793a807f5a582 ✔️ openstack-meta-content-provider-master SUCCESS in 1h 54m 08s |
|
recheck |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: raukadah 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 |
24eb923
into
openstack-k8s-operators:main
Instead of running at the end of the infra playbook, run it just before
running the tests. This means the watcher operator will be installed
after the openstack-operator is, which will prevent the watcher operator
crashing and having to restart until the openstack-operator is
available.
Depends-On: openstack-k8s-operators/ci-framework#2735