From 24cd3746d11eb5e488329ada280a3d02ef1ccb81 Mon Sep 17 00:00:00 2001 From: Weves Date: Wed, 10 Sep 2025 13:58:38 -0700 Subject: [PATCH] Fix parallelized IT --- .github/workflows/pr-mit-integration-tests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/pr-mit-integration-tests.yml b/.github/workflows/pr-mit-integration-tests.yml index b1a7cc195c..011f638e3b 100644 --- a/.github/workflows/pr-mit-integration-tests.yml +++ b/.github/workflows/pr-mit-integration-tests.yml @@ -235,6 +235,15 @@ jobs: id: login-ecr uses: aws-actions/amazon-ecr-login@v2 + # needed for pulling Vespa, Redis, Postgres, and Minio images + # otherwise, we hit the "Unauthenticated users" limit + # https://docs.docker.com/docker-hub/usage/ + - name: Login to Docker Hub + uses: docker/login-action@v3 + with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_TOKEN }} + - name: Pull Docker images run: | # Pull all images from registry in parallel