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

Use GitHub Container Registry instead of Google Container Registry for snuba builds #6770

Closed
wants to merge 1 commit into from

Conversation

onkar
Copy link
Member

@onkar onkar commented Jan 14, 2025

Currently, the snuba image is stored in Google Container Registry instead of the Github Container Registry. This puts limits on the external contributor's change passing through the CI. It specifically fails in self-hosted CI check stage with the error:

Run echo "We poll for the Docker image that the GCB/GHA build produces until it succeeds or this job times out."
  echo "We poll for the Docker image that the GCB/GHA build produces until it succeeds or this job times out."
  echo "Polling for $IMAGE_URL"
  [ -n "$(docker images -q $IMAGE_URL)" ] || timeout 20m bash -c 'until docker pull "$IMAGE_URL" 2>/dev/null; do sleep 10; done'
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    IMAGE_URL: us-central1-docker.pkg.dev/sentryio/snuba/image:f15ec56c42edcdc542b31dae438e6e0d0e2bb133
We poll for the Docker image that the GCB/GHA build produces until it succeeds or this job times out.
Polling for us-central1-docker.pkg.dev/sentryio/snuba/image:f15ec56c42edcdc542b31dae438e6e0d0e2bb133
Error: Process completed with exit code 124.

This PR moves the registry to Github Container Registry.

@onkar
Copy link
Member Author

onkar commented Jan 22, 2025

Closing this as a dup of #6800.

@onkar onkar closed this Jan 22, 2025
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.

1 participant