-
Notifications
You must be signed in to change notification settings - Fork 23
add basic zuul jobs #297
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?
add basic zuul jobs #297
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SeanMooney The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
72135ee to
4ea49d9
Compare
|
i think we need to first add the noop job and then this to make speculative execution work so ill do that now in a separate pr. |
4ea49d9 to
305b881
Compare
|
Zuul encountered a syntax error while parsing its Configuration item has more than one key. Each zuul.yaml
Ensure that every item in the list is a dictionary with only The incorrect values are around: job: placement-operator-tempest-multinode |
This change adds 2 new zuul jobs first we leaverge the common zuul kuttl job that is designed to run kuttl form in tree. to enable that i have ported the webhook install fix form nova-operator second the nova-operator-tempest-multinode job is used as a base for a placemnet version to provide tempest coverage on placement operator changes.
305b881 to
943f4b3
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/0d41a81e4c6548718b75398bb4348ad3 ✔️ openstack-meta-content-provider SUCCESS in 55m 40s |
|
@SeanMooney: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This change adds 2 new zuul jobs
first we leaverge the common zuul kuttl job that is designed
to run kuttl form in tree. to enable that i have ported
the webhook install fix form nova-operator
second the nova-operator-tempest-multinode job
is used as a base for a placemnet version to provide tempest
coverage on placement operator changes.