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

[GLUTEN-8774][CI] Run build docker images on pull requests #8776

Closed
wants to merge 9 commits into from

Conversation

kevinw66
Copy link
Contributor

What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)

(Fixes: #8774)

How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)

(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

@github-actions github-actions bot added the INFRA label Feb 19, 2025
Copy link

#8774

@FelixYBW
Copy link
Contributor

Does it PR mean each pull needs to build the docker file? It may increase the CI cost.

@zhouyuan

@kevinw66
Copy link
Contributor Author

Does it PR mean each pull needs to build the docker file? It may increase the CI cost.

@zhouyuan

@FelixYBW Only when listed file changes will trigger the build.

    paths:
      - '.github/workflows/docker_image.yml'
      - 'dev/docker/Dockerfile.centos7-static-build'
      - 'dev/docker/Dockerfile.centos8-dynamic-build'
      - 'dev/docker/Dockerfile.centos8-dynamic-build-jdk11'
      - 'dev/docker/Dockerfile.centos8-dynamic-build-jdk17'

@zhztheplayer
Copy link
Member

zhztheplayer commented Feb 20, 2025

It's usually an option to push to main branch in your own forked repository for testing the workflow changes. Did you try with that way?

@kevinw66
Copy link
Contributor Author

It's usually an option to push to main branch in your own forked repository for testing the workflow changes. Did you try with that way?

@zhztheplayer I tried, I thought I cannot use arm machine on my forked repo, but seems I was wrong, now it's free for public repos

@kevinw66 kevinw66 closed this Feb 21, 2025
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.

[CI] Run build docker images on pull requests
3 participants