Skip to content

[ISSUE #8810] Fix independent execution of e2e and benchmark deployments #8812

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

Merged
merged 4 commits into from
Oct 11, 2024

Conversation

chi3316
Copy link
Contributor

@chi3316 chi3316 commented Oct 11, 2024

Which Issue(s) This PR Fixes

Fixes #8810

Brief Description

This PR modifies the workflow to ensure that the e2e and benchmark deployments are independent. If one deployment fails, it no longer blocks the execution of the other deployment's tasks.

How Did You Test This Change?

The test workflow

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.39%. Comparing base (e75554d) to head (cbaab3b).

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8812      +/-   ##
=============================================
- Coverage      47.41%   47.39%   -0.02%     
+ Complexity     11585    11574      -11     
=============================================
  Files           1283     1283              
  Lines          89903    89903              
  Branches       11571    11571              
=============================================
- Hits           42625    42613      -12     
- Misses         42041    42044       +3     
- Partials        5237     5246       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RongtongJin RongtongJin merged commit 0c4064d into apache:develop Oct 11, 2024
11 checks passed
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.

[Bug] E2E and benchmark deployment dependency causes task blocking
3 participants