-
Notifications
You must be signed in to change notification settings - Fork 602
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
Draft
norio-nomura
wants to merge
14
commits into
lima-vm:master
Choose a base branch
from
norio-nomura:avoid-building-lima-in-matrix
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
norio-nomura
force-pushed
the
avoid-building-lima-in-matrix
branch
11 times, most recently
from
August 6, 2024 07:52
6ff2af1
to
d65333a
Compare
norio-nomura
force-pushed
the
avoid-building-lima-in-matrix
branch
2 times, most recently
from
August 7, 2024 02:43
0d88ba9
to
fcbb5a7
Compare
norio-nomura
force-pushed
the
avoid-building-lima-in-matrix
branch
11 times, most recently
from
August 21, 2024 04:13
9d94a6c
to
5607b83
Compare
norio-nomura
force-pushed
the
avoid-building-lima-in-matrix
branch
5 times, most recently
from
September 2, 2024 10:37
5cf1f26
to
ddd258d
Compare
norio-nomura
force-pushed
the
avoid-building-lima-in-matrix
branch
4 times, most recently
from
September 8, 2024 12:20
28c1620
to
7f5c6c0
Compare
norio-nomura
force-pushed
the
avoid-building-lima-in-matrix
branch
6 times, most recently
from
September 13, 2024 00:46
3ba4254
to
5da1ff8
Compare
Merged
norio-nomura
force-pushed
the
avoid-building-lima-in-matrix
branch
from
September 16, 2024 04:48
6c9e488
to
8ce3adb
Compare
norio-nomura
force-pushed
the
avoid-building-lima-in-matrix
branch
from
October 7, 2024 04:00
8ce3adb
to
5dd714f
Compare
…obs to avoid duplicate builds under the same conditions. Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
`actions/setup-go` configures the cache under the assumption that a single module will be built with one setup. Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
Because macos-12 does not have `realpath`. Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
…iation of build Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
to support job that does not use `go.mod` and `go.sum` Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
to avoid linters detect from `.gomodcache` Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
…ache-key` and remove additional cache key from `gomodcache-key` Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
…clude `go-version` restoring cache from different go version seems not efficient. Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
…s target on make Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
norio-nomura
force-pushed
the
avoid-building-lima-in-matrix
branch
from
October 7, 2024 07:41
5dd714f
to
5212030
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is based on #2508