-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: bind mount gomodcache to cache go dependencies (#41846)
* test: bind mount gomodcache to cache go dependencies try to speed up ci jobs integration tests * test(metricbeat): do not make gomodcache readonly * lint: replace ioutil usage * test: fail on empty gomodcache * test: rework cache bind approach instead of binding the volume on each dockerfile, run the container with the proper volume arg * test: bind gomodcache in kubernetes runner * test: sync the gomodcache with rsync and fix linter issues can't really bind using hostpath in k8s * test: rework bind approach with k8s runner since it's a local cluster, use kind to bind the hostpath to the node then bind the node path to the container path * lint: remove unused imports * lint: fix linter issues
- Loading branch information
Showing
3 changed files
with
65 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters