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

CI: update docker/setup-buildx-action to the latest version #7694

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bayandin
Copy link
Member

Problem

Try to find a proper fix for

/nvme/actions-runner/_work/_actions/docker/setup-buildx-action/v3/webpack:/docker-setup-buildx/node_modules/@actions/cache/lib/cache.js:175
            throw new Error(`Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.`);
^
Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
    at Object.rejected (/nvme/actions-runner/_work/_actions/docker/setup-buildx-action/v3/webpack:/docker-setup-buildx/node_modules/@actions/cache/lib/cache.js:175:1)
    at Generator.next (<anonymous>)
    at fulfilled (/nvme/actions-runner/_work/_actions/docker/setup-buildx-action/v3/webpack:/docker-setup-buildx/node_modules/@actions/cache/lib/cache.js:29:1)

Workaround by downgraded docker/setup-buildx-action in #7445

Summary of changes

  • Update docker/setup-buildx-action from v2 to v3

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • Do we need to implement analytics? if so did you add the relevant metrics to the dashboard?
  • If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section.

Checklist before merging

  • Do not forget to reformat commit message to not include the above checklist

Copy link

github-actions bot commented May 10, 2024

3144 tests run: 3011 passed, 0 failed, 133 skipped (full report)


Flaky tests (1)

Postgres 15

  • test_vm_bit_clear_on_heap_lock: debug

Code coverage* (full report)

  • functions: 31.4% (6448 of 20543 functions)
  • lines: 48.3% (49953 of 103355 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
ae20559 at 2024-05-28T11:32:35.344Z :recycle:

@bayandin bayandin force-pushed the bayandin/update-docker/setup-buildx-action branch 2 times, most recently from a3cfb7b to f8b794d Compare May 23, 2024 21:28
@bayandin bayandin force-pushed the bayandin/update-docker/setup-buildx-action branch from f8b794d to ae20559 Compare May 28, 2024 10:39
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.

None yet

1 participant