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

Docker image cache fix #1289

Merged
merged 2 commits into from
Nov 13, 2024
Merged

Docker image cache fix #1289

merged 2 commits into from
Nov 13, 2024

Conversation

busma13
Copy link
Contributor

@busma13 busma13 commented Nov 8, 2024

This PR makes the following changes:

  • update workflow to use skip-image-deletion flag on asset test run. This prevents the api test run from having to pull docker images.
    ref: #3811

@busma13 busma13 marked this pull request as draft November 8, 2024 22:14
@busma13 busma13 marked this pull request as ready for review November 8, 2024 22:22
@busma13 busma13 requested review from godber and sotojn November 8, 2024 22:22
@@ -61,7 +61,7 @@ jobs:
key: docker-images-${{ hashFiles('./images/image-list.txt') }}

- name: Test asset for ${{ matrix.search-version }}
run: yarn --silent test:${{ matrix.search-version }}
run: SKIP_IMAGE_DELETION='true' yarn --silent test:${{ matrix.search-version }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could combine these into one test:all like we do with the other assets. We should leave a comment above this in case we have problems or questions in the future.

@godber godber merged commit 18f8bca into master Nov 13, 2024
15 checks passed
@godber godber deleted the docker-image-cache-fix branch November 13, 2024 16:19
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.

3 participants