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-1557: Add GitHub Action CI for Docker Test #1696

Closed
wants to merge 2 commits into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Dec 24, 2023

What changes were proposed in this pull request?

This PR aims to add a new GitHub Action CI pipeline for Docker Test.

Why are the changes needed?

To automate Docker and reduce the overhead of release process.

How was this patch tested?

Pass the CIs.

@github-actions github-actions bot added the INFRA label Dec 24, 2023
@dongjoon-hyun dongjoon-hyun changed the title Add Docker GitHub Action CI ORC-1557: Add GitHub Action CI for Docker Test Dec 24, 2023
@dongjoon-hyun dongjoon-hyun added this to the 2.0.0 milestone Dec 24, 2023
@dongjoon-hyun dongjoon-hyun deleted the dockertest branch December 24, 2023 08:50
dongjoon-hyun added a commit that referenced this pull request Dec 24, 2023
…t combinations from `docker/os-list.txt`

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

This PR aims to remove `ubuntu22_jdk=21` and `ubuntu22_jdk=21_cc=clang` test combinations from `docker/os-list.txt`.

### Why are the changes needed?

After the following PR, GitHub Action CI runs all supported OSes and variants (Java 21/clang) at every commit.
- #1696

### How was this patch tested?

Manual review because this is a removal.

Closes #1701 from dongjoon-hyun/ORC-1558.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
dongjoon-hyun added a commit that referenced this pull request Dec 24, 2023
### What changes were proposed in this pull request?

This PR aims to remove Java11 and clang variants from `docker/os-list.txt` in `branch-1.9`.

### Why are the changes needed?

After the following PR, `GitHub Action CI` runs all supported OSes and variants (Java 11/clang) at every commit.
- #1696

### How was this patch tested?

Manual review because this is a removal.

Closes #1702 from dongjoon-hyun/ORC-1559.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
cxzl25 pushed a commit to cxzl25/orc that referenced this pull request Jan 11, 2024
### What changes were proposed in this pull request?

This PR aims to add a new GitHub Action CI pipeline for `Docker Test`.

### Why are the changes needed?

To automate `Docker` and reduce the overhead of release process.

### How was this patch tested?

Pass the CIs.

Closes apache#1696 from dongjoon-hyun/dockertest.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
cxzl25 pushed a commit to cxzl25/orc that referenced this pull request Jan 11, 2024
…t combinations from `docker/os-list.txt`

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

This PR aims to remove `ubuntu22_jdk=21` and `ubuntu22_jdk=21_cc=clang` test combinations from `docker/os-list.txt`.

### Why are the changes needed?

After the following PR, GitHub Action CI runs all supported OSes and variants (Java 21/clang) at every commit.
- apache#1696

### How was this patch tested?

Manual review because this is a removal.

Closes apache#1701 from dongjoon-hyun/ORC-1558.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant