Fixing e2e tests, podman and scheduler fail with mariner images#1450
Merged
Conversation
Fix podman e2e install Fix scheduler start failure on standalone mariner image variant Signed-off-by: Anton Troshin <[email protected]>
Signed-off-by: Anton Troshin <[email protected]>
Signed-off-by: Anton Troshin <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.14 #1450 +/- ##
================================================
- Coverage 21.86% 21.84% -0.02%
================================================
Files 40 40
Lines 4931 4934 +3
================================================
Hits 1078 1078
- Misses 3772 3775 +3
Partials 81 81 ☔ View full report in Codecov by Sentry. |
Add cleanups Remove parallel tests Fix mariner volume mount location Remove old build tags Signed-off-by: Anton Troshin <[email protected]>
antontroshin
marked this pull request as ready for review
September 17, 2024 00:49
JoshVanL
requested changes
Sep 17, 2024
| runs-on: ubuntu-latest | ||
| env: | ||
| DAPR_RUNTIME_PINNED_VERSION: 1.13.0-rc.2 | ||
| DAPR_RUNTIME_PINNED_VERSION: 1.13.5 |
Contributor
There was a problem hiding this comment.
Should this not be 1.14.4?
Contributor
Author
There was a problem hiding this comment.
Some tests use the latest via the DAPR_RUNTIME_LATEST_STABLE_VERSION env variable on line 55 here.
38 tasks
yaron2
approved these changes
Oct 1, 2024
cicoyle
pushed a commit
to cicoyle/cli
that referenced
this pull request
Oct 3, 2024
…#1450) * Fix standalone e2e tests Fix podman e2e install Fix scheduler start failure on standalone mariner image variant Signed-off-by: Anton Troshin <[email protected]> * fix test Signed-off-by: Anton Troshin <[email protected]> * revert Signed-off-by: Anton Troshin <[email protected]> * Fix podman machine settings Add cleanups Remove parallel tests Fix mariner volume mount location Remove old build tags Signed-off-by: Anton Troshin <[email protected]> --------- Signed-off-by: Anton Troshin <[email protected]>
This file contains hidden or 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
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.
Description
Fix standalone e2e tests
Fix podman e2e install
Fix scheduler start failure on the standalone mariner image variant
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: