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

fix(ci): Enable third-party contributions #6721

Merged
merged 9 commits into from
Jan 8, 2025

Conversation

untitaker
Copy link
Member

@untitaker untitaker commented Jan 7, 2025

we have had two external contributions recently:

neither of the contributors can iterate properly on their changes because our CI is actually busted for PRs launched from forks

@untitaker
Copy link
Member Author

Should probably adopt https://docs.docker.com/build/ci/github-actions/share-image-jobs/ instead of using USERNAME/snuba-ci

@untitaker untitaker marked this pull request as ready for review January 7, 2025 21:36
@untitaker untitaker requested a review from a team as a code owner January 7, 2025 21:36
@onkar
Copy link
Member

onkar commented Jan 7, 2025

I noticed that the artifacts are published in /tmp directory. Is that intentional? Or do we see a need to inspect that .tar file in the future and in this case, it should be saved somewhere other than /tmp?

@untitaker
Copy link
Member Author

@onkar I was mostly following the linked docker tutorial, I think saving to /tmp is just an intermediate step because github artifacts can only load/save on the filesystem.

@untitaker untitaker merged commit 886d88d into getsentry:master Jan 8, 2025
31 checks passed
untitaker added a commit that referenced this pull request Jan 8, 2025
followup to #6721 

It seems that by using `outputs:` in the previous step, we don't load
the image into docker but _only_ into the local filesystem. this breaks
docker push on master.
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