-
Notifications
You must be signed in to change notification settings - Fork 33
[ansibletest] Add ansibleGitBranch option #340
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
base: main
Are you sure you want to change the base?
[ansibletest] Add ansibleGitBranch option #340
Conversation
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c32891f69dc045f5b48124e4208e6dc8 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 52m 56s |
recheck |
tokibo tests failed |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d9ba6c3ae99a47c2bb16d31de9220237 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 32m 14s |
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.
Hi! Nice looking patch. Could I ask you to add content you get from running operator-sdk generate kustomize manifests
? Also, could you please update the commit message to be a bit more descriptive (why it is getting added, for example)? Thanks.
Allow selecting which branch checkout and run the ansible playbook This allows the playbook to be be run from different branches, which adds some flexibility: * The playbook can live on different branches, allowing for versioning of the playbook/tests. * The playbook can be tested in CI prior to merging Depends-On: openstack-k8s-operators/tcib#329
12352a8
to
2601795
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: elfiesmelfie 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 |
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.
After the commit message is updated and the related tcib change is merged, I will approve. The change itself seems to be working correctly.
Allow selecting whch branch to run the ansible playbook from
Depends-On: openstack-k8s-operators/tcib#329