Skip to content
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

[Improvement] run CIs based on paths changed #626

Closed
3 tasks done
advancedxy opened this issue Feb 17, 2023 · 1 comment · Fixed by #628
Closed
3 tasks done

[Improvement] run CIs based on paths changed #626

advancedxy opened this issue Feb 17, 2023 · 1 comment · Fixed by #628

Comments

@advancedxy
Copy link
Contributor

Code of Conduct

Search before asking

  • I have searched in the issues and found no similar issues.

What would you like to be improved?

For JVM only related changes, we don't have to run k8s/operator build. We can leverage https://github.com/dorny/paths-filter#examples to achieve this.

How should we improve?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@kaijchen
Copy link
Contributor

Ref #580.

advancedxy added a commit that referenced this issue Feb 20, 2023
### What changes were proposed in this pull request?
skip build operator if no related code change in PR

### Why are the changes needed?
Speed up and reduce power usage for CI.
Fix: #626 

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
github actions.
kaijchen pushed a commit that referenced this issue Feb 20, 2023
### What changes were proposed in this pull request?

Fix a typo in build.yml

### Why are the changes needed?

Follow up of #631

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Verified by another github action.
xianjingfeng pushed a commit to xianjingfeng/incubator-uniffle that referenced this issue Apr 5, 2023
…e#628)

### What changes were proposed in this pull request?
skip build operator if no related code change in PR

### Why are the changes needed?
Speed up and reduce power usage for CI.
Fix: apache#626 

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
github actions.
xianjingfeng pushed a commit to xianjingfeng/incubator-uniffle that referenced this issue Apr 5, 2023
### What changes were proposed in this pull request?

Fix a typo in build.yml

### Why are the changes needed?

Follow up of apache#631

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Verified by another github action.
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 a pull request may close this issue.

2 participants