[test-operator] Expose new SkipRegexList parameter#3841
[test-operator] Expose new SkipRegexList parameter#3841kstrenkova wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
a5608be to
e47cd03
Compare
This change exposes a newly added parameter for Tobiko custom resource, the SkipRegexList. It is a list of name patterns of tests that should be skipped. Signed-off-by: Katarina Strenkova <kstrenko@redhat.com>
e47cd03 to
c285928
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ddb4297c6ef0439891d7574515f9548a ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 39m 54s |
|
Changes look good, but I notice that people are getting tripped-up by the Maybe we should remove the line numbers for the sync script? It's a nice-to-have, but generates a lot of noisy changes and keeps getting in the way. |
|
Hi @michburk 👋 I think we should update the sync script. I am not sure where I can see the output of why it failed, could you guide me to the log? I can create a ticket for it and fix it before merging this PR. It shouldn't be merged before I merge a change in test-operator, so I will put it on hold anyways. |
|
At the bottom of https://logserver.rdoproject.org/614/rdoproject.org/614bc0c57f4847bbb1fa762388a5194e/pre_commit.log it shows: This means the version of the readme submitted with the pr doesn't match the readme after the sync script has been run on it. I think the only way to check the exact issue is by running it locally. On this pr, you can see: the only missing changes are the new line numbers for a bunch of the URLs. I think it would make sense to remove the logic to link to the exact line numbers. |
|
Ack, thank you 😄 I saw the error in the |
This change exposes a newly added parameter for Tobiko custom resource, the SkipRegexList. It is a list of name patterns of tests that should be skipped.