-
Notifications
You must be signed in to change notification settings - Fork 203
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
Fixing e2e tests, podman and scheduler fail with mariner images #1450
Conversation
Fix podman e2e install Fix scheduler start failure on standalone mariner image variant Signed-off-by: Anton Troshin <anton@diagrid.io>
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 <anton@diagrid.io>
@@ -50,11 +50,10 @@ jobs: | |||
name: E2E tests for K8s (KinD) | |||
runs-on: ubuntu-latest | |||
env: | |||
DAPR_RUNTIME_PINNED_VERSION: 1.13.0-rc.2 | |||
DAPR_RUNTIME_PINNED_VERSION: 1.13.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this not be 1.14.4
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some tests use the latest via the DAPR_RUNTIME_LATEST_STABLE_VERSION
env variable on line 55 here.
…#1450) * Fix standalone e2e tests Fix podman e2e install Fix scheduler start failure on standalone mariner image variant Signed-off-by: Anton Troshin <anton@diagrid.io> * fix test Signed-off-by: Anton Troshin <anton@diagrid.io> * revert Signed-off-by: Anton Troshin <anton@diagrid.io> * Fix podman machine settings Add cleanups Remove parallel tests Fix mariner volume mount location Remove old build tags Signed-off-by: Anton Troshin <anton@diagrid.io> --------- Signed-off-by: Anton Troshin <anton@diagrid.io>
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: