-
Notifications
You must be signed in to change notification settings - Fork 21
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
WIP: e2e in ci #1141
Draft
mikhail-sakhnov
wants to merge
19
commits into
misha/build-arm-images-in-ci
Choose a base branch
from
misha/e2e-tests-on-arm
base: misha/build-arm-images-in-ci
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
WIP: e2e in ci #1141
mikhail-sakhnov
wants to merge
19
commits into
misha/build-arm-images-in-ci
from
misha/e2e-tests-on-arm
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
mikhail-sakhnov
force-pushed
the
misha/e2e-tests-on-arm
branch
3 times, most recently
from
November 26, 2024 09:21
683666b
to
87ca76e
Compare
No changes to the coverage.
HTML Report |
mikhail-sakhnov
force-pushed
the
misha/e2e-tests-on-arm
branch
2 times, most recently
from
November 26, 2024 12:31
5e87363
to
6ade9e9
Compare
mikhail-sakhnov
changed the base branch from
misha/build-arm-images-in-ci
to
misha/runner-arm-support
November 26, 2024 12:44
mikhail-sakhnov
force-pushed
the
misha/runner-arm-support
branch
6 times, most recently
from
December 4, 2024 14:15
487d6a4
to
a86445c
Compare
mikhail-sakhnov
force-pushed
the
misha/runner-arm-support
branch
2 times, most recently
from
December 10, 2024 11:04
e03dc76
to
9bf6c24
Compare
mikhail-sakhnov
force-pushed
the
misha/e2e-tests-on-arm
branch
from
December 10, 2024 12:01
6ade9e9
to
fa6521b
Compare
mikhail-sakhnov
changed the base branch from
misha/runner-arm-support
to
misha/build-arm-images-in-ci
December 10, 2024 12:01
mikhail-sakhnov
force-pushed
the
misha/build-arm-images-in-ci
branch
from
December 10, 2024 12:06
d69b2c9
to
fa8268e
Compare
Right now we sometimes see gaps in metrics, which can be explained by too much time between Reset() and the next Set(). See example: https://neondb.slack.com/archives/C03TN5G758R/p1731596259801509 Signed-off-by: Oleg Vasilev <[email protected]> Co-authored-by: Em Sharnoff <[email protected]>
mikhail-sakhnov
force-pushed
the
misha/build-arm-images-in-ci
branch
from
December 10, 2024 15:21
7c084a0
to
176974c
Compare
mikhail-sakhnov
force-pushed
the
misha/e2e-tests-on-arm
branch
from
December 12, 2024 12:36
fa6521b
to
e26f576
Compare
Signed-off-by: Misha Sakhnov <[email protected]>
Signed-off-by: Mikhail Sakhnov <[email protected]>
Use virtio-serial for kernel and init messages on arm since machine type virt has only one serial port by default Signed-off-by: Mikhail Sakhnov <[email protected]>
Signed-off-by: Mikhail Sakhnov <[email protected]>
Replace if-else statements with switch statements with default panic case while handling cfg.architecture Signed-off-by: Mikhail Sakhnov <[email protected]>
Add arm support to vm-builder without cross-compilation
Signed-off-by: Misha Sakhnov <[email protected]>
Signed-off-by: Misha Sakhnov <[email protected]>
Signed-off-by: Misha Sakhnov <[email protected]>
Signed-off-by: Misha Sakhnov <[email protected]>
Signed-off-by: Mikhail Sakhnov <[email protected]>
Signed-off-by: Mikhail Sakhnov <[email protected]>
This reverts commit e26f576.
Signed-off-by: Mikhail Sakhnov <[email protected]>
mikhail-sakhnov
force-pushed
the
misha/e2e-tests-on-arm
branch
from
December 20, 2024 13:27
e26f576
to
826ceee
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.
tmp branch to trigger e2e tests.