-
Notifications
You must be signed in to change notification settings - Fork 9
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
Rename tasks for XML reporting #181
Conversation
- name: "UI-2 Run Cypress tests to validate dashboards exist" | ||
- name: | | ||
TEST Run Cypress tests to validate dashboards exist | ||
UI-2 |
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.
UI-2 |
- name: "UI-3 Check if all Cypress tests passed" | ||
- name: | | ||
TEST Check if all Cypress tests passed | ||
UI-3 |
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.
UI-3 |
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.
Leonid opened a new PR for this: #182
- name: "UI-1 Check OpenShift Console URL is accessible" | ||
- name: | | ||
TEST Check OpenShift Console URL is accessible | ||
UI-1 |
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.
UI-1 |
8e5e13c
to
31c359f
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/064c53b7a9e747b488998fb84e99991c ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 58m 58s |
406bda7
to
6f950c0
Compare
6f950c0
to
0230bac
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d347ecdbd95e447b951cde9a3175ebe9 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 47m 43s |
903fd72
to
3f9bf78
Compare
4a2342b
to
a28119b
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b9cb413d71014f02bb81669f8ff13f5d ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 38m 39s |
recheck |
a28119b
to
1472c3a
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b63f843ef7034a1c9193a79a103aeb09 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 08m 22s |
1472c3a
to
63b9eb3
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5bb2f21ba2be48d7aa3a5300e2319af4 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 54m 30s |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2e3149e72b5045b7beced193365f826a ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 55m 35s |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b6050ecc64fe490cacdfdff693f6699e ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 03m 16s |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8fce62f5a7354756b402d79f4c35276a ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 05m 16s |
roles/common/tasks/cr_tests.yml
Outdated
run_cr_ready_test: true | ||
when: | ||
- common_cr_ready_test_id is defined | ||
- item.condition_type 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.
I need to add default('false') to this, I think.
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/7ac63966ff024febbabedd09dde1b00d ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 04m 17s |
recheck |
a8067c6
to
0ee051f
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 fine. Thx
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/7d1e7261ad76446d87937ccec0e1b818 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 00m 51s |
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. |
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. |
a5ce98f
to
bd56a6d
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. |
bd56a6d
to
4b02fac
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. |
4b02fac
to
171ab2c
Compare
failed_when uses and for list items, and fails only when all conditions are met
This allows more information to be shown about why the test failed.
Only include the test_id if the condition_type is defined. Set a default for the condition_type so that the task name is rendered correctly in output plugins.
Update the name for the pod tests * Include the namespace that the pod is running in * Include the status string format for the testcase name in snake_case check_{{ pod_name }}_pod_is_{{ common_pod_status_str }}_in_{{ namespace }}_namespace
name[template]: Jinja templates should only be at the end of 'name'
It is addressed in a different commit
171ab2c
to
25491b0
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. |
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.
Thanks Emma
Depends-On: #204