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

ORC-1345: Use makeBom and skip snapshot check in GitHub Action publish_snapshot job #1355

Closed
wants to merge 2 commits into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jan 7, 2023

What changes were proposed in this pull request?

This PR aims to improve GitHub Action publish_snapshot job by using makeBom and skipping checking snapshot versions. In addition, the download transfer progress is also disabled to reduce the log size.

Why are the changes needed?

publish_snapshot is always generating new set of snapshot files.

How was this patch tested?

Manual review. This should be verified after merging.

on:
push:
branches:
- main

@github-actions github-actions bot added the INFRA label Jan 7, 2023
@dongjoon-hyun dongjoon-hyun changed the title ORC-1345: Skip snapshot check in GitHub Action publish_snapshot job ORC-1345: Use makeBom and skip snapshot check in GitHub Action publish_snapshot job Jan 7, 2023
@dongjoon-hyun dongjoon-hyun changed the title ORC-1345: Use makeBom and skip snapshot check in GitHub Action publish_snapshot job ORC-1345: Use makeBom and skip snapshot check in GitHub Action publish_snapshot job Jan 7, 2023
@dongjoon-hyun
Copy link
Member Author

This is tested manually, but should be verified after merging. Let me merge this.

@dongjoon-hyun dongjoon-hyun deleted the ORC-1345 branch January 7, 2023 04:45
dongjoon-hyun added a commit that referenced this pull request Jan 7, 2023
…lish_snapshot` job

### What changes were proposed in this pull request?

This PR aims to improve GitHub Action `publish_snapshot` job by using `makeBom` and skipping checking snapshot versions. In addition, the download transfer progress is also disabled to reduce the log size.

### Why are the changes needed?

`publish_snapshot` is always generating new set of snapshot files.

### How was this patch tested?

Manual review. This should be verified after merging.

https://github.com/apache/orc/blob/eee67e192017ee78fa89061ffc8a013c0daf14c7/.github/workflows/publish_snapshot.yml#L3-L6

Closes #1355 from dongjoon-hyun/ORC-1345.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 93b76cb)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun added a commit that referenced this pull request Jan 7, 2023
…lish_snapshot` job

### What changes were proposed in this pull request?

This PR aims to improve GitHub Action `publish_snapshot` job by using `makeBom` and skipping checking snapshot versions. In addition, the download transfer progress is also disabled to reduce the log size.

### Why are the changes needed?

`publish_snapshot` is always generating new set of snapshot files.

### How was this patch tested?

Manual review. This should be verified after merging.

https://github.com/apache/orc/blob/eee67e192017ee78fa89061ffc8a013c0daf14c7/.github/workflows/publish_snapshot.yml#L3-L6

Closes #1355 from dongjoon-hyun/ORC-1345.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 93b76cb)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dongjoon-hyun dongjoon-hyun added this to the 1.7.8 milestone Jan 7, 2023
Copy link
Member

@williamhyun williamhyun left a comment

Choose a reason for hiding this comment

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

+1 Late LGTM

cxzl25 pushed a commit to cxzl25/orc that referenced this pull request Jan 11, 2024
…lish_snapshot` job

### What changes were proposed in this pull request?

This PR aims to improve GitHub Action `publish_snapshot` job by using `makeBom` and skipping checking snapshot versions. In addition, the download transfer progress is also disabled to reduce the log size.

### Why are the changes needed?

`publish_snapshot` is always generating new set of snapshot files.

### How was this patch tested?

Manual review. This should be verified after merging.

https://github.com/apache/orc/blob/eee67e192017ee78fa89061ffc8a013c0daf14c7/.github/workflows/publish_snapshot.yml#L3-L6

Closes apache#1355 from dongjoon-hyun/ORC-1345.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants