-
Notifications
You must be signed in to change notification settings - Fork 608
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
test.yml: separate the job for building lima
from the matrix test jobs to avoid duplicate builds under the same conditions.
#2532
base: master
Are you sure you want to change the base?
Commits on Oct 7, 2024
-
test.yml: separate the job for building
lima
from the matrix test j……obs to avoid duplicate builds under the same conditions. Signed-off-by: Norio Nomura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac79161 - Browse repository at this point
Copy the full SHA ac79161View commit details -
ci: avoid using default caching feature of
actions/setup-go
`actions/setup-go` configures the cache under the assumption that a single module will be built with one setup. Signed-off-by: Norio Nomura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85fa72a - Browse repository at this point
Copy the full SHA 85fa72aView commit details -
setup_go_with_cache: migrate from
actions/setup-go
Signed-off-by: Norio Nomura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a076e6b - Browse repository at this point
Copy the full SHA a076e6bView commit details -
setup_go_with_cache: change from
realpath go.sum
Because macos-12 does not have `realpath`. Signed-off-by: Norio Nomura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20ff235 - Browse repository at this point
Copy the full SHA 20ff235View commit details -
setup_go_with_cache: support windows
Signed-off-by: Norio Nomura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92dfa09 - Browse repository at this point
Copy the full SHA 92dfa09View commit details -
setup_go_with_cache: add
additional-cache-key
option to support var……iation of build Signed-off-by: Norio Nomura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83bbca6 - Browse repository at this point
Copy the full SHA 83bbca6View commit details -
setup_go_with_cache: add
ignore-go-mod-and-go-sum
optionto support job that does not use `go.mod` and `go.sum` Signed-off-by: Norio Nomura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0a2df2 - Browse repository at this point
Copy the full SHA b0a2df2View commit details -
test.yml: stop using
setup_go_with_cache
onlints
jobto avoid linters detect from `.gomodcache` Signed-off-by: Norio Nomura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92be5ca - Browse repository at this point
Copy the full SHA 92be5caView commit details -
test.yml: use
setup_go_with_cache
onvmnet
testSigned-off-by: Norio Nomura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ee0add - Browse repository at this point
Copy the full SHA 7ee0addView commit details -
test.yml: set
additional-cache-key
to jobs executinggo test
Signed-off-by: Norio Nomura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 583334d - Browse repository at this point
Copy the full SHA 583334dView commit details -
setup_go_with_cache: change
additional-cache-key
to `additional-goc……ache-key` and remove additional cache key from `gomodcache-key` Signed-off-by: Norio Nomura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b130698 - Browse repository at this point
Copy the full SHA b130698View commit details -
test.yml: try to unify caches on
make
andgo test
Signed-off-by: Norio Nomura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2a1041 - Browse repository at this point
Copy the full SHA c2a1041View commit details -
setup_go_with_cache: change
restore-keys
forgo build cache
to in……clude `go-version` restoring cache from different go version seems not efficient. Signed-off-by: Norio Nomura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96d5f7a - Browse repository at this point
Copy the full SHA 96d5f7aView commit details -
build_lima_and_fill_cache.yml: use architecture variation of artifact…
…s target on make Signed-off-by: Norio Nomura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5212030 - Browse repository at this point
Copy the full SHA 5212030View commit details