-
Notifications
You must be signed in to change notification settings - Fork 3
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
[logging] Add crd test to logging job #158
Conversation
162f46a
to
5ce4208
Compare
5ce4208
to
c01ee5a
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/068c40c5914e4bf797946710ba5f68d7 ✔️ feature-verification-tests-noop SUCCESS in 5s |
recheck |
c01ee5a
to
963e49e
Compare
5741954
to
8b3a3ba
Compare
8b3a3ba
to
f036275
Compare
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.
Looks good.
|
||
- name: "Run crd tests" | ||
when: | ||
- common_crd_list is defined |
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.
Either the common_crd_test_id should be checked here, or made optional in crd_tests.
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.
I updated the other tests also.
7e9a8d4
to
f043618
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
the include_task task will pass as long as the file exists
This reverts commit ebbef2f.
7903459
to
0a474d1
Compare
roles/common/tasks/pod_tests.yml
Outdated
@@ -1,7 +1,7 @@ | |||
--- | |||
- block: | |||
# expects that one line will be returned | |||
# todo: define what hapens when there are multiple pods returned | |||
# tod: define what hapens when there are multiple pods returned |
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.
# tod: define what hapens when there are multiple pods returned | |
# todo: define what happens when there are multiple pods returned |
@@ -90,6 +98,14 @@ can be set at the play level. | |||
common_project_list: | |||
- openshift-openstack-infra | |||
- openshift | |||
- name: "Verify crd" |
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.
- name: "Verify crd" | |
- name: "Verify crd" |
0a474d1
to
6ee9616
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
No description provided.