8000 .github: specify cache-dependency-path in lint-workflows by aanm · Pull Request #34845 · cilium/cilium · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

.github: specify cache-dependency-path in lint-workflows #34845

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

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

aanm
Copy link
Member
@aanm aanm commented Sep 12, 2024

The Golang GitHub Action relies on a cache keyed by the go.sum file. If the repository is not checked out in the default directory, the action can't access the cache.
To resolve this, we will set the right directory with the 'cache-dependency-path' flag to point to the directory that contains the checked out source code on the previous step.

The Golang GitHub Action relies on a cache keyed by the `go.sum` file.
If the repository is not checked out in the default directory, the
action can't access the cache.
To resolve this, we will set the right directory with the
'cache-dependency-path' flag to point to the directory that contains the
checked out source code on the previous step.

Signed-off-by: André Martins <andre@cilium.io>
@aanm aanm added kind/bug/CI This is a bug in the testing code. area/CI Continuous Integration testing issue or flake release-note/ci This PR makes changes to the CI. labels Sep 12, 2024
@aanm aanm requested review from a team as code owners September 12, 2024 09:25
@aanm aanm requested a review from tklauser September 12, 2024 09:25
@aanm
Copy link
Member Author
aanm commented Sep 12, 2024

/test

@aanm aanm enabled auto-merge September 12, 2024 09:25
@aanm aanm added this pull request to the merge queue Sep 12, 2024
Merged via the queue into main with commit 307751b Sep 12, 2024
267 checks passed
@aanm aanm deleted the pr/fix-lint-workflows branch September 12, 2024 13:14
@aanm aanm added backport/author The backport will be carried out by the author of the PR. needs-backport/1.14 needs-backport/1.15 This PR / issue needs backporting to the v1.15 branch needs-backport/1.16 This PR / issue needs backporting to the v1.16 branch labels Oct 1, 2024
@aanm aanm mentioned this pull request Oct 1, 2024
11 tasks
@aanm aanm added backport-pending/1.16 The backport for Cilium 1.16.x for this PR is in progress. and removed needs-backport/1.16 This PR / issue needs backporting to the v1.16 branch labels Oct 1, 2024
@aanm aanm mentioned this pull request Oct 2, 2024
14 tasks
@aanm aanm added backport-pending/1.15 The backport for Cilium 1.15.x for this PR is in progress. and removed needs-backport/1.15 This PR / issue needs backporting to the v1.15 branch labels Oct 2, 2024
@github-actions github-actions bot added backport-done/1.16 The backport for Cilium 1.16.x for this PR is done. and removed backport-pending/1.16 The backport for Cilium 1.16.x for this PR is in progress. labels Oct 2, 2024
@aanm aanm mentioned this pull request Oct 2, 2024
10 tasks
@aanm aanm added backport-pending/1.14 The backport for Cilium 1.14.x for this PR is in progress. and removed needs-backport/1.14 labels Oct 2, 2024
@github-actions github-actions bot removed the backport-pending/1.14 The backport for Cilium 1.14.x for this PR is in progress. label Oct 3, 2024
@github-actions github-actions bot added backport-done/1.14 The backport for Cilium 1.14.x for this PR is done. backport-done/1.15 The backport for Cilium 1.15.x for this PR is done. and removed backport-pending/1.15 The backport for Cilium 1.15.x for this PR is in progress. labels Oct 3, 2024
@thorn3r thorn3r mentioned this pull request Oct 8, 2024
< 8B09 span title="Status: Merged" data-view-component="true" class="State State--merged State--small"> Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake backport/author The backport will be carried out by the author of the PR. backport-done/1.14 The backport for Cilium 1.14.x for this PR is done. backport-done/1.15 The backport for Cilium 1.15.x for this PR is done. backport-done/1.16 The backport for Cilium 1.16.x for this PR is done. kind/bug/CI This is a bug in the testing code. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0