Skip to content

Replcaing cancel-workflow-runs with concurrency#6984

Open
chethanuk wants to merge 1 commit intoapache:masterfrom
chethanuk:f/concurrency
Open

Replcaing cancel-workflow-runs with concurrency#6984
chethanuk wants to merge 1 commit intoapache:masterfrom
chethanuk:f/concurrency

Conversation

@chethanuk
Copy link
Copy Markdown
Contributor

Description

Github actions introduced the option to limit workflow run or job concurrency

So just moving to the official concurrency
More at https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency/

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #6984 (03ceee2) into master (b8a92c4) will decrease coverage by 7.85%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #6984      +/-   ##
============================================
- Coverage     73.42%   65.56%   -7.86%     
  Complexity       12       12              
============================================
  Files          1441     1441              
  Lines         71431    71431              
  Branches      10351    10351              
============================================
- Hits          52446    46832    -5614     
- Misses        15464    21211    +5747     
+ Partials       3521     3388     -133     
Flag Coverage Δ
integration ?
unittests 65.56% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...a/org/apache/pinot/minion/metrics/MinionMeter.java 0.00% <0.00%> (-100.00%) ⬇️
.../apache/pinot/common/metrics/BrokerQueryPhase.java 0.00% <0.00%> (-100.00%) ⬇️
.../apache/pinot/minion/metrics/MinionQueryPhase.java 0.00% <0.00%> (-100.00%) ⬇️
...pache/pinot/common/utils/grpc/GrpcQueryClient.java 0.00% <0.00%> (-100.00%) ⬇️
...pinot/minion/exception/TaskCancelledException.java 0.00% <0.00%> (-100.00%) ⬇️
...t/core/startree/plan/StarTreeDocIdSetPlanNode.java 0.00% <0.00%> (-100.00%) ⬇️
.../core/startree/plan/StarTreeTransformPlanNode.java 0.00% <0.00%> (-100.00%) ⬇️
...core/startree/plan/StarTreeProjectionPlanNode.java 0.00% <0.00%> (-100.00%) ⬇️
...t/minion/executor/MinionTaskZkMetadataManager.java 0.00% <0.00%> (-100.00%) ⬇️
...startree/executor/StarTreeAggregationExecutor.java 0.00% <0.00%> (-100.00%) ⬇️
... and 335 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b8a92c4...03ceee2. Read the comment docs.

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