Skip to content

Comments

Fix GHA workflows naming & Run ITs if UTs fail on coverage#14158

Merged
abhishekagarwal87 merged 16 commits intoapache:masterfrom
tejaswini-imply:fix-gha-naming-and-run-its-on-coverage-failures
May 22, 2023
Merged

Fix GHA workflows naming & Run ITs if UTs fail on coverage#14158
abhishekagarwal87 merged 16 commits intoapache:masterfrom
tejaswini-imply:fix-gha-naming-and-run-its-on-coverage-failures

Conversation

@tejaswini-imply
Copy link
Member

Currently, there is no way to run ITs if unit-tests fail on coverage. This PR allows Revised, Standard ITs to run when unit-tests fail on coverage errors, still failing the workflow. This PR also fixes existing GHA workflow naming.

screenshot_2023-04-24_at_6 30 54_pm


- name: Debug IT
if: steps.run-it.conclusion == 'failure'
if: ${{ failure() && steps.run-it.conclusion == 'failure' }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the reason behind this change?

Copy link
Member Author

@tejaswini-imply tejaswini-imply May 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tejaswini-imply
Copy link
Member Author

Thanks @abhishekagarwal87 for the review, I have addressed your comments in latest commit.

@abhishekagarwal87 abhishekagarwal87 merged commit 36a084e into apache:master May 22, 2023
@abhishekagarwal87 abhishekagarwal87 added this to the 27.0 milestone Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants